html {
;
}
body {
margin:0;
 padding:0 10px 0 10px; 
 border:0; 
 height:100%; 
 overflow-y:auto; 
 background:#46484C;
 }
 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
 }

 
#page {
	display:block;
	width:750px;
	background:#46484C;
	padding:10px;
	margin-top: 180px;
	float:left;
 }

#pageright {
	display:block;
	width:auto;
	font-size:8pt; 
	float:right;
	margin-top:180px;
}


#menu {
	display:block;
	top:0px; 
	left:0px; 
	width:100%; 
 	position:fixed; 
 	border:1px solid #888; 
 	padding:10px; 
 	text-align:left; 
 	font-weight:bold; 
 	color:#FFFFFF;
	background-color:#252729;
 }
 
* html #menu {
	position:absolute;
	background-color:#252729;
	height: 100px;
	z-index: 3;
}

.clear {
clear:both;
}

p:first-letter {
	font-size:25px;
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

a:hover
{	color: #fff;
	background-color: #585C60;
	text-decoration: none;
}
a:link, p a:visited
{
color: #fff;
text-decoration: none;
}


#fixpic {
	display:block; 
	width:108px height:145px; 
	position:fixed; 
	bottom:0; 
	left:0;
}

* html #fixpic {
	position:absolute;
}


#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #252729;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #585C60;
text-decoration: none;
}
.style1 {
	color: #999999;
}

