body {
	background: #6f3f24 url(../images/designbody.jpg) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

#container {
	background: #FFF url(../images/designcontent.gif) repeat-y left;
	width: 800px;
	margin: auto;
}

#header1 {
	background: #FFF url(../images/designhead1.jpg) no-repeat top left;
	height: 200px;
}

#header2 {
	background: #FFF url(../images/designhead2.jpg) no-repeat top left;
	height: 200px;
}

#header3 {
	background: #FFF url(../images/designhead3.jpg) no-repeat top left;
	height: 200px;
}

#header4 {
	background: #FFF url(../images/designhead4.jpg) no-repeat top left;
	height: 200px;
}

#nav {
	margin-left: 380px;
	color: #994600;
	font-size: 1em;
}

#nav a {
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

#content {
	margin-right: 20px;
	margin-left: 20px;
}

#content h3{
	font-family: Trebuchet MS;
}

#content h2{
	font-family: Trebuchet MS;
}


#content p {
	font-size: .8em;
}

#content a {
	color: #2e5167;
}

#content ul li{
	font-size: .75em;
}

#content ul li ul li{
	font-size: 1em;
}


#content ul.gallery {
	margin-left: 100px;
	padding: 0;
	list-style-type: none;
	float: left;
}

#content ul.gallery li {
    width: 245px;
    padding: 5px;
    position: relative;
    float: left;
    display: inline;
    margin: 5px;
	text-align: center;
}

#content ul.gallery li img {
    margin: auto;
	padding: 0;
	border: 2px solid #994600;
	display: block;
} 

#video {
	margin-left: 167px;
}

#content .clearcolumn {
	position: relative;
	clear: both;
}

#footer {
	background: #FFF url(../images/designfooter.jpg) no-repeat bottom left;
	height: 100px;
	clear: left;
}

#footer p {
	width: 800px;
	text-align: center;
	font-size: .75em;
	line-height: 50px;
	color: #EFEFEF;
}

