body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f0f0f0;
}
#main {
	position: absolute;
	left: 50%;
	width: 792px;
	margin-left: -396px;
	z-index: 0;
	background-color: #FFFFFF;
}
#head {
	height: 88px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#head a img{
	padding-left: 35px;
	padding-top: 30px;
}
#menu{
	background-image: url(../images/navi.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#content {
	padding-left: 30px;
	padding-top: 30px;
	//padding-top: 15px;
	padding-bottom: 30px;
	//padding-bottom: 15px;
	padding-right: 10px;
}
#c_l{
	float: left;
	width: 49%;
}
#c_r{
	float: right;
	width: 49%;
}
#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-right: 13px;
	background-image: url(../images/foote.jpg);
	background-repeat:no-repeat;
}
#f_l a{
	color: #ffffff;
	text-decoration: underline;
}
#f_l a:hover{
	color: #ffffff;
	text-decoration: none;
}
#f_l{
	float:left;
	color: #ffffff;
	font-size: 10px;
}
#meta{
	float: right;
	font-size: 10px;
}

a img{
	border: 0px;
}
a{
	color: #003b8c;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
.clear{
	clear: both;
}
h1{
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #003b8c;
	font-size: 18px;
	font-weight: bold;
}