body{
background-image:url(../images/wood.jpg);
background-position:top center;
}

body,table,td,div,p{
font:normal normal normal 14px 'Trebuchet MS',verdana,sans-serif;
color:black;
line-height:22px;
}

h1,h2,h3,h4{
font-family: Georgia,geneva,sans-serif;
font-weight:bold;
font-style:italic;
color:#453930;
clear:both;
}
h1{font-size:22px;line-height:24px;}
h2{font-size:18px;line-height:19px;}
h3{font-size:15px;line-height:16px;}
h4{font-size:13px;line-height:14px;}

hr{
color:#C9B2A2;
clear:both;
}


/* LAYOUT STYLES */

img.logo{
margin-top:40px;
}

tr.header td.header{
height:160px;
background-image:url(../images/main_top.gif);
background-repeat:no-repeat;
background-position:bottom left;
}

tr.main td.menu{
background-image:url(../images/main.jpg);
background-repeat:repeat-y;
background-position:top left;
width:200px;
}
div.menubox{
margin:20px;
margin-left:30px;
}
tr.main td.content{
background-image:url(../images/main.jpg);
background-repeat:repeat-y;
background-position:top right;
width:600px;
}
div.contentbox{
margin:30px;
}

tr.bottom td.bottom{
height:60px;
background-image:url(../images/main_bottom.gif);
background-repeat:no-repeat;
background-position:top left;
}

/* MENU STYLES */

a.menulink{
font-family:Georgia,Geneva,serif;
font-style:italic;
font-weight:bold;
color:#453930;
display:block;
text-decoration:none;
line-height:18px;
margin-top:10px;
margin-bottom:10px;
}
a.menulink_selected{
text-decoration:underline;
color:#c00;
}
a.menulink:hover{
color:red;
}
div.menugroup{
border-top:1px solid #C9B2A2;
border-bottom:1px solid #C9B2A2;
width:140px;
}
div.menugroup a.menulink{
margin-left:15px;
font-size:12px;
}


/* CMS GENERATED LAYOUT ELEMENTS */

table.columnlayout{
width:90%;
border:none;
}

table.spec{
background-color:#F7F7F7;
border:2px solid #ededea;
width:400px;
margin-left:20px;
}
table.spec td{
font-size:11px;
}
table.spec td.title{
border-bottom:1px solid #ddd;
padding-right:20px;
width:40%;
}

table.infotable{
background:#F7F7F7;
border:2px solid #ededea;
}
table.infotable td{
padding-left:5px;
padding-right:20px;
}
table.infotable td.tableheader{
background:#E4E99F;
font-weight:bold;
}

img.centerimage{
margin-top:10px;
margin-bottom:10px;
}
img.leftimage{
margin:15px;
margin-top:5px;
margin-left:0px;
clear:none;
float:left;
}
img.rightimage{
margin:15px;
margin-top:5px;
margin-right:0px;
clear:none;
float:right;
}

table.showtable{
width:550px;
}
table.showtable th{text-align:left;}
table.showtable td{
border-top:1px solid #C9B2A2;
font-size:12px;
}
td.showdatescol{width:140px;}
td.showinfocol{width:220px;}

div#footer{text-align:center;}
div#footerbox{
text-align:center;
color:white;
padding:5px;
width:250px;
background-color:#AA7F5A;
border:1px solid #9B7354;
}
div#footerbox a{
color:white;
}