body {
	margin: 0px;
	padding: 0px;
	color: #2273b3;
	font-family: "Verdana";
	font-size: 13px;
	background-color: #848484;
	padding-top:26px;
}
#main {
	width: 796px;
	background-color: #ffffff;
	z-index:0;
	margin:0 auto;
}
#head {
	height: 100px;
	background-image: url(../images/capisan-header.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-right: 100px;
	padding-top: 55px;
	background-position:50%;
}
#menu {
	height: 25px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-left: 20px;

}
#content {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 15px;
}
#c_l{
	float: left;
	width: 49%;
}
#c_r{
	float: right;
	width: 49%;
}
#footer {
	height: 22px;
	padding-top: 8px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	margin-bottom:0px;

}
#footer p{
	padding: 0px;
	margin: 0px;
}
#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: 11px;
	padding-left: 30px;
}
#meta{
	float: right;
	color: #ffffff;
	font-size: 12px;
	padding-right: 30px;
}
#meta a{
	color: #ffffff;
	text-decoration: bold;
}
#meta a:hover{
	color: #ffffff;
	text-decoration: bold;
}
a img{
	border: 0px;
	
}
a{
	color: #2273b3;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}
.clear{
	clear: both;
}
h1{
	margin: 0px;
	padding-top: 13px;
	padding-bottom: 10px;
	color: #2273b3;
	font-size: 15px;
	font-weight: bold;
	font-family: "Verdana";
}

