*{

	margin: 0px;
	
	padding: 0px;
	
	list-style: none;
	
	text-decoration: none;
	
}

body{ 

	font: 13px Arial;
	
	color: black;
	
	background: #d7d6d3 url('../img/bg.png')  center top repeat-x;

}

#content{
	width: 722px;
	position: relative;
	left: 50%;
	margin-left: -361px;
	background: White url('../img/content.png') center top repeat-y;
}

#header{
	width: 722px;
	height: 174px;
	background: transparent url('../img/header.jpg') center top no-repeat;
	display: block;
}

#main{
	width: 714px;
	overflow: hidden;
	background: transparent url('../img/main.png') center top repeat-x;
	margin-left: 4px;
	padding-bottom: 20px;
}

#left{
	width: 200px;
	float: left;
}

#menu li{
	width: 200px;
	height: 50px;
	display: block;
}

#menu li a{
	width: 170px;
	height: 33px;
	display: block;
	background: transparent url('../img/btn.png') center top no-repeat;
	color: #898989;
	padding-top: 17px;
	padding-left: 30px;
	font-size: 14px;
}

#menu li span{
	width: 170px;
	height: 33px;
	display: block;
	background: transparent url('../img/btn2.png') center top no-repeat;
	color: #898989;
	padding-top: 17px;
	padding-left: 30px;
	font-size: 13px;
	font-weight: bold
}

#menu li a:hover{
	color: #00adef;
	background-image: url('../img/btn2.png');
}

#right{
	width: 490px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

#right h1{
	color: #00adef;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

#right h1 a{
	color: #00adef;
	text-decoration: underline;
}

#right p {
	font-size: 11px;
	color:#898989;
}

#foother{
	width: 722px;
	height: 34px;
	display: block;
	clear: both;
	background: transparent url('../img/foother.png') center top no-repeat;
	margin-top: 10px;
	padding-top: 7px;
}

#foother p{
	margin-left: 15px;
	margin-right: 15px;
	color: White;
	font-weight: bold;
	font-size: 12px;
}

#foother a{
	color: White;
	text-decoration: underline;
}

#foother a:hover{
	text-decoration: none;
}

.msg{
	padding: 10px 0px;
	border-bottom: 1px dashed #898989;
}

.msg .date{
	font-size: 11px;
	text-align: right;
	display: block;
	clear: both;
	font-style: italic;
}



/*Админ*/
#right{
	font-size: 12px;
}
form label{
	float: left;
	width: 100px;
	font-weight: bold;
	margin-bottom: 10px;
}

fieldset{
	border: 1px solid #00adef;
	padding: 10px;
}

legend{
	color: #00adef;
	font-weight: bold;
}


.red{
	color: Red ! important;
}
.text{
	width: 155px;
	margin-bottom: 10px;
}

.ta{
	width: 180px;
	margin-bottom: 10px;
	height: 120px;
}


a.doc{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background: White;
	border-bottom: 1px dashed #898989;
	color: #898989;
	overflow: hidden;
	background: white url('../img/download1.png') 10px 5px no-repeat;
	font-size: 14px;
	font-weight: bold;
}

a.doc:hover{
	color:#00adef;
	border-bottom-color: #00adef; 
	background-image: url('../img/download.png');
}


a.link{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background: White;
	border-bottom: 1px dashed #898989;
	color: #898989;
	overflow: hidden;
	background: white url('../img/link.png') 10px 5px no-repeat;
	font-size: 14px;
	font-weight: bold;
}

a.link:hover{
	color:#00adef;
	border-bottom-color: #00adef; 
	background-image: url('../img/link1.png');
}

.soon{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background: White;
	border-bottom: 1px dashed #898989;
	color: #898989;
	overflow: hidden;
	background: white url('../img/soon.png') 10px 5px no-repeat;
	font-size: 14px;
	font-weight: bold;
}

.links li{
	margin: 5px;
	margin-left: 20px;
	list-style: disc;
}

.links a{
	color: #898989;
	text-decoration: underline;
}

.links a:hover{
	color: #00adef;
	text-decoration: none;
}

.tbl{
	text-align: left;
}

.tbl td{
	border-bottom: 2px solid #c2c2c2;
	padding: 3px 2px;
	background: White;
}

.tbl a{
	color: #00adef;
	text-decoration: underline;
}

.tbl a:hover{
	text-decoration: none;
}