*{margin: 0; padding:0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	background-color: black;
	text-align: center;
	padding-top: 8%;
}

a{text-decoration: none; color: black;}
#container{
margin: 0 auto;
width: 760px;
height: 440px;
background-color: #CC0000;
padding: 15px 10px 0 10px;
text-align: left;
}
#head{display: block;}

	#text{
	width: 570px;
	background-color: #ccc;
	height: 275px;
	padding: 15px 15px 0 15px;
	font-size: 13px;
	line-height: 1.3em;
	float: left;
	}
	
	#text h1{font-size: 16px; margin-top: 0; margin-bottom: 10px; font-weight: 600;}
	#text p{margin-top: 0px; margin-bottom: 5px;}
	#text ul{margin-left: 25px;}
	#text li{margin-bottom: 5px;}
	#text table{font-size: 12px;}
	#text a{color: black; text-decoration: underline;}
	#text a:hover{text-decoration: none; }
	#text a:visited{color: black;}
	td{vertical-align: top;}
	
	#right{float: right; width: 140px; padding-left: 15px; padding-right: 5px; margin-top: 38px; height: 252px; font-size: 12px; }
	#right h2{margin-bottom: 3px; font-size: 13px;}
	#right ul{margin-left: 17px;}
	#right li{margin-bottom: 3px;}
	#right a{color: black; text-decoration: underline;}
	#right a:hover{text-decoration: none; color: #ccc;}
	#right img{margin-left: 10px;}


#navi{clear: both; font-size: 12px; padding: 5px 0 5px 0;}
#navi ul{list-style-type: none;}
#navi li {float: left; margin-right: 25px;}
#navi a{ font-weight: bold; }
#navi a:visited {color: black;}
#navi a:hover{color: #ccc;}
#navi a.hier{ color: #ccc;}
