/* CSS Document */
html, body {
   height: 100%;
   margin: 0 0 1px;
   padding: 0;
}

body {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#fff;
}
p {
	margin-left:20px;
	margin-right:20px;
}

ul li{ 
	list-style:circle;
	
}

.clear{
	clear:both;
}
.center{
	text-align:center;
}
a
{
  outline: none;
}

h1{
	
	color:#666;
	font-size: 15px; 
	font-weight:bold;
	padding-left:15px;
	margin-top:10px;
	margin-bottom:60px;
}
h2 {
	font-size:17px;
	margin-top:15px;
	margin-bottom:15px;
}

#content h2{
	text-align:center;
}
h3 {
	font-size:15px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

#wrapper{
	font-size:80%;
	margin:0 auto;
	margin-top:10px;
	width: 770px;
	color:#333;
}
#header {
	height:222px;
	border:1px solid #000;
}
#headL{
	float:left;
	width:150px;
	height:222px;
	
}
#headR{
	float:right;
	width:616px;
	height:222px;
	
}
#headR h1{
	font-weight:normal;
	font-size:350%;
	text-align:left;
	padding-left:50px;
	padding-top:50px;
	margin-bottom:10px;
	color:#003366;
}
#headR h2{
	font-weight:bold;
	font-style:italic;
	font-size:130%;
	text-align:left;
	padding-left: 218px;
	padding-top:10px;
	color:#003366;
}
#container{
	width:768px;
	padding:0;
	border-left:#000 1px solid;
	border-right:#ccc 1px solid;
	background-color:#f5f5f5;
	background-image:url(../graphics/mainbg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	
}
#container_nbg{
	width:768px;
	padding:0;
	background-color:#f5f5f5;
	border-left:#000 1px solid;
	border-right:#ccc 1px solid;
}
#container_inner{
	width:768px;
	padding:0;
	background-image:url(../graphics/toplist_bg3.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}


#nav{
	clear:both;
	background-color:#ace096;/*#c1e8b0;*/
	color:#333;
	text-align:right;
	padding:3px 26px 3px 0;
	font-size:100%;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	border-top:#fff 1px solid;
	border-bottom:#fff 1px solid;
}
#nav a{
	margin-left:15px;
	margin-right:15px;
}
#nav a:link{
	color:#333;
	text-decoration:none;
}

#nav a:visited{
	color:#333;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	text-decoration:none;
}
#leftcol {
	float:left;
	width:150px;
	margin:0;
	padding-top:80px;
	padding-bottom:10px;
	color:#ccc;
	background-color:#ccdeee;
}
hr{
	width:300px;
	margin:0 auto;
	color:#ccc;/* not in FF */
}
hr.sm{
	width:30%;
	border: 0;
	color:#fff;
	background-color:#fff;
	height: 2px;
}
#leftcol a{
	display:block;
	padding:10px 0 5px 10px;
	color:#555;
}
#leftcol a:link{
	text-decoration:none;
	color:#555;
}
#leftcol a:visited{
	text-decoration:none;
	color:#555;
}
#leftcol a:hover{
	color:#000;
	text-decoration:none;
}

#content {
	float:right;
	width:618px;
	color:#333;
	border-top:#000 2px solid;
	padding-bottom:1px;
}
#content a{
	color:#333;
	font-size:100%;
	font-weight:bold;
}
#content a:link{
	text-decoration:none;
}
#content a:visited{
	text-decoration:none;
}
#content a:hover{
	color:#000;
	text-decoration:underline;
}
#widecontent {
	background-color:#f5f5f5;
	color:#333;
	border-top:#000 2px solid;
	padding-bottom:1px;
}
#widecontent a img{
	display:block;
	margin:0 auto;
	margin-top:3px;
	margin-bottom:3px;
	border:0;
}

#content a{
	color:#333;
	font-size:100%;
	font-weight:bold;
}
#content a:link{
	text-decoration:none;
}
#content a:visited{
	text-decoration:none;
}
#content a:hover{
	color:#000;
	text-decoration:underline;
}		
#foot_ban{
	clear:both;
	height:1px;
	margin:0;
}
#footer {
	background-color:#ace096;
	color:#000;
	font-size:80%;
	padding:2px;
	border:#000 1px solid;
	margin:0;
	clear:both;
}

#foot_attrib{
	width:710px;
	margin:0 auto;
	height:15px;
}
#foot_attrib .rt{
	float:right;
}
#foot_attrib .lt{
	float:left;
}
#foot_attrib a{
	color:#000;
	margin-left:5px;
	margin-right:30px;
	
}
#foot_attrib a:link{
	color:#000;
	text-decoration:none;
}

#foot_attrib a:visited{
	color:#000;
	text-decoration:none;
}
#foot_attrib a:hover{
	color:#000;
	text-decoration:underline;
}
.center {
	text-align:center;
}
.leftlink{
	text-align:left;
}
.clear {
	clear:both;
	height:15px;
}
.bluebld{
	margin-left:10px;
	color:#39f;
	font-weight:bold;
}
.emph{
	font-size:105%;
	font-weight:bold;
	font-style:italic;
	margin-right:10px;
}

	

