*{ margin: 0; padding: 0; } 

body {
	text-align: center;
	font: 11px "Tahoma";
	color: #848484;
	background: url(img/pattern.png);
	padding-top: 30px;
}

div{
	display: block;
	float: left;
	text-align: left;
}

img{border: none;}

a, a.link{
	color: #dfa725;
	text-decoration: underline;
}

a.hover{
	color: #dfa725;
	text-decoration: none;
}
h1,h2 {
	text-transform:capitalize;
}
#wrap{
	width: 944px;
	margin: 0 auto;
	float: none;
	background: #000000;
}

#top{
	width: 944px;
	height: 115px;
	background:#000 url(img/top.jpg) no-repeat top center;
	text-align: center;
}

#top h1 {
	float:left;
	font-size:14px;
	color:#efefef;
	margin:20px;
	font-style:normal;
	font-weight:bold;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
}

#top h2 {
	float:right;
	font-size:26px;
	color:#efefef;
	margin:20px;
	font-style:normal;
	font-weight:bold;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
}

#top h2 strong {
	font-size:14px;
	color:#efefef;
}


.logo{
	width: 239px;
	height: 115px;
}

#menu{
	width: 913px;
	height: 52px;
	padding-left: 31px;
	text-align: center;
	background: #000;
	margin: 0 auto;
}

.menu{
	width: 876px;
	height: 52px;
	background: url(img/menu_bg.png) repeat-x top left scroll;
	text-align: center;
}

.menu_close{
	width: 5px;
	height: 52px;
}

.menu_item{
	width: 140px;
	background: url(img/menu_point_bg.png) no-repeat top center;
	text-align: center;
	height: 25px;
	color: #ffffff;
	padding-top: 27px;
}

.menu_item_end{
	width: 146px;
	background: url(img/menu_point_bg.png) no-repeat top center;
	text-align: center;
	height: 25px;
	color: #ffffff;
	padding-top: 27px;
}

.menu_spacer{
	width: 4px;
	height: 52px;
	background: url(img/menu_spacer.png) no-repeat top left scroll;
}

.menu_item a, .menu_item_end a{
	color: #fff;
	font: 13px "Arial";
	text-decoration: none;
}

#main{
	background: #000000;
	width: 850px;
	padding: 14px 49px 20px 45px; 
	
}

.side{
	width: 200px;
}

.center{
	width: 428px;
	padding: 0 9px 0 9px; 
	
}

.main_pic{
	width: 427px;
	height: 215px;
	background: url(img/main_pic.jpg) no-repeat top left scroll;
}


.about_pic{
	width: 427px;
	height: 215px;
	background: url(img/about_pic.jpg) no-repeat top left scroll;
}


.content_top{
	width: 427px;
	height: 22px;
	background: url(img/content_top.png) no-repeat top left scroll;
}

.content{
	width: 353px;
	background: url(img/content_bg.png) repeat-y top left scroll;
	padding: 0 37px 0 37px;
}

.content ul, .content ol{
	margin:0 20px;
	margin-bottom: 15px;
	
	
}
.content p.bot_comment {
	background:#000 url(img/comment_bot.jpg) no-repeat center bottom;
	padding-bottom:20px;
	margin-bottom:20px;
}

.content_bot{
	width: 427px;
	height: 22px;
	background: url(img/content_bot.png) no-repeat top left scroll;
}

.side_block_top{
	width: 200px;
	height: 21px;
	background: url(img/side_block_top.png) no-repeat top left scroll;
}

.side_block_bot{
	width: 200px;
	height: 19px;
	background: url(img/side_block_bot.png) no-repeat top left scroll;
}

.side_block_content{
	width: 146px;
	height: 363px;
	background: url(img/side_block_bg.png) repeat-y top left scroll;
	padding: 0 27px 0 27px;		
}

#form{
	width: 897px;
	padding: 0 0 8px 47px;
	background: #000; 
}

.form_top{
	width: 849px;
	height: 15px;
	background: url(img/form_top.png) no-repeat top left scroll;
}

.form{
	width: 819px;
	background: url(img/form_bg.png) repeat-y top left scroll;
	padding: 0 0 0 30px;
}

.form_bot{
	width: 849px;
	height: 15px;
	background: url(img/form_bot.png) no-repeat top left scroll;
}

#footer{
	width: 875px;
	height: 23px;
	color: #545454;
	background: url(img/footer_bg.png) repeat-x top left scroll;
	padding: 8px 0 0 69px;
}

h1{
	color: #dfa725;
	font: italic 18px "Times New Roman";
	margin-bottom: 10px;
}

h2{
	margin: 13px 0 4px 0;
	color: #aeaeae;
	font: bold 13px "Tahoma";
}

p{
	margin-bottom: 15px;
}

.form_left{
	width: 310px;
	padding-top: 15px;
}

.form_right{
	width: 509px;
}

.form .inp1 {
	width:139px;
	height:15px;
	padding:0px 0 0px 3px;
	border:solid 1px #353535;
	font:12px "Tahoma";
	color:#787979;
	margin-bottom:5px;
}

.form .txt1 {
	width:434px;
	height:25px;
	padding:0px 0 0 2px;
	border:solid 1px #353535;
	font:12px "Tahoma";
	color:#787979;
	float: left;
}

.submit {
	padding: 0px 0 0 4px; 
	float: left;
}

.pic{
	width: 150px;
	height: 107px;
	padding: 7px 18px 7px 0;
	text-align: center;
}

.col1 {
	float:left;
	margin:0;
	padding:0;
	width:100px;
}

.col1 li, .col2 li {
	margin:4px 0;

}

.col2 {
	float:left;
	width:140px;
}

img.gal {
	float:left;
	margin:0 2px 2px 0px;
	border:1px solid #efefef;
}


.clear {
	clear:both;
}
