body{
background-color: #828081;
    width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
    font-family: Arial;
	font-size: 11px;
	color:#FEFEFE;

}


.header{
position:absolute;
top:0px;
left:0px;
width:850px;
height:148px;
background: #828081 url(images/header1.jpg) no-repeat;
z-index: 2;
}

.sidebar{
background: url(images/sidebar1.jpg)  no-repeat;
background-position:0px 0px;
position:absolute;
top:176px;
left:0px;
padding-left: 0px;
width: 147px;
height: 489px;

}

div.nav{
position:absolute;
margin-top: 0px;
padding: 0px;
top:148px;
left:0px;
width:850px;
height:28px;
background-color: #828081;
z-index: 3;

}
div.nav a{
color: #615F60; 
text-decoration: none;
}

div.nav a:hover{
color: #FF3333;
}

table.t1 {
color: #FF3333;
font-weight:bold;
font-size:10pt;
width:850px;
border-top:#615F60 solid 3px;
border-bottom:#615F60 solid 3px;
}

.main
{
background: #828081 url(images/body.jpg) no-repeat;
background-position:60% 60%;
padding: 5px;
position:absolute;
top:176px;
left:147px;
width:693px;
height: 479px;
font-size: 10pt;
font-family: Arial;
font-weight: 300;
z-index:-1;
}



