/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #000;
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#header {
height: 142px;
background: url(images/header.jpg) no-repeat;
color: #fff;
position: relative;
}
#subheader {
	height: 140px;
	background: #000 url(images/sub-header.jpg) no-repeat;
	margin: 15px 0;
}
#nav {
	background: #000 url(images/nav.jpg);
	height: 45px;
	overflow: hidden;
}
#nav ul {
}
#nav li {
list-style: none;
float: left;
border-right: 1px solid #474747;
}
#nav li a {
display: block;
margin: 10px;
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #fff;
padding: 5px;
}
#nav li a:hover {
color: #7CB5EA;

}
#content {
background: #000 url(images/content-t.jpg) no-repeat;
padding: 20px;
overflow: hidden;
}
#content a {
color: #fff;
}
#content li {
margin-left: 30px;
}
#footer {
padding: 20px;
font-size: 10px;
text-align: center;
color: #fff;
}
#footer a {
color: #fff;
}
.gallery-item {
	margin: 0 5px 5px 0;
}
.clear {
clear: both;
}
h1 {
font-size: 36px;
}
.logo {
	position: absolute;
	top: 51px;
	left: 119px;
}
#form input {
width: 250px;
margin: 5px 0;
}
#form li {
list-style: none;
font-size: 12px;
margin: 5px 0;
}