body, table, .text{
	color:#fff;
	font-family: 'Georgia','Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, h5, h6, .h4, .h5, .h6 {
	color:#FFD700;
	font-family: 'Georgia','Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
}
a:link, a:visited, .text a:link, .text a:visited{
    color:#fff;
	text-decoration:underline;
}
.text a:hover, a:hover{
	color:#FFD700;
    text-decoration:none;
}
body {
	background:#000 url('/img/bg.jpg') repeat-x;
	background-position:top center;
	background-attachment:fixed;
}
.main {
	width:960px;
	margin: 0px auto;
}
.header{
	text-align:center;
	margin-bottom:15px;
}
.header-block{
	display:inline-block;
	//display:inline;
	//zoom:1;
	box-shadow:0 0 20px #FFD700;
	background-color:#000;
	padding:10px;
	border-radius:0 0 20px 20px;
}
.name{
	display:inline-block;
	//display:inline;
	//zoom:1;
	margin-bottom:10px;
}
.name a{
	font-size:30px;
	line-height:1.3em;
	color:#FFD700;
	text-decoration:none;
}
.slogan{
	margin-top:10px;
	display:inline-block;
	//display:inline;
	//zoom:1;
	font-size:20px;
	line-height:1.3em;
	color:#FFD700;
}
.logo{
	display:inline-block;
	//display:inline;
	//zoom:1;
}
.left_block{
	float:left;
	width:220px;
}
.right_block{
	float:right;
	width:720px;
}
.menu{
	padding:0px;
	margin-bottom:10px;
	background-color:#000;
	font-size:15px;
	line-height:1.3em;
	box-shadow:0 0 20px #FFD700;
}
.menu .level-0 li {
	display:block;
	position:relative;
}
.menu .level-0 ul{
	display:none;
	line-height:0;
	font-size:0;
}
.menu .level-0 li a{
	color: #fff;
	text-decoration:none;
	display:block;
	padding:10px;
	text-decoration:none;
}
.menu .level-0 li:hover a{
	background-color:#fff;
	color: #000;
}
.menu .level-0 .current a{
	background-color:#FFD700;
	color: #fff;
}
.menu .level-0 .current a:hover{
	background-color:#FFD700;
	color: #fff;
}
.menu .level-0 li:hover .level-1{
	display:block;
	position:absolute;
	top:0;
	right:-200px;
	z-index:100;
	width:200px;
	font-size:14px;
	line-height:1.3em;
	background-color:#fff;
	box-shadow:10px 0 10px #777;
}
.menu .level-0 .level-1 li {
	display:block;
	text-align:left;
}
.menu .level-0 .level-1 li a{
	color: #000;
	text-decoration:underline;
	padding:0;
	display:block;
	padding:5px 10px;
	background:none;
	border:0;
}
.menu .level-0 .level-1 li a:hover{
	color: #fff;
	background-color:#000;
	text-decoration:none;
}
.menu .level-0 .level-1 .current a{
	background-color:#FFD700;
	color: #fff;
	text-decoration:none;
}
.menu .level-0 .level-1 .current a:hover{
	background-color:#FFD700;
	color: #fff;
}
.custom_block_1,.index_news{
	margin-bottom:10px;
}
.index_news .news_item .top_date{
	display:none;
}
.index_news .news_item .bottom_date{
	display:block;
}
.news .news_item .news_headline, .blog .blog_item .post_name{
	font-size:15px;
	line-height:1.3em;
}
.numpages ul .active a:link,.numpages ul .active a:visited,.numpages ul .active a:hover{
	background-color:#fff;
	color:#000;
}
.photo_list li{
	width:220px;
	padding:10px 10px;
	margin:0;
}
.photo_list li a img{
	padding:10px;
	background:#fff;
	position:relative;
}
.photo_list li a:hover img{
	box-shadow:0 0 30px #FFD700;
}
.photo_list .photo_title, .photo_list .photo_album_title{
	max-width:210px;
	padding:0;
	margin:5px;
}
.photoalbum_index{
	margin:10px 0;
}
.breadcrumbs{
	margin-bottom:15px;
	font-size:11px;
	line-height:1.3em;
}
.show_all{
	font-style:italic;
}
.seo_text{
	margin:25px 0;
}
.header_search_form{	
	text-align:center;
}
.header_search_form .search_form_string {
	width:220px;
}
.header_search_form .submit_button{
	background-color:#000;
	border-color:#333;
}
.header_search_form .submit_button:hover{
	background-color:#FFD700;
	border-color:#666;
}
.footer_menu{
	text-align:center;
	margin:25px 0;
}
.footer_menu li{
	display:inline-block;
	//display:inline;
	//zoom:1;
	padding:5px;
}
.footer_wrapper{
	margin-top:30px;
	background-color:#000;
	box-shadow:0 0 30px #fff;
}
.footer{
	border:none;
	width:960px;
	margin:0 auto;
}