* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #6B5647 url("../images/bg_bottom.jpg") top center;
}

.clear {
	clear: both;
	height: 0px;
	font: 0px/0px;
	overflow: hidden;
}

#background {
	background: url("../images/bg_top.jpg") top center repeat-x;
}

#container {
	width: 850px;
	margin: 0 auto;
}



/*	Header
---------------------- */

#header {
	position: relative;
	height: 110px;
}

#navigation {
	position: absolute;
	top: 78px;
	right: 1px;
	width: 625px;
	height: 35px;
	color: #fff;

//test
}

a img {border: none; } 

#navigation ul {
	width: 472px;
	list-style: none;
	font: 0px/0px sans-serif;
	background: url("../images/separator.gif") repeat-x;
}

#navigation li {
	margin-left: 1px;
	display: inline;
}



/*	Content
---------------------- */

#content {
	width: 850px;
	margin: 0 auto;
	background: #f2e2ce url("../images/bg_sidebar.gif") repeat-y;
	position: relative;
}

#content a {
	color: #cc6600;
	font-weight: bold;
}

#content a:hover {
	color: #7c1616;
}

#main {
	float: right;
	width: 625px;
}

#masthead {
	width: 615px;
	height: 210px;
	border: 5px solid #fff;
	background: #333;
}

#copy {
	padding: 10px 10px 5px 10px;
	background: url("../images/copy_bg.jpg") top left repeat-x #fff;
}

#copy h2 {
	font: 1.5em "Times New Roman", Georgia, serif;
	color: #7c1616;
	font-style: italic;
	letter-spacing: -1px;
	margin: 10px 10px 0 10px;
}


#copy p {
	font: 0.75em/1.35em Georgia, "Times New Roman", serif;
	color: #6f513e;
	margin: 10px 15px 10px 15px;
}


#copy .box {
	border: 1px solid #e7c8b2;
	background: #fff;
	margin-bottom: 10px;
}



/*	Feature
---------------------- */

#feature {
	position: absolute;
	top: 145px;
	right: 10px;
	width: 220px;
	padding-bottom: 10px;
	background: url("../images/feature_bottom.png") bottom left no-repeat;
	margin: 0px;
}

#feature .heading {
	font: 0px/0px sans-serif;
	width: 220px;
	height: 55px;
}

#feature .box {
	background: url("../images/bg_feature.png") repeat-y;
	padding: 0px 12px 5px 12px;
	margin: 0px;
}

#feature p {
	margin: 10px 15px 10px 15px;
	font: 0.7em/1.35em Georgia, "Times New Roman", serif;
	color: #fff;
}



/*	Sidebar
---------------------- */

#sidebar {
	width: 225px;
	background: url("../images/bg_sidebar_top.gif") 80px left no-repeat;
}

#sidebar strong {	
	color: #7c1616;
}

#sidebar p {
	font: 0.7em/1.35em Georgia, "Times New Roman", serif;
	color: #81593f;
	margin: 10px 15px 10px 15px;
}

#contact {
	
	bottom: 10px;
	left: 0px;
	width: 223px;
	border-top: 1px solid #e8d0b9;
	background: url("../images/bg_sidebar_top.gif") no-repeat;
}

#contact strong {	
	color: #7c1616;
	font-size: 1.1em;
	
	
}

#contact p {
	font: 0.7em/1.35em Arial, sans-serif;
	color: #6f513e;
	margin: 15px 15px 10px 15px;
}


/*	Footer
---------------------- */

#footer {
	padding-top: 15px;
	text-align: center;
	margin-bottom: 25px;
}

#footer h6 {
	font: 0.7em/1.4em Arial, Helvetica, sans-serif;
	color: #f2e2ce;
	background: #28190e;
	padding: 5px;
}

#footer h6 a {
	color: #fff;
	font-weight: bold;
}

#footer h6 a:hover {
	color: #fff;
}
