* {
    padding: 0;
    margin: 0;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background:#547c90;
	color:#c9bab6;
}
.wrapper {
	margin: 0px auto;
	width: 1235px;
}
.main_left{
	background:url(../images/template/left.jpg);
	width:123px;
	height:747px;
	float:left;
}
.main_center{
	width:964px;
	height:747px;
	float:left;
}
.main_center_blog{
	width:964px;
	float:left;
	min-height:747px;
	height:auto !important;
	height:747px;
}
.main_center_top{
	width:964px;
	height:71px;
}
.main_center_content{
	background:#000 url(../images/template/content_bg.gif);
	height:550px;
}
.main_center_content_dark{
	background:#000 url(../images/template/content_bg_dark.gif);
	height:550px;
}
.main_center_content_blog{
	background:#000 url(../images/template/blog_bg.jpg);
	min-height:650px;
	height:auto !important;
	height:650px;
}
.main_center_bottom{
	background:url(../images/template/bottom.jpg);
	width:964px;
	height:126px;
}
.main_center_bottom_blog{
	background:url(../images/template/bottom_blog.gif);
	width:964px;
	height:126px;
}
.main_right{
	background:url(../images/template/right.jpg);
	width:147px;
	height:747px;
	float:left;
}
/* SERVICES */
.services_header{
	color:#fea46a;
	font-size:11px;
	font-weight:bold;
}
.services_list{
	color:#a89487;
	font-size:11px;
}

.contact_form_input{
	border:solid 1px #666;
	padding:2px;
	font-size:11px;
	background:#191D1F;
	color:#ccc;
	width:200px;
}
.contact_form_submit{
	border:solid 1px #666;
	padding:2px;
	font-size:11px;
	background:#191D1F;
	color:#ccc;
	width:75px;
}
.contact_error{
	color:#7F0000;
	background:#B5CEDF;
	padding:5px;
	border:solid 2px #000;
	width:306px;
}