body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #C3CFD0;
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.head_text{
border-bottom:1px solid #626366;
padding-right:50px;
font-weight:bold;
font-size:14px;
}

.block{
float:left;
padding-left:25px;
padding-bottom:20px;
}


div#master{
margin:0 auto;
width:800px;
height:588px;
}

div#head{
clear:both;
float:left;
width:800px;
height:155px;
}

div#menu{
clear:both;
float:left;
width:800px;
height:27px;
}

div#menu_footer{
clear:both;
float:left;
width:800px;
height:9px;
}

div#content{
clear:both;
float:left;
width:780px;
padding-left:20px;
padding-top:20px;
background-color:#95a0a1;
}

div#content_left{
clear:both;
float:left;
width:361px;
padding-right:10px;

}

div#content_right{
float:left;
width:409px;

}

div#content_under{
float:left;
width:779px;

}

div#footer{
clear:both;
float:left;
width:800px;
height:39px;
}

