body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 62.5%;
}

a {
	color: rgb(166, 92, 0);
}

#header {
	height: 132px;
	margin-left: auto;
	margin-right: auto;
}

#header h1 {
	height: 132px; 
	width: 803px;
	background-image: url('images/Name_Logo.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0 auto;
	text-indent:-999em;
}

#header #contact_us {
	position: absolute;
	left: 50%;
	margin-left: 270px;
	top: 80px;
	height: 25px;
	width: 95px;
	display: inline-block;
	border: 0;
}

#header_gradient {
	background-image: url('images/Header_gradiant.png'); 
	background-repeat: repeat-x; 
}

#content_area {
	position: relative;
	top: 40px;
	max-width: 1000px;
	min-width: 800px;
	padding: 0 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6em;
}

#footer_gradient {
	height: 52px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('images/Footer_gradient.png'); 
	background-repeat: repeat-x; 
}

#footer-spacing {
	height: 52px;
}

#footer {
	position: relative;
	top:25px;
	font-size: 1.2em;
	text-align: center;
}

#footer a {
	color: rgb(255,193,115);
}

#breadcrumb {
	font-weight: bold;
	font-size: .8125em;
}

#slideshow-area {
	margin-top: 35px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

