/* CSS Document */
/*colors
dark=#52492E
medium=#918151
light=#E2DDCB
*/
body {
font-family:"Palatino Linotype", Constantia; color:#52492E; font-size:12px;}
h1 {font-family:BoereTudor; font-size:36px;}
h2 {font-size:20px; text-align:center;}
.bold {font-weight:bolder;}

#container {
margin-left:auto;
margin-right:auto;
width:900px;
border:1px solid #52492E;
}

#header {
width:100%;
border-top:10px solid #918151;
border-bottom:10px solid #918151;
text-align:center;
}

#Lcontent {
width:900px;
background-repeat:no-repeat;
background-position: top,left;
overflow:auto;
}
#Lcontent li { line-height:2.0;}
#Lcontent a {text-decoration:none; color:#52492E;}
#Lcontent a:hover {background-color:#E2DDCB;}

#mainContent {
float:right;
width:655px;
padding:10px 10px;}

#footer {width:880px; text-align:center; padding:10px 10px;}

