html,body{margin:0;padding:0}

body{
	font: 100% Verdana,Arial,sans-serif;
	background:#f5f5f5;
	cursor:default;
}
a{
	text-decoration:none;
	color:#e39501;
}
a:hover{color:#ffaa07;}
hr{
	color: #4b4c4c;
	background-color: #4b4c4c;
	height:5px;
}
input, textarea{
	width:300px;
	border:1px solid #242424;
}
#background{
	width:100%;
	height:240px;
	background-color:#242424;
}
#wrapper{
	position: absolute;
	width:970px;
	left: 50%;
	margin-left: -485px;
}
#header{
	height:135px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}
#headimage{
	height:450px;
	background-color:#FFF;
	background-image:url(../images/headimage.jpg);
	background-repeat:no-repeat;
	border:1px solid #242424;
}
#headimage2{
	height:172px;
	background-color:#FFF;
	background-image:url(../images/headimage2.jpg);
	background-repeat:no-repeat;
	border:1px solid #242424;
}
#navigation{
	position: absolute;
	top:110px;
}
.nav_style {
	list-style-type:none;
	margin:0;
	margin-left:5px;
	padding:0;
	width:970px;
}
.nav_style li {
	float:left;
	margin:3px;
	margin-left:22px;
	margin-right:22px;
	padding:3px;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	color:#f5f5f5;
}
.nav_style li:hover{
	background-color:#FFF;
	color:#242424;
}
#content{
	margin-top:17px;
	background-color:#FFF;
	color:#4b4c4c;
	border-top:1px dotted #242424;
	border-bottom:1px dotted #242424;
}
.gallery_thumb{
	float:left;
	width:220px;
	height:165px;
	text-align:center;
}
.clear {
clear:left;
}
#footer{
	margin-top:17px;
	background-color:#FFF;
	color:#242424;
	border-top:1px dotted #242424;
}
