/* Reset Styles */
/*-------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
} 

img { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; }


:focus { outline: 0; }
a { text-decoration:underline; color:#d39013; }
a:hover { text-decoration:none; }
strong { font-weight:bold; }
em { font-style:italic; }
ol { list-style-type: lower-alpha; padding: 0 0 15px 35px; }
ul { list-style-type: disc; padding: 0 0 15px 35px; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
p { padding:0 0 15px 0; }
input, option { font-size:12px; color:#110E09; font-family:Tahoma, sans-serif; }
/*
html{
	background-color: #70632F;
	height:100%;
	margin:0;
	padding:0
}

body{
	padding:0;
	margin:0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #110E09;
}

#wrapper{
	width: 980px;
	margin: auto;
	

}

#header{
	width: 980px;
	height: 208px;
	background-image: url('header-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#main-menu{
	width: 980px;
	height: 42px;
	background-image: url('menu-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
*/
#main-menu-inner{

	font-weight: bold;

}
/
#content-area{
	width: 980px;
	background-image: url('content.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	float: left;
}

#content-inner{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
}

#footer{
	width: 980px;
	height: 301px;
	background-image: url('footer.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	clear: both;
}

#footer-inner{
	padding-left: 50px;
	padding-right: 50px;
}	

#footer-left{
	float: left;
	width: 215px;
	height: 100px;
	padding-top: 50px;
	padding-left: 25px;
	

}

#footer-center{
	float: left;
	width: 150px;
	height: 100px;
	margin-left: 110px;
	padding-top: 50px;
	padding-left: 75px;
	margin-right: 10px;

}

#footer-right{
	margin-left: 50px;
	height: 100px;
	float: left;
	padding-top: 50px;
	width: 220px
}

#footer-bottom{
	width: 100%;
	padding-top: 35px;
	text-align: center;
	float: left;
	clear: both;
}

h1{
	font-size: 18px;
	color: #825A2B;
	padding-bottom: .5em;
}

h2{
	font-size: 16px;
	color: #825A2B;
	padding-bottom: .5em;
}

h3{
	font-size: 14px;
	color: #825A2B;
	padding-bottom: .5em;
}

a:link{color: #972812; text-decoration: underline;}
a:active{color: #972812; text-decoration: underline;}
a:hover{color: #E2302A; text-decoration: underline;}
a:visited{color: #972812; text-decoration: underline;}

.home-left{
	float: left;
	width: 30%;
}

.home-center{
	float: left;
	width: 40%;
	text-align: center;
}


.home-right{
	float: left;
	width: 30%;
}
*/
