body, html {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333;
	color:#fff;
}

.floatClear {
	clear:both;
	height:0;
	width:0;
}

a { 
	color: #999;
	text-decoration:none;
}

a:hover {
	color: #fff;
}

p {
	margin:15px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #999;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999;
	font-weight: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: bold;
}

img {
	border: 2px solid #999;
}

a img {
	border: 2px solid #999;
}

a img:hover {
	border: 2px solid #fff;
}

#container {
	width:900px;
	height:600px;
	margin-top: 70px;
	position:absolute;
	left: 50%;
	margin-left: -450px;
}

#content {
	width:900px;
	height:420px;
	overflow:auto;
	padding-right:15px;
	float:left;
	text-align:left;
	border-bottom:1px solid #999;
}

#thumbs {
	width:150px;
	height:150px;
	float:left;
	padding:0 25px 35px 0;
}

#header {
	padding: 10px 0;
}

#header h1 {
	float:left;
}

#header h1 a {
	display:block;
	width:280px;
	height:57px;
	background:url(images/large_logo.png) no-repeat;
	text-indent:-9000px;
	top: -35px;
	position: relative;
}

#footer {
	width: 900px;
	margin-top:10px;
	color: #fff;
	text-align:right;
}

#footer a {
	color: #999;
}

#footer a:hover {
	text-decoration:underline;
}

#topNav {
	color: #999;
	text-transform:uppercase;
	text-align:right;
	float:right;
}

#topNav a {
	padding:0px 5px 0px 5px;
}
