
body,
html {
	margin:0;
	padding:0;
	color:#000;
	background-color: #FFFFFF;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;
	background-position: center top;

	
    }

a:link { 
	color: #8b0202;
	}
a:visited
 { 
	color: #8b0202;
	}








#container {
	font-family: Arial;
	font-size: 11px;
	width: 796px;
	margin: 0px auto;
	position: relative;
}
#topheader {
	background-image: url(images/top_content.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 179px;
	clear: both;
}
#nav {
	background-image: url(images/navbar.gif);
	height: 86px;
	width: 769px;
	margin: 0px auto;
	font-family: Arial;
	font-size: 11px;
}
.header_text {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
	padding-left: 140px;
}
.header_text h1 {
	font-family: Baramond;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 2px;
	line-height: 30px;
}


#sidebar {
	float: left;
	width: 140px;
	background-color: #FFFFFF;
	margin-top: 0px;
	border: 1px solid #d9d5ca;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#side {
	width: 145px;
	margin-top: 20px;
	float: left;
	margin-bottom: 20px;
}

.side_title {
	background-image: url(images/side_title.gif);
	background-repeat: repeat-x;
	height: 22px;
	font-family: Georgia;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #735833;
	text-align: center;
	margin-top: 0px;
	padding-top: 3px;
	margin-bottom: 8px;
}
#side_shadow {
	background-image: url(images/side_shadow.gif);
	background-position: left bottom;
	width: 142px;
	background-repeat: no-repeat;
	height: 17px;
}
.side_ad {
	padding-left: 10px;
}







#main {
	float: right;
	width: 610px;
	margin-top: 20px;
	font-size: 12px;
	text-align: justify;
	font-family: arial;

}

#main h1 {
	font-family: arial;
	font-size: 13px;
	color: #735833;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	padding-top: 0px;
}
.main_title {
	background-image: url(images/title_bar.gif);
	background-repeat: repeat-x;
	height: 22px;
	font-family: Georgia;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #735833;
	text-align: center;
	margin-top: 0px;
	padding-top: 3px;
	margin-bottom: 8px;
}

#top_ad {
	margin-top: 30px;
	margin-bottom: 5px;
	clear: both;
	margin-left: 20px;
}
#slidetabsmenu {
	float:left;
	width:100%;
	font-size:90%;
	line-height:normal;
	margin-top: 60px;
	background-repeat: no-repeat;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul{
	list-style-type: none;
	margin:0;
	margin-left: 0px;
	padding:0;
	font-family: Arial;
	font-size: 11px;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
	float:left;
	margin:0;
	text-decoration:none;
	background-image: url(images/tab_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
}

#slidetabsmenu a span {
	float:left;
	display:block;
	font-weight:normal;
	color:#FFFFFF;
	background-image: url(images/tab-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	padding-right: 8px;
	padding-left: 4px;
	padding-bottom: 6px;
	margin-right: 2px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
	color: #811515;
}

#slidetabsmenu #current a {
	float:left;
	display:block;
	font-weight:bold;
	color:#811515;
	background-image: url(images/tab-rightover.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 2px;
	font-family: Arial;
}

#slidetabsmenu #current a span {
	float:left;
	margin:0;
	text-decoration:none;
	background-image: url(images/tab_leftover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 8px;
	color: #811515;
	font-weight: bold;
}

#slidetabsmenu a:hover {
	float:left;
	display:block;
	font-weight:normal;
	color:##811515;
	background-image: url(images/tab-rightover.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 2px;
}


/**************** menu coding *****************/
#menu {
width: 12em;
background: #eee;
float:left;
}

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

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

</style>
<!--[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
} 

</style>
<![endif]-->



#slidetabsmenu a:hover span {
	float:left;
	margin:0;
	text-decoration:none;
	background-image: url(images/tab_leftover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 9px;
}

.line-height {
	line-height: 16px;
}
.line {
	background-image: url(images/line.gif);
	height: 16px;
	margin-top: 8px;
	margin-bottom: 10px;
}
#footer {
	font-family: Arial;
	font-size: 11px;
	color: #513e29;
	height: 108px;
	margin-top: 20px;
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
}
#footer_content {
	font-family: Arial;
	color: #513e29;
	text-align: left;
	width: 700px;
	background-image: url(images/footer_image.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 65px;
	height: 65px;
	padding-top: 25px;
}
