@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #3d3418;
	line-height:15px;
	text-align:center;
	background-color: #3d3418;
	background-image:url(images/bg-home.jpg);
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #988a3c;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #988a3c;
}
a:hover {
	text-decoration: none;
	color: #3d3418;
}
a:active {
	text-decoration: none;
	color: #988a3c;
}
#mainContainer{
width:823px;
margin:auto;
background-color: #3d3418;
clear:both;
}

#nav ul{
	list-style:none;
	margin:0px;
	padding:6px;
	background-image:url(images/button.jpg);
}

#nav li{
	width:auto;
	display:inline;
}

#nav a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #3d3418;
	background-image:url(images/button.jpg);
	background-repeat:repeat;
	padding:6px;
	padding-left:12px;
	padding-right:12px;
	height:25px;
}
#nav a:link {
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #3d3418;
}
#nav a:hover {
	text-decoration: none;
	color: #3d3418;
	background-image:url(images/rollover.jpg);
	background-repeat:repeat-x;
}
#nav a:active {
	text-decoration: none;
	color: #3d3418;
}

#bodyContainer{
	width:823px;
	float:left;
	clear:both;
	background-color: #3d3418;
}

#mainBody{
	width:812px;
	float:left;
	clear:both;
	background-color: #3d3418;
	background-image:url(images/body-home-bg.jpg);
	background-repeat:no-repeat;
	height:378px;
	margin:0px;
	padding:0px;
	margin-left:11px;
}

#left{
width:399px;
float:left;
height:376px;
text-align:left;
border: 0px solid #ff6600;
}

#right{
width:375px;
float:left;
height:376px;
overflow:auto;
text-align:left;
padding-left:10px;
padding-right:10px;
border: 0px solid #ff6600;
}

#footer{
padding:5px;
color:#d3bf52;
font-size:11px;
float:left;
clear:both;
width:810px;
text-align:right;
}


.navItem{
	background-image:url(images/rollover.jpg);
	background-repeat:repeat-x;
}


#nav a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #3d3418;
	background-image:url(images/button.jpg);
	background-repeat:repeat;
	padding:6px;
	padding-left:12px;
	padding-right:12px;
	height:35px;
}
#nav a:link {
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #3d3418;
}
#nav a:hover {
	text-decoration: none;
	color: #3d3418;
	background-image:url(images/rollover.jpg);
	background-repeat:repeat-x;
}
#nav a:active {
	text-decoration: none;
	color: #3d3418;
}

#nav{
width:100%;
float:left;
clear:both;
height:23px;
background-image:url(images/button.jpg);
padding-top:5px;
}
