/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", times, serif;
	font-size: .9em;
	line-height: 1.5em;
	color: #000000;
	margin-top: 0px;
	background:url(images/bg.jpg) repeat-x;
	background-color:#DCB766;
}
td, td {
	font-family: Georgia, "Times New Roman", times, serif;
	font-size: 1em;
	color: #000000;
}
a, a:visited {
color: #231002;
}
a:hover {
color: #864B07;
}
h1 {
	font-size:1.4em; 
	margin: 0 0 .5em 0;
	padding: 0;
	font-weight:normal;
	color: #231002;
}
h2 {
	font-size:1.25em;
	padding: 0 0 5px 0;
	font-weight:normal;
	color: #864B07;
	border-bottom: 1px solid #864B07;
}
h3 {
	font-size:1.4em;
	margin: 0 0 5px 0;
	padding: 5px 0px 5px 0px;
	font-weight:normal;
	color: #6E1312;
}
p{
	margin-top: 0;
	margin-bottom: 0.75em; 
	line-height:1.5em;
}
td, tr {
color:#000000;
}
ul{
margin: 1em 0em 1em 1em;
padding-left: .1em;
}
li {
padding: .05em 0 .05em 0;
}

sup {
font-size:9px;
}
#container {
width: 805px;
margin: auto;
}
#logo {
width:780px;
height: 89px;
padding: 10px 25px 0 0;
background-image:url(images/bg_logo.jpg);
background-repeat:no-repeat;
text-align:right;
color:#FFFFFF;
font-size:1.25em;
}
#navcontainer_left {
clear:both;
float:left;
width: 397px;
height:60px;
padding:0;
margin: 0;
background:url(images/bg_menu_left.jpg);
background-repeat:no-repeat;
}
#navcontainer_left ul{
list-style-type: none;
color: #4B2401;
padding: 25px 0 0 15px;
margin: 0px 0 0 0;
}

#navcontainer_left li {
display: inline;
}

#navcontainer_left li a{
font-size: 16px;
color: #4B2401;
padding: 0px 16px 0 16px;
}

#navcontainer_left li a:hover{
color: #8B4101;
}
#navcontainer_right {
float:left;
width: 393px;
height:60px;
padding:0 15px 0 0;
margin: 0;
background:url(images/bg_menu_right.jpg);
background-repeat:no-repeat;
text-align:right;
}
#navcontainer_right ul{
list-style-type: none;
color: #4B2401;
padding: 25px 0 0 15px;
margin: 0px 0 0 0;
}

#navcontainer_right li {
display: inline;
}

#navcontainer_right li a{
font-size: 16px;
color: #4B2401;
padding: 0px 16px 0 16px;
}

#navcontainer_right li a:hover{
color: #8B4101;
}
#main {
clear:both;
width:755px;
padding: 15px 25px 0 25px;
background:url(images/bg_main.jpg);
background-repeat:no-repeat;
background-color:#EEE5C4;
}
#home_left {
float:left;
width:385px;
padding: 0 15px 0 0;
}
#home_right {
float:left;
width:353px;
}
#left {
float:left;
width:370px;
padding: 0 15px 0 0;
}
#right {
float:left;
width:368px;
}
#footer {
clear:both;
width: 805px;
height: 85px;
padding: 20px 0 0 0;
font-size: .8em;
color: #241002;
text-align:center;
background:url(images/bg_footer.jpg);
background-repeat:no-repeat;
}
.clear {
clear:both;
}

