
body{
	width: 1005px;
	background: #000 url(../images/logo.png) no-repeat;
	color: #fff;
	font: 12px Monaco,monospace;
	}
a, a:link, a:visited{
	text-decoration: none;
	color: #d4662c;
	}
a, a:hover, a:active{
	color: #aaa;
	}
#nav_container{
	width: 130px;
	margin: 200px 0 0 0;
	float: left;
	}
#nav_content{
	margin: 0 20px 0 0;
	text-align: right;
	}
#nav_content a, #nav_content a:link, #nav_content a:visited{
	color: #000;
	background: #fff;
	padding: 2px 20px;
	font: 12px Monaco,Courier,monospace;
	text-decoration: none;
	}
#nav_content a:hover, #nav_content a:active{
	color: #000;
	background: #d4662c;
	padding: 2px 20px;
	font: 12px Monaco,Courier,monospace;
	text-decoration: none;
	}
#nav_content p{
	padding: 3px 0;
	}
#nav_content p .current{
	background: #d4662c;
	}
#content_container{
	width: 875px;
	margin: 200px 0 0 0;
	padding-bottom: 60px;
	float: left;
	}
#contact_box_container{
	position: fixed;
	top: 0;
	right: 0;
	width: 173px;
	height: 100px;
	}
#contact_box_top{
	background: #d4662c;
	color: #000;
	padding: 10px;
	font: 9px Monaco,monospace;
	line-height: 10px;
	text-align: right;
	}
#contact_box_bottom{
	background: #000;
	color: #aaa;
	padding: 10px;
	font: 10px Arial,sans-serif;
	line-height: 16px;
	text-align: left;
	}
#network_box{
	position: fixed;
	bottom: 0;
	left: 0;
	background: #000;
	}
.small_image{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
.large_image{
	clear: both;
	}
.text_column{
	width: 520px;
	}
.thumbs_container{
	clear: both;
	overflow: hidden;
	}
.thumbs_container .thumb{
	width: 280px;
	height: 153px;
	margin: 0 10px 10px 0;
	}
