body {
	margin: 0px;
	padding: 0px;
	color: #c1c1c1;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	background-color: #000000;
}
#main {
	width: 796px;
	margin-left:120px;
}
#head {
	height: 80px;
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 40px;
}
#menu {
	height: 25px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#content {
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 10px;
}
#c_l{
	float: left;
	width: 49%;
}
#c_r{
	float: right;
	width: 49%;
}
#footer {
	height: 22px;
	padding-top: 8px;
	padding-left: 13px;
	padding-right: 13px;

}
#f_l a{
	color: #c1c1c1;
	text-decoration: underline;
}
#f_l a:hover{
	color: #0093d0;
	text-decoration: none;
}
#f_l{
	float:left;
	color: #c1c1c1;
	font-size: 10px;
}
#meta{
	float: right;
}

a img{
	border: 0px;
}
a{
	color: #0093d0;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
.clear{
	clear: both;
}
h1{
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #0093d0;
	font-size: 18px;
	font-weight: bold;
}