<?php
@header( "content-type: text/css" );
@header( "Cache-control: max-age=".(12*60*60).", must-revalidate" );
@header( "Expires: ".gmdate("D, d M Y H:i:s", time()+12*60*60)." GMT" );
if ( extension_loaded( "zlib" ) ) ob_start("ob_gzhandler" );
?>
body{color:#333;font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;font-size:11px;background:transparent url(img/bg.gif) no-repeat center top;background-color:#e4e4e4;margin:0 auto}
a,a:visited,a:link{color:#000;text-decoration:underline}
h1{
	font-size:24px;
	color:#FFF;
	border-bottom:1px dashed #333;
	margin:0
}
h2{
	font-size:18px;
	color:#FFF;
	border-bottom:1px dashed #333;
	border-top:1px dotted #333;
	margin:0
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
}

div.wrap1{
	width:858px;
	overflow:hidden;
	border:1px solid #c3c3c3;
	height:auto;
	margin:0 auto;
	color: #000;
}
div.wrap2 .logo{
	width:796px;
	height:61px;
	color:#fff;
	font-size:22px;
	font-weight:700;
	margin:0 auto;
	padding:30px;
	background-color: #09F;
}
div.wrap2 .leftpanel,div.wrap2 .rightpanel{width:200px;display:inline;float:left}
div.wrap2 .mainpanel{width:430px;float:left}
div.leftpanel .header,div.rightpanel .header{
	width:180px;
	line-height:35px;
	padding-left:20px;
	color:#fff;
	overflow:hidden;
	font-weight:700;
	background-color: #06F;
}
.text_{text-align:justify;padding:15px}
div#menu .menu li{display:inline}
div#menu .menu a:hover{color:#fff;text-decoration:underline;font-size:16px;background-color:#000}
ul#categories{
	width:200px;
	position:relative;
	list-style:none;
	font-size:14px;
	margin:0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
}
ul#categories li{display:block;line-height:30px;border-bottom:1px solid #e4d0c7;border-top:1px solid #f9faf7;height:30px;margin-top:-2px;margin-bottom:-2px;padding:0}
.c1 {
}

