/* === Hidden guff ======= */
#header1 p,.hidden{
	left:-9999px;
	width:0px;
	overflow:hidden;
	position:absolute;
	}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	background-color: #353634;
	color:#FFFFFF;
	text-align:left;
	margin:0px;
}
*{
	margin:0px;
	padding:0px;
}

#matt_header{
	position: relative;
	float: left;
	width: 385px;
	height: 118px;
}

#wrapper{
	position: relative;
	margin: 54px;
	width: 720px;
}

.clear{
	clear: both;

}

#content {
	margin-top: 40px;
}

#content a {
	color: #fff;
	text-decoration: underline;
}

#content a:hover {
	color: #fff;
	text-decoration: none;
}

#content_small {
	margin-top: 20px;
}

#text {
	font-size:12px;

}

/*/////////// top_nav ///////////*/
#topnav{
	position: relative;
	width:182px;
	float: left;
	margin-left: 65px;
}

#topnav ul{
	list-style:none;
}

#wrapper #topnav ul li{
	float:left;
}

#topnav ul li a span{
	display:none;
}

#topnav_info a{
	display:block;
	width:182px;
	height:45px;
	background:url(../images/nav_info.gif) top left no-repeat;
}

#topnav_info a:hover{
	display:block;
	width:182px;
	height:45px;
	background:url(../images/nav_info.gif) bottom left no-repeat;
}

#topnav_info a.selected{
	display:block;
	width:182px;
	height:45px;
	background:url(../images/nav_info.gif) bottom left no-repeat;
	cursor:default;
}

#topnav_work a{
	display:block;
	width:182px;
	height:45px;
	background:url(../images/nav_work.gif) top left no-repeat;
}
#topnav_work a:hover{
	display:block;
	width:182px;
	height:45px;
	background:url(../images/nav_work.gif) bottom left no-repeat;
}
#topnav_work a.selected{
	display:block;
	width:182px;
	height:45px;
	background:url(../images/nav_work.gif) bottom left no-repeat;
	cursor:default;
}

#topnav_contact a{
	display:block;
	width:182px;
	height:45px;
	background:url(../images/nav_contact.gif) top left no-repeat;
}
#topnav_contact a:hover{
	display:block;
	width:182px;
	height:45px;
	background:url(../images/nav_contact.gif) bottom left no-repeat;
}
#topnav_contact a.selected{
	display:block;
	width:182px;
	height:45px;
	background:url(../images/nav_contact.gif) bottom left no-repeat;
	cursor:default;
}

/*/////////////////////////////////////////////*/



/*////  thumbs//////*/
.thumb_box{
	float: left;
}

#top_next_btn{
	float: right;
	margin-top: 105px;
}
#bottom_next_btn{
	float: right;
	margin-top: 20px;
}

#bottom_prev_btn{
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
