td.content-header { 
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #83817c;
text-align: left;
padding-right: 1px;
padding-top: 2px;
padding-bottom: 2px; 
margin-bottom: 0px;
margin-top: 1px;
margin-left: 0px;
margin-right: 0px;
background-color:#f4a06e;
border-bottom:#f4a06e solid 1px;
border-top:#f4a06e solid 1px;
}

td.content-main { 
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#83817c;
text-align: left;
padding-right: 1px;
padding-top: 2px;
padding-bottom: 2px; 
padding-left: 2px;
margin-bottom: 0px;
margin-top: 0px;
margin-left: 2px;
margin-right: 2px;
background-color:#ffd5bc;
border-bottom:#c07445 solid 1px;
border-top:#c07445 solid 1px;
}



body{
	background-color: #F1F1F1;
        background-image: url('bg.jpg');
         background-repeat: repeat-y;
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 9px;
	text-align: justify;
	color: #83817C;
	line-height: 10px;
       scrollbar-face-color:#E6E4DC;
       scrollbar-highlight-color:#E6E4DC;
       scrollbar-shadow-color:#E6E4DC;
       scrollbar-3dlight-color:#FBF8EF;
       scrollbar-arrow-color:#4E8B85;
       scrollbar-track-color:#FBF8EF;
       scrollbar-darkshadow-color:#E6E4DC;
}

table{
	line-height: 11px;
		font-size: 9px;
}


a {color: #C07445;
	text-decoration: none;
	font-weight: bold}
a:hover {
	color: #DC9769;
	text-decoration: none}

.site-header, h1 {
background-image: url('hbg.gif');
color: #4E8B85;
text-decoration: none;
font-size: 12px;
font-family: Georgia;
      padding-left: 20px;
margin-bottom: 0px;
	line-height: 25px;
	letter-spacing: 0px;
      margin-top: 0px;
      margin-left: 0px;
      margin-right: 0px;
      background-color: #242424;
      text-transform: Capitalize;
text-align: left;
border-bottom: 2px solid #F4A06E;
font-weight:bold
}


h2, h3 {
color: #DC9769;
background-image: url('h2bg.gif');
text-decoration: none;
font-size: 9px;
font-family: Trebuchet MS;
background-color: #383230;
	line-height: 16px;
      padding-left: 3px;
margin-bottom: 2px;
      margin-top: 0px;
      margin-left: 0px;
      margin-right: 0px;
text-align: center;
font-weight:normal
}

img {border: 1px solid #4E8B85}
a img {border: 2px solid #E1D773}
a:hover img {border: 2px solid #E7E9BE}

.site-main{
	line-height: 11px;
		font-size: 9px;
		padding:2px}


#centered
{
        width:900px;
        margin:0 auto; /* to center the div */
        text-align:justify; /* restore the body alignment */
        position:relative; /* because of "relative/absolute" content inside the div */
}