body 
{
margin: 0;
padding: 0;
text-align: center;
background: #C9C9C9;

}
* {
    margin: 0; 
    padding: 0;
    font-size: 13px; 
    font-family: Arial, sans-serif;
    color: #000078;
    line-height: 14px;
}
#navi	{
background-color: #000000;
margin: 0 auto; 
text-align: left;
width: 860px;
height: 15px;
border-left: 1px solid #780000;
border-right: 1px solid #780000;
}
#content	{
position:absolute;
left: 50%;
margin-left: -401px;
background-color: #FFF;
color: #000078;
text-align: center;
width: 860px;
min-height: 500px;
border-left: 1px solid #780000;
border-right: 1px solid #780000;
border-bottom: 1px solid #780000;
}
#content_text	{
width: 570px;
padding-top: 50px;
padding-bottom: 50px;
}
.cclear	{
clear:both;
}
.cleft	{
float: left;
padding: 0px;
background-color:	#000000;
color: #000078;
width: 205px;
text-align: center;
min-height: 500px;
}
.cright	{
float: left;
padding: 15px;
background-color:	#FFF;
color: #000078;
width: 565px;
text-align: left;
min-height: 500px;
}
.gleft	{
float: left;
text-align: left;
padding-left: 15px;
width: 335px;
}
.gright	{
float: left;
text-align: left;
padding-left: 15px;
width: 150px;
}
.navigation	{
text-align: center;
}
.navigation a:link,
.navigation a:visited {
	color              : #FFFFFF;
	border-top         : 1px solid #000;
	padding-left			 : 0px;
	line-height				 : 20px;
	text-decoration    : none;
	font-size          : 12px;
	font-style	   		 : normal;
	font-family        : Arial,sans-serif;
	display						 : block;
}	
	
.navigation a:hover{
	color              : #050B22;
	background-color	 : #FFF;
	text-decoration    : none;
	font-size          : 12px;
	font-style	   		 : normal;
	border-top         : 1px solid #000;
	font-family        : Arial,sans-serif;
}
p	{
padding-top: 20px;
}