
body {
	background-color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#mainContainer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #666666;
}

#topBox {
	width: 750px;
	padding:10px;
}

#topImageBox {
	width: 750px;
	height: 187px;
}

#navBox {
	width: 750px;
	height: 25px;
	padding: 10px;
}

#content {
	padding: 10px;
	width: 730px;
	height:auto;
	background-color: #CCCCCC;
	font-size:16px;
	color: #333333;
}

#bottomBox {
	width: 750px;
	padding: 10px;
}

#txt {
	font-size:16px;
	color: #333333;
	text-align:left;
}




h1 {
	font-size: 25px;
	font-style: bold;
	color: #FFFFFF;
	text-align: center;
}

a:link {
	font-size: 12px;
	color: #FFFFFF ;
	font-style: bold;
	text-decoration: none;
	}
	
a:visited {
	font-size: 12px;
	color: #FFFFFF ;
	font-style: bold;
	text-decoration: none;
	}
	
a:active {
	font-size: 12px;
	background-color: #333333;
	}
	
a:hover {
	font-size: 12px;
	color: #FF0000;
	font-style: bold;
	text-decoration: none;
	}



