a:link { color: #000000; } 
a:visited { color: #000000; } 
a:active { color: #000000; } 
a:hover { color: red; } 
a img {border: none;}


body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 80%;
 }


#site-box {
	width : 900px ;
	height: 1400px;
	margin-right:auto;
	margin-left:auto;

	border-left: 7px double #000000 ;
	border-right: 7px double #000000 ;

 }


#top {  
	width : 900px ;
	height:180px;
 }

#left { 
	float : left ;
	width : 175px ;
	height:800px;
	font-size: 80%;
	padding: 10px;
 }

#center { 
	float : left ;
	width : 530px ;
	height:800px;
	font-size: 80%;
	padding: 10px;
 }

#right {
	height:800px;
	padding: 0px 0px 50px 0px;
	font-size: 80%;
 }


#bottom { 
	clear: both;
        width: 900px;
 }
