/* CSS Document */

body {

background-color: #FFFFFF;
background-image:url(../images/background.jpg);
background-repeat:repeat-x;
background-position:top;
}

#wrapper {
width:1011;
vertical-align:top;
background-image:url(../images/tablebg.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#c97f3e;
margin-left:auto;
margin-right:auto;
}

.container {
width:742px;
height:auto;
margin-top:0px;
margin-bottom:0px;
background-color:#fbf7eb;
}







#imageblock {
height:110px;
background-color:#999999;
}

#titleblock {
height:30px;
background-color:#FFFFFF;
font-family: Palatino, serif;
font-size: 18px;
color: #630906;
padding-top:13px;
text-align:center;
}

#titleblock a {
text-decoration:none;
}

#titleblock a:hover {
color:#301500;
text-decoration:underline;
}

#titleblockMenu {
height:30px;
background-color:#FFFFFF;
font-family: Palatino, serif;
font-size: 18px;
color: #630906;
padding-top:13px;
text-align:right;
}


#menuBlock {
height:30px;
background-color:#FFFFFF;
font-family: Palatino, serif;
padding-top:13px;
text-align:center;
}

#menuBlock a {
font-size: 16px;
color: #630906;
text-decoration:none;
}

#menuBlock a:hover {
color:#301500;
text-decoration:underline;
}


#navcolumn {
float:left;
height:100%;
width:250px;
margin:0px;
background-color:#301500;

}




#footer {
float:none;
clear:both;
height:31px;
width:742px;
font-family: Palatino, serif;
font-size: .7em;
line-height:12px;
color: #FFFFFF; 
text-align:center;
padding-top:7px;
}

#footer a {
color: #FFFFFF;
}


