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

img {
	border: 1px #000000 solid;
}

.clearBox {
	clear: both;
}

body {
	background: #fff1be top no-repeat url(/images/background1.jpg);
	padding: 0px;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	color: black;
	padding: 35px;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #ed1f24;
	text-decoration: none;
}

h1 {
	font-weight: bold;
	line-height: 35px;
	font-size: 12px;
}

h2 {
	font-weight: bold;
	line-height: 35px;
	font-size: 18px;
}

div#background {
	border-left: black solid 1px;
	border-right: black solid 1px;
	border-top: black solid 1px;
	border-bottom: black solid 1px;
	background-color: #fffae8;
	width: 985px;
	min-height: 800px;
	margin: auto;
	padding-bottom: 25px;
}

div#header {
	border: orange solid 0px;
	width: 983px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

div#content {
	border: green solid 0px;
	width: 934px;
	margin: 0px 50px 30px 15px;
	padding: 0px;
}

div#left_column {
	position: relative;
	border: 0px green dotted;
	margin: 0px;
	width: 350px;
	float: left;
}

div#nav {
	border: 0px solid green;
	margin: 25px 0px 0px 0px;
	width: 260px;
	float: left;
	line-height: 28px;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

div#nav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

div#nav li
{
	border: 0px solid yellow;
	margin-right: 15px;
}

div#nav li ul
{
	display: none;
} 

div#nav li:hover > ul
{
	position: absolute;
	left: 138px;
	top: 64px;
	padding: 5px 10px 10px 10px;
	background-color: #353535;
	border: 1px solid #e75f15;
	line-height: 24px;
	font-size: 13px;
	display: block;
} 

div#contact_info {
	border: 0px red dotted;
	margin: 50px 0px 0px 50px;
	padding: 0px;
	line-height: 20px;
	float: left;
}

div#right_column {
	border: 0px red dotted;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	width: 580px;
	float: left;
}

div#home_photo {
	float: left;
	width: 575px;
	height: 470px;
	margin-top: 00px;
	margin-bottom: 25px;
}


div#footer {
	border-left: black solid 15px;
	width: 971px;
	height: 12px;
	margin: 10px auto;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	color: black;
	padding: 0px 0px 0px 15px;
}

div#footer_left {
	float: left;
	border: red solid 0px;
	width: 655px;
}

div#footer_right {
	float: right;
	border: red solid 0px;
	width: 315px;
	text-align: right;
}

div#footer a {
	text-decoration: none;
	color: black;
}

div#footer a:hover {
	text-decoration: none;
	color: #962e35;
}

div#admin_display {
	background-color: white;
	border: grey solid 1px;
	padding: 10px;
}

