body{
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
	line-height: 20px;
}

a:link, a:visited, a:active{
	color: #ffffff;
	test-decoration: underline;
}

a:hover { 
	color:#CCCC00;
}

.img_left{
	width:320px;
	float: left;
	margin: 5px;
	border: 1px solid #CCCCCC;
	background-color: #999999;
	text-align: center;
}

.img_right{
	width:320px;
	float: right;
	margin: 5px;
	border: 1px solid #CCCCCC;
	background-color: #999999;
	text-align: center;
}

.img_caption{
	padding-left: 5px;
	padding-right: 5px;
}

#wrapper{
	width: 770px;
	border-right: 1px solid #CCCCCC;
}

#heading{
	height: 185px;
	background-image: url(http://dl.dropbox.com/u/26158417/heading.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#heading_pics{
	width: 510px;
	height: 75px;
	position: relative;
	top: 95px;
	left: 258px;
}

.heading_pics_img{
	border: 1px solid #333333;
	margin-left: 1px;
	margin-right: 1px;
}

.page_title{
	font-weight: bold;
}

#nav_left{
	width: 120px;
	float: left;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
}

#content{
	width: 640px;
	float: right;
}

#footer{
	height: 30px;
	padding-top: 10px;
	text-align: center;
	clear: both;
}

