@charset "UTF-8";
/* CSS Document */

body {background:url(images/bg.jpg) repeat-x center top #efe6d7;
	margin:0 auto;
	padding:0 auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;
}

#main_container {
	width:810px;
	height:auto;
	margin:0px auto;
	padding:0px auto;
	}

#footer {
	width:100%;
	height:106px;
	margin:0 auto;
	padding:0 auto;
	background: url(images/fbg.jpg) top repeat-x #000000;
}

#header {
	width:810px;
	height:187px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: url(images/header.jpg) top no-repeat;
}

#menu {
	width:810px;
	height:61px;
	margin:0px;
	padding:0px;
}

#content {
	width:810px;
	height:auto;
	margin:0px;
	padding:0px;
	background:url(images/mcbg.jpg) repeat-y;
}

#content_left {
	width:536px;
	height:auto;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	float:left;
	display:inline;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;
}

#content_right {
	width:210px;
	height:auto;
	margin:0px 0px 0px 27px;
	padding:0px 0px 0px 0px;
	float:left;
	display:inline;
	text-align:justify;
}

#bottom {
	width:810px;
	height:19px;
	margin:0 auto;
	padding:0 auto;
	background: url(images/bottom.jpg) top no-repeat;
}

#bottom_menu {
	width:810px;
	height:19px;
	margin:10px auto;
	padding:0 auto;
	color:#FC0;
	font-size:11px;
	text-align:center
	}
	
.bmenu {
	color:#FC0;
	font-size:11px;
	margin:0px 7px 0px 7px;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	font-weight:normal;
}

#contact {
	width:250px;
	height:auto;
	float:right;
	margin:65px 5px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	line-height:18px
}

h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	width:536px;
	border-bottom:#999 solid 1px;
}

h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:2px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	width:210px;
	border-bottom:#999 solid 1px;
}

h3{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:2px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	width:210px;
	border-bottom:#999 solid 1px;
	text-decoration:none;
	color:#c9221b;
	text-align:left;
}
.form_text {
display:inline-block; 
width:120px; 
vertical-align:top;
font-weight: bold;
}


input {
margin-right:2px ;
margin-bottom:1px;
color: #444444;
}
