body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color: #F2F2F2;
	font-size: 11px;
	text-align: center;
	background-image: url('pic/back-1.jpg');
	background-repeat: no-repeat;
	background-position: center -35px;
	background-attachment: fixed;
}
a {
	color: White;
	text-decoration: none;
}
a:hover {
	color: #DCDCDC;
}
img {
	border: 0 none;
}
img.lay {
	border: 0 none;
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	line-height: normal;
}
#content {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#top {
	width: 1000px;
	margin: 0;
	height: 150px;
}
#top h1 {
	width: 151px;
	height: 126px;
	display: inline;
	margin: 20px 0 0 0;
	float: left;
}
#top h1 a {
	width: 151px;
	height: 126px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(pic/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
ul#menu {
	list-style: none none;
	margin: 20px 0 0 0;
	padding: 0;
	float: right;
	display: inline;
	text-transform: uppercase;
	width: 849px;
	height: 30px;
	line-height: 30px;
}
ul#menu li {
	list-style: none none;
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
	height: 30px;
	line-height: 30px;
}
ul#menu li a {
	font-size: 13px;
	display: block;
	color: #000000;
	text-shadow: 1px 1px #FFF;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
}
ul#menu li a:hover {
	background-image: url('pic/podmenu.png');
	background-position: 50%;
	background-repeat: no-repeat;
}
p#social {
	margin: 40px 0 0 0;
	padding: 0;
	float: right;
	display: inline;
}
p#social a {
	margin: 0 0 0 15px;
	float: right;
	display: block;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
p#social a#youtube {
	background-image: url('pic/youtube.gif');
}
p#social a#facebook {
	background-image: url('pic/facebook.gif');
}
p#social a#rss {
	background-image: url('pic/rss.gif');
}
#content-content{
	width: 1000px;
	margin: 380px 0 0 0;
	text-align: left;
	background-image: url('pic/background.png');
	background-repeat: repeat-y;	
}
dl.index-dl {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none none;
	float: left;
	display: inline;
}
dl.index-dl dd {
	margin: 20px 20px 0 20px;
	padding: 0;
}
dl.index-dl#left-dl {
	width: 250px;
}
dl.index-dl#center-dl {
	width: 450px;
}
dl.index-dl#right-dl {
	width: 300px;
}
dl.index-dl dd h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 10px 0;
}
dl.index-dl dd h3 {
	font-size: 16px;
	margin: 0 0 10px 0;
}
dl.index-dl dd p.lead {
	line-height: 1.4em;
	margin: 0;
}
dl.index-dl dd img {
	margin: 0 15px 5px 0;
	float: left;
	display: block;
	padding: 1px;
	border: 1px solid #323232;
}

ul.similar {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none none;
}
ul.similar li {
	margin: 2px 0 2px 0;
	padding: 2px 0 2px 12px;
	list-style: none none;
	background-image: url('pic/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 7px;
}

p.more {
	height: 22px;
	line-height: 22px;
	margin: 10px 0 10px 0;
	font-size: 9px;
}
p.more a {
	height: 22px;
	line-height: 22px;
	background-color: #B90000;
	padding: 0 17px 0 10px;
	float: right;
	display: block;
	background-image: url(pic/arrow.gif);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	margin: 0 3px 0 0;
}
.clear {
	width: 100%;
	line-height: 0;
	height: 0;
	clear: both;
	margin: 0;
	display: block;
}
