/* Creative Outdoor Lighting Stylesheet, designed and developed by The Amplified Group, LLC */
/* Visist www.amplifyyourworld.com to get more info */
/* Steal what you want, I'll design something better anyways (he he he) */
body, html {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, sans;
	font-size: 10px;
	color: #F1E5BC;
	background: url(../Images/BG_Body_01.jpg) repeat-x;
}

a:link, a:visited {
	color: #C77F29;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#Header, #Body, #Footer {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

a img {
	border: 0;
}

#Header {
}

#Body {
	background: url(../Images/Site_03.jpg) repeat-y;
}

#BodyContent {
	padding-top: 12px;
	padding-bottom:12px;
	margin-left: 15px;
	margin-right: 65px;
}

p.BreadCrumb {
	color: #FFFFFF;
	font-size: 12px;
	border-bottom: 1px dotted #FFFFFF; 
}

ul {
	list-style: none;
}