P {
	margin : 0px 0px 0px 0px;
}

#body {
  min-width: 900px;
}

#lefthd
{
 position: fixed;
 bottom: 22px;
 left: 1px;
 }

#footer
{
 bottom: 0px;
 left: 0px;
 position:fixed;
 min-width: 900px;

 }

#journal
{
 bottom: 25px;
 right: 15px;
 visibility: visible;
 position:fixed;
 }
 

#container {
	position	: absolute;
	top			: 20px;
	left		: 20px;
	width		: 400px;
	height		: 400px;
	overflow	: hidden;
}

#content {
	position	: relative;
	width		: 390px;
}

p {
	font		: normal 10px/14px arial,helevetica,san-serif;
}

#scrollArea {
	position	: absolute;
	left		: 435px;
	top			: 20px;
	height		: 400px;
	width		: 7px;
	border		: 1px solid #CCC;
	overflow	: hidden;
}

#scroller {
	position	: absolute;
	top			: -1px;
	width		: 7px;
	background	: #CCC;

}

#popnav {
	position	: absolute;
	top			: 430px;
	left		: 20px;
}

#closenav {
	position	: fixed;
	bottom		: 82px;
	right		: 20px;
}

#closenava {
	position	: fixed;
	bottom		: 82px;
	right		: 75px;
}

#closenavc {
	position	: fixed;
	bottom		: 82px;
	right		: 125px;
}

 
.head1 {
	color : #666666;
	font : 16px/25px Trebuchet MS, sans;
	font-weight : bold;
	text-align: left;
}

.head2 {
	color : #666666;
	font : 11px/14px Trebuchet MS, sans;
	font-weight : bold;
	text-align: left;
}

.head3 {
	color : #666666;
	font : 21px/30px Georgia, Times, serif;
	text-align: left;
}

.head4 {
	color : #666666;
	font : 11px/14px Trebuchet MS, sans;
	font-weight : bold;
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: left;
}

.text1 {
	text-align: left;
	color : #666666;
	font : 12px/18px Georgia, Times, serif;
}

.text2 {
	text-align: left;
	color : #666666;
	font : 10px/14px Georgia, Times, serif;
}





A:link, A:visited, A:active   {color: #cc6600; text-decoration: none} 
A:hover   {color:#000000} 

