h1 {font-size:14px;}
body {
	background-color: 					#212121;
	background-image: 					url(../imgs/bg.jpg);
	margin-left: 						0px;
	margin-top: 						12px;
	margin-right: 						0px;
	margin-bottom: 						12px;
	background-repeat: 					repeat-x;
	}

.header {
	width: 								742px;
	height: 							117px;
	background-image:					url(../imgs/header.gif);
	}
	
.main_header {
	width: 								536px;
	height: 							37px;
	background-image:					url(../imgs/main_header.gif);
	}

.main_body {
	width: 								536px;
	background-image:					url(../imgs/main_body.gif);
	background-repeat:					repeat-y;
	}
	
.main_footer {
	width: 								536px;
	height:								20px;
	background-image:					url(../imgs/main_footer.gif);
	}
	
.sub_header {
	width: 								202px;
	height: 							21px;
	background-image:					url(../imgs/sub_header.gif);
	}
	
.slideshow {
	width: 								742px;
	height: 							182px;
	background-image:					url(../imgs/slideshow.gif);
	}
	
.sub_main-mid {
	width:	 							536px;
	background-image:					url(../imgs/sub_main-mid.gif);
	background-repeat:					repeat-y;
	}
	
.sub_main-mid-txt {
	width:	 							536px;
	background-image:					url(../imgs/main_body.gif);
	background-repeat:					repeat-y;
	}

.news_mid{
	width:	 							202px;
	background-image:					url(../imgs/news_mid.gif);
	background-repeat:					repeat-y;
	}

textarea.contact_form {
	font: 								11px/16px Verdana, sans-serif;
	color: 								#000;
	background-color: 					#fff;
	width: 								262px;
	height: 							82px;
	border: 							0px;
	margin: 							0px;
	padding: 							4px;
	overflow: 							auto;
	border: 							solid 1px #b3b3b3;
}