*
{ 
	margin:0;
	padding:0;
}
html, body
{ 
	height:100%;
}
body
{ 
	background-color:#191919;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#939393;
}
img
{
	border:0; 
	vertical-align:top; 
	text-align:left;
}
.wrapper
{ 
	width:100%;
	overflow:hidden;
}
.container
{ 
	width:905px; 
	margin:0 auto;
	position:relative;
	font-size:.8125em;
	/*border:1px dotted red;*/
}
#header
{
	height:80px;
	/*background:url(images/header-bg.jpg) left top repeat-x;*/
	position:relative;
}
#header .logo .indent img
{
	float:right;
}
#header .logo .indent 
{
	padding-top:15px;
}
#description
{
	float:left;
	display:block;
	width:630px;
	font-size:100%;
	color:white;
	padding-top:10px;
	text-align:left;
}
#content
{
	/*background:url(images/content-bg.gif) left top repeat-x #767676;*/
	/*margin-top:-30px;*/
	padding:0 0 18px 0;
}
a
{
	color:#ddf; 
	outline:none;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
h3
{
	font-size:1.08em;
	line-height:1.2em;
	color:#ddf;
	font-weight:normal;
	margin-bottom:5px;
	letter-spacing:1px;
}
h3 a
{
	color:#ddf !important;
	text-decoration:none;
}
ul, ol
{
	list-style:none;
}
.c1, .c2, .c3, .c4, .c5, .copyrights, .bookmarks, .disclaimer
{ 
	float:left;
}
.thumbs
{
	width:100%;
	overflow:hidden;
}
.thumbs li
{
	display:block;
	/*border:1px dotted green;*/
}
.box1
{
	width:177px;
	height:237px;
	padding:2px;
	background:#161616;
	/*border:1px dotted white;*/
}
.box2
{
	width:177px;
	height:135px;
	padding:2px;
	background:#161616;
	/*border:1px dotted white;*/
}
.box3
{
	clear:both;
	color:#fff;
	background-color:#666;
	height:90px;
}
.box3 .banner
{
	display:block;
	width:425px;
	height:inherit;
	float:right;
}
.box3 .text
{
	display:block;
	width:480px;
	height:inherit;
	float:left;
}
#toplist
{
	margin-top:20px;
	font-size:100%;
}
#toplist p
{
	font-size:18px;
	color:white;
	line-height:35px;
}
#toplist .box .indent
{
	padding:8px;
	background:#333;
}
#toplist a
{
	color:#ddf;
}
#toplist .box span
{
	display:block;
	font-size:90%;
}
#footer
{
	padding:30px 0 10px 0;
	/*background:url(images/footer-bg.gif) left top repeat-x #191919;*/
}
#footer .copyrights
{
	padding:20px 0 0 30px;
	width:275px;
	font-size:100%;
	color:#767676;
}
#footer .copyrights div
{
	padding-top:10px;
	text-align:center;
}
#footer .bookmarks
{
	width:297px;
}
#footer .disclaimer
{
	width:270px;
	padding:10px 0 0 15px;
	text-align:justify;
	font-size:75%;
}
.bookmarks
{
	text-align:center;
	padding:5px 0 16px 0;
}
.bookmarks dt
{
	font-size:18px;
	color:#fff;
	line-height:1.2em;
	margin-bottom:10px;
}
.bookmarks dd img
{
	padding:0 2px;
}
.disclaimer p a
{
	color:#ddf;
}
div #contact
{
	clear:both;
	width:inherit;
	text-align:center;
	margin:10px auto auto -5px;
}
div #contact a
{
	font-size:75%;
	color:#999;
}