body
{
	background-image: url('images/background.gif');
	background-repeat: repeat;
}

.cleared
{
	clear: both;
	height: 0;
}

.20spc
{
	clear: both;
	height: 20px;
	
	width: 100%;
	
	background: green;
}

#page
{
	background-color: #ffffff;
	width: 946px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

#header h1
{
	-moz-box-sizing: border-box;
	background-image: url('images/DOHeader.jpg');
	background-repeat: no-repeat;
	display: block;
	width: 936px;
	height: 50px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
#content
{

	padding: 0 20px 0 20px;
}
.leftcol
{
	float: left;
}
.inliner
{
	float: right;
	margin: 5px 0px 5px 5px;
}
.hideme
{
	display: none;
}
#nav
{
	-moz-box-sizing: border-box;
	display: block;
	width: 936px;
	height: 40px;
	background-color: #D8AB1C;
	background-image: url('images/navleft.jpg');
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
#nav li
{
	display: block;
	float: left;
	margin: 0;
	color: #ffffff;
	font-size: 1.3em;
	border-left: 1px solid white;
	margin-top: 8px;
	padding: 0px 25px 0px 25px;
}
#nav li:first-child
{
	margin-left: 420px;
	border-left: none;
}
#nav a
{
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
#contact
{
	-moz-box-sizing: border-box;	
	display: block;
	background-image: url('images/addressfoot.jpg');
	background-repeat: none;
	width: 903px;
	height:	102px;
	margin: 20px 0 0 0;
	clear: both;
}
#contact dt
{
	display: none;
	margin: 0;
	padding: 0;
}
#contact dd
{
    display: block;
	height: 90px;
	color: #fff;
    float: left;
	font-size: 1.1em;
	font-style: plain;
	font-weight: normal;
	margin: 0;
	padding: 10px 50px 0px 20px;
}
#gallery
{
	width: 500px;
	float: left;
	background: #ccbbbb;
	margin-right: 30px;
	padding: 5px 0 0 5px;
	margin-bottom: 20px;
}
#gallery img
{
	border: 1px solid black;
	margin: 0 5px 5px 0;

}

#content-column
{
	float: left;
	width: 350px;
}



#contact a
{
    color: #fff;
}
#contact address
{
	font-style: normal;
}
#footer
{
	width: 936px;
	height: 50px;
	background-color: #000000;
	color: #ffffff;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.sepwrap
{
width: 298px;
height: 11px;
background-image: url('images/sep.gif');
}
.sepwrap hr
{
	display: none;
}
#footer
{
	position: relative;
	background-image: url('images/footer.jpg');
	background-repeat: none;
	width: 936px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
#copyright
{
position: absolute;
left: 20px;
top: 12px;
}
#credit
{
position: absolute;
right: 20px;
top: 12px;
}
label
{
display: block;
margin-left:30px;
}
input, textarea
{
display: block;
margin-bottom: 15px;
}

