body {    
font-family:verdana,helvetica,arial,san-serif; 	
font-size:11px; 	
color:#FFFFFF;   
background-image: url("bg1.jpg");  
background-repeat: repeat;  
background-color:#969696;  
margin-top:0;  
margin-left:0;  
padding-left:0;  
padding-top:0;  
}

H3 {
font-size: 21px;
color: #333333;
}

A:link {color: #fff; text-decoration:none;}
A:visited {color: #fff; text-decoration:none;}
A:active {color: #fff; text-decoration:none;}
A:hover {color: #000; text-decoration:none;}

#title {
width: 960px;
background-color: #330099;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}

#titletext {
position: relative;
}

#nav {
position: absolute;
top: 195px;
left: 0px;
width: 150px;
height: 100%;
border: 1px solid #fff;
background-color: #cc0033;
}

#navright {
position: absolute;
top: 195px;
left: 809px;
width: 150px;
height: 100%;
border: 1px solid #fff;
background-color: #cc0033;
}

#text {
position: relative;
padding: 0 15px 0 15px;
top: -20px;
left: 165px;
align: left;
margin: 10px 0 0 0;
width: 597px;
background-color: #666;
border: 1px solid #000;
}

#button {
border-bottom: 1px solid #fff;
background-color: #666;
}