body { 			font-family: courier, serif;
			color: #000000; 
			background-color: #FFFFFF;
			text-decoration: none;
			font-size: 12px;	}			

a:active { 		font-family: courier, serif;
			color: #000000;  
			text-decoration: none;  }
a:link { 		font-family: courier, serif;
			color: #000000; 
			text-decoration: none; }
a:visited { 		font-family: courier, serif;
			color: #000000;  
			text-decoration: none;  }
a:hover { 		font-family: courier, serif;
			color: #000000;  
			text-decoration: none;  }
a.img:active { 		border: none;
			color: #ffffff;   }
a.img:link {		border: none;
			color: #ffffff;  
			background-color: #ffffff;}
a.img:visited { 	border: none;
			color: #ffffff;  
			background-color: #ffffff;  }
a.img:hover { 		border: none;
			color: #ffffff;  
			background-color: #ffffff; }


#container {		width: 860px;
			height: 540px;
			margin-left: auto;
			margin-right: auto;
			padding-top: 50px;	
			background-color: #ffffff;
			margin-top: 10px;		}

#banner {		float: left;
			width: 130px;	}

#sidebar {		width: 300px;
			float: left;
			text-align: justify;
			background-color: #ffffff;}

#content {		float: left;
			width: 400px;
			height: 450px;
			line-height: 1.8em;
			background-color: #ffffff;	
			padding-left: 25px;
			text-align: justify;
			line-height: 1.3em;
			background-color: #ffffff;	}


