@charset "UTF-8";
/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background:url(../images/bg.jpg) top left no-repeat #000;
	font-size:14px;
}
.left {
	float:left;
	width:235px;
	margin-right:10px;
}
a:link, a:visited, a:active {
	color: #fff;
	text-decoration:none;
}
a:hover {
	color: #fff;
	text-decoration:underline;
}
#container {
	width:753px;
	margin-left:115px;
}
#header {
	height:65px;
	margin-top:5px;
	margin-left:7px;
	background:url(../images/logo.png) top left no-repeat;
	text-align:right;
}
#links {
	padding-top:44px;
	font-size:16px;
}
#content {
	height:470px;
	margin-top:36px;
	margin-left:233px;
	text-align:left;
}
#thumbs {
	text-align:left;
}

.links li {
	margin-bottom:10px;
}

#footer {
	height:15px;
	text-align:center;
	margin-top:18px;
	margin-bottom:5px;
	font-size:10px;
}
