#container {
	width: 992px;
	margin: 0 auto;
	position:relative;
	top: -36px;
	left: 0px;
}
#header { 
   height: 290px; 
   width: 846px; 
   background-image: url('Design/header.gif');
}
#menu {
	position:relative;
	left:126px;
	top:263px;
	width:718px;
	height:45px;
} 
#left { 
   width: 140px;
   height: 439px; 
   float: left; 
   background-image: url('Design/left.gif');  
} 
#right { 
   width:162px;
   height:439px; 
   float: right;
   background-image: url('Design/right.gif');
   background-repeat: no-repeat;  
} 
#content { 
   width:690px;
   height:377px; 
   float: left;
   background: #F6FBF2;  
}
#copyright {
	position:relative;
	left:154px;
	top:764px;
	width:138px;
	height:16px;
} 
#footer {
   width:690px;
   height:62px; 
   float: left; 
   background-image: url('Design/footer.gif');
}
#author {
	position:relative;
	left:709px;
	top:780px;
	width:111px;
	height:16px;
}
body {
   background-image: url('Design/bg.gif'); 
}
body, td, th {
	font-family: Tahoma;
	font-size: 11px;
}
a {
	color:#489AD7;
	text-decoration : none;
}
a:hover {
	color:#FFFFFF;
}
*{margin: 0; padding: 0;}
.style1 {color: #FFFFFF}