body {
background-color: #e1ddd9;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0;
margin:0;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}


/* ----------container to center the layout-------------- */
#container {
width: 900px;
margin-bottom: 10px;
margin: 0 auto;
background-color: #2E84B4;
border-left: 40px solid #2c5164;
margin-top: 20px;
}
/* -----------------content--------------------- */
#content {
background-color: #f9f5e4;
padding: 0px;
margin: 0 220px;
}
div#content { 
min-height:600px;
}
#contentw {
background-color: #f9f5e4;
padding: 0px;
margin: 0;
margin-left:  220px;
}
div#contentw { 
min-height:600px;
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0;
padding: 0;
}
#menu {
float: left;
width: 40px;
margin: 0;
margin-left: -40px;
padding: 0;
}
#menu ul {list-style:none; font:12px "Trebuchet MS", Verdana, sans-serif; font-weight:bold; text-transform:uppercase; padding-left:10px;}
#menu ul li {background: #2c5164;}
#menu ul li.active {background: #2E84B4;}
#menu a, #menu a:visited, #menu a:active {display:block; width:12px; padding:12px 0 12px 5px; text-align: center; text-decoration:none; color:#8ECDF3; margin:2px 0 2px 0;}
#menu a:hover {color:#fff;}
#menu .active a {color:#fff;}
#right {
float: right;
width: 200px;
margin: 0;
padding: 0;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0;
padding: 0;
text-align: right;
background: #e5dfd1;
font-size: 10px;
vertical-align:top;
}
#footerbox{
background: #56544e;
color:#7D7465;
}

#footerbox a {color: #938979;}
#footerbox a:visited {color:#938979;}
#footerbox a:hover {color: #eeeeee;}
#footerbox a:active { color:#000000;}


#Sitename {color:#fff; font-size:22px; display:block; text-align:center; padding-top:15px;}
#Sitename .italic { color:#1A3F54; font-style: italic; text-transform:uppercase;}
#Sitename a {color:#fff; text-decoration:none;}
#Sitename a .italic {color:#1A3F54; text-decoration:none;}
#Sitename a:hover {color:#1A3F54;}
#Sitename a:hover .italic {color:#fff;}
