/*ÎÑÍÎÂÍÎÅ*/
html, body {
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	min-height:100%;
	min-width:100%;
	font-family:tahoma;
	font-size:10pt;
	color:#000;
	background:#cadde3;}

a:link {
	color:#fff;
	text-decoration:none;}

a:visited {
	color:#fff;
	text-decoration:none;}

a:hover {
	color:#fff;
	text-decoration:underline;}
	
a:active {
	color:#fff;
	text-decoration:underline;}

/*ÂÅÐÑÒÊÀ*/
#wrapper {
	padding:0px;
	margin:0px;
	width:100%;
	min-width:999px;
	min-height:100%;
	height:auto !important;
	height:100%;}

#layer {
	width:100%;
	padding-bottom:60px;
	clear:both;}
  
#header {
	width:100%;
	min-width:999px;
	width:expression(document.body.clientWidth > 999 ? "100%" : "999px");
	height:99px;
	border-bottom:1px solid #fff;
	background:url(header_bg.png) repeat-x;}

#menu {
	width:100%;
	min-width:999px;
	width:expression(document.body.clientWidth > 999 ? "100%" : "999px");
	height:20px;
	border-bottom:1px solid #fff;
	background:#a2c8d1;}

#sidebar {
	width:197px;
	background:url(sidebar_bg.png) repeat-y;
	float:right;}

#content {
	padding:30px 0px 30px 20px;
	margin-right:200px;}

#content a {
	color:#0d6276;}
	
#content a img {border:0px;}

#footer {
	margin:-60px auto 0;
	height:59px;
	border-top:1px solid #fff;
	width:100%;
	min-width:999px;
	width:expression(document.body.clientWidth > 999 ? "100%" : "999px");
	background:url(footer_bg.png) repeat-x;
	clear:both;}

/*ÕÇ*/
.copy {
	float:left;
	padding:10px;}

.top {
	float:right;
	padding:20px 10px 10px 10px;}

.top a{
	color:#000;
	font-size:11px;}

#search {
	font-size:12px;
	float:right;
	display:block;
	background:#a2c8d1;
	padding:5px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	margin-top:-30px;
	margin-right:10px;
	-moz-border-radius:0 0 5px 5px;}

#print {
	font-size:12px;
	float:right;
	display:block;
	background:#a2c8d1;
	padding:5px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	margin-top:-30px;
	margin-right:10px;
	height:20px;}
	
#print a {
	color:#fff;}
	
.news {
	margin:10px;
	padding:10px;
	display:block;
	background:#f1efe4;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;}
.title {
	font-size:20px;
	color:#c44e2e;
	font-weight:bold;
	text-align:left;
	padding:0px;
	margin:0px;}

hr {
	color:#fff;
	background-color:#fff;
	height:1px;
	border-width:0px;}

span a {
	background:#c44e2e;
	padding:3px;}

span img {
	vertical-align:middle;}

span {
	padding:0px;
	margin:0px;
}
	
.st {
	font-weight:bold;
}

.typed-char {
	border: 1px solid #c9c041;
	background: #eed200;
	padding: .1em .5em;
	font-weight: bold;
	text-shadow: #FFF 0px 1px 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-family: Verdana;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
}