div#wrapper{
	width:760px;
	text-align:left;
	margin:0 auto;
	background:#fff;
}
div#header{
	background: #000 url(images/background_header.jpg) no-repeat center left;
	height:184px;
	text-align:center;
}
ul#navigation{
	margin:0px;
	padding:0px;
	position:relative;
	top:159px;
	left:40px;
	font-size:.9em;
}
div#homebuttons{
	border-bottom:2px solid #000;
	background:red;
	height:1%;
}
div#homebuttons img{
	
}
ul#navigation li{
	padding:0px 8px 16px 8px;
	margin:0px;
	display:block;
	float:left;
	list-style:none;
	position:relative;
}
ul#navigation li a{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-transform:lowercase;
}
ul#navigation li a:hover{
	color:#cf6321;
}
ul#navigation li a.on{
	padding-bottom:5px;
	border-bottom:5px solid #cf6321;
}
/* sub menu stuff */
ul#navigation li ul{
	width:180px;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:none;
	position:absolute;
	top:15px;
	left:-7px;	
}

ul#navigation li ul li ul{
	width:180px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:none;
	position:absolute;
	top:-1px;
	left:180px;
	border-top:1px solid #000;	
}

ul#navigation li ul li {
	width:180px;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	text-align:left;
}

ul#navigation li ul li a {
	display:block;
	padding:5px 15px 5px 20px;
	background: #706762 url(images/background_submenu.jpg) no-repeat left 12px;
}
ul#navigation li ul li a:hover {
	background: #a5a4a2 url(images/background_submenu_over.jpg) no-repeat left 12px;
	color:#fff;
}
ul#navigation li:hover > ul {
	display:block;
}
/* end sub menus */
div#container{
	background:#fff url(images/background_content.jpg) no-repeat;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}
div#content{
	padding:40px 20px;
	height:1%;
}
div#footer{
	background:#000;
	padding:10px;
	font-size:.8em;
	color:#ccc;
}
/*div#footer a{
	padding:3px;
	text-decoration:none;
	color:#666;
	border:1px solid #666;
	background:#333;
	font-weight:normal;
}
div#footer a:hover{
	color:#999;
	border:1px solid #999;
	background:#666;
}*/
/* classes */
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.block{
	display:block;
}
.fltleft{
	float:left;
}
.fltright{
	float:right;
}
form.float label{
	width:200px;
	text-align:right;
	margin-right:5px;
	margin-bottom:3px;
	float:left;
}
form.float input, form.float select, form.float textarea{
	float:left;
	margin-bottom:3px;
}
form.float br{
	clear:both;
}
div.photo_cat{
	height:1%;
	width:350px;
	float:left;
	margin-right:10px;
}
div.photo_cat img,div.photo_desc img,div.photo_list img{
	background:#f5f5f5;
	padding:5px;
	border:1px solid #bbb;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
div.photo_cat p,div.photo_desc p{
	margin:0px;
}
div.photo_desc{
	height:1%;
	float:left;
	width:100%;
}
div.photo_list{
	margin-left:143px;
	height:1%;
}
.required_field {
	font-weight: bold;
}
/* globals */
body{
	background: url(images/background_body.jpg);
	margin:0px;
	text-align:center;
	font-family:arial;
	font-size:.9em;
	color:#666;
}
h1{
	font-size:1.4em;
	color:#cf6321;
	margin-top:0px;
}
h2{
	font-size:1.2em;
	color:#cf6321;
	margin-top:30px;
}
img{
	border:none;
}
a{
	color:#cf6321;
	font-weight:bold;
}
a:hover{
	color:#333;
}