* {

	margin: 0;

	padding: 0;

	border: 0;

	background-repeat: no-repeat;

	text-decoration: none;

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 12px;

	color: #929292;

	list-style: none;

}



body {

	width: 990px;

	margin: 39px auto 20px;

	background-color: #fff;

	background-image: url('../images/background.jpg');

	background-position: center top;

}



a:hover {

	text-decoration: underline;

}



.clear {

	display: block;

	clear: both;

}







#top {

	width: 990px;

	height: 195px;

	display: block;

}



#top a.logo {

	width: 353px;

	height: 84px;

	display: block;

	margin: 0 0 58px 5px;

	outline: none;

}



#top ul {

	width: 990px;

	height: 53px;

	line-height: 53px;

	display: block;

	background-image: url('../images/menu-background.gif');

	text-align: center;

}



#top ul li {

	display: inline-block;

	*display: inline;

	padding: 0 40px;

	background-image: url('../images/top-ul-li-background.gif');

	background-position: right 5px;

}



#top ul li a {

	font-size: 12px;

	font-weight: bold;

	color: #414141;

}



#top ul li a.active {

	text-decoration: underline;

}









#container {

	width: 902px;

	display: block;

	padding: 42px 43px 20px 45px;

}



#adv {

	width: 160px;

	height: 600px;

	display: block;

	float: left;

	background-color: #f5f5f5;

	text-align: center;

}



#content {

	width: 673px;

	display: block;

	float: right;
	
	font-size: 12px;

}



.news {

	width: 673px;

	display: block;

	clear: both;

}



.news div {

	width: 633px;

	height: 41px;

	display: block;

	padding: 0 20px 0;

	background-image: url('../images/news-div-background.gif');

}



.news div span, .news div h1 {

	height: 41px;

	line-height: 41px;

	display: block;

	float: left;

	color: #414141;

	font-weight: bold;

}

#container h1 {
	display: block;
	color: #414141;
	height: 41px;
	line-height: 41px;
}



.news div span {

	margin-right: 10px;

}



.news div h1 {

	padding-left: 30px;

	background-image: url('../images/news-div-h1-background.png');

	background-position: left center;

}



.news div h1 a {

	color: #414141;

}



.news p {

	line-height: 23px;

	display: block;

	margin-top: 20px;

	padding: 0 20px;

}



.read-more {

	width: 23px;

	height: 23px;

	display: block;

	float: right;

	margin: 0 20px 30px 0;

	_margin-right: 10px;

	background-image: url('../images/read-more.png');

}

input, textarea {
	border: 1px solid #9b9b9b;
}

#contact input, #registry input {
	width: 285px;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	margin: 0 0 5px 5px;
}

#contact input#contact-submit, #registry input#registry-submit {
	width: auto;
	padding: 0 5px;
	margin: 0;
}

#contact textarea {
	width: 362px;
	padding: 5px;
}

#search tr {
	height: 25px;
	line-height: 25px;
}

#search input {
	margin-right: 5px;
}

#registry label {
	width: 75px;
	height: 20px;
	line-height: 20px;
	display: block;
	float: left;
}







#footer {

	width: 982px;

	height: 20px;

	display: block;

	padding: 10px 0 0 8px;

	clear: both;

	border-top: 1px solid #f5f5f5;

}



#footer p {

	width: 200px;

	display: block;

	float: left;

	color: #bdbdbd;

}



#footer ul {

	display: block;

	float: right;

}



#footer ul li {

	display: inline;

	color: #a6a6a6;

	padding-right: 8px;

}



#footer ul li a {

	color: #a6a6a6;

	font-size: 12px;

	margin-right: 8px;

}