@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	background:#ebebeb url(../images/body_bg.jpg) repeat-x left top;
}

#body_wrapper{
	background: #ebebeb url(../images/bg.jpg) no-repeat left top;
	width:960px;
	margin:0 auto;
	min-height:900px;
}

.left_content{
	float:left;
	width:320px;
	margin-top:250px;
}
.left_content h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #900;
}


.left_content p, .right_content p{
	padding:10px 10px 0 10px;
}

.right_content{
	width:310px;
	float:right;
	margin-top:250px;
}

.right_content .text_hilight{
	color:#990000;
}

.right_content h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #900;
}

.right_content fieldset{
		padding:10px 10px 0 10px;
		border:none;
}
.right_content fieldset p{
	padding-left:0px;
}
.right_content fieldset .row{
	padding-bottom:5px;
	clear:both;
}

.right_content fieldset label{
	width:120px;
	display:block;
	float:left;
	font-size:12px;
}

.submit_btn{
	margin-left:110px;
	margin-top:10px;
}

#footer_wrapper{
	 width:100%;
	 background-color:#cfcfcf;
	 margin-top:15px;
}

#footer{
	width:960px;
	margin:0 auto;
	text-align:center;
	height:75px;
}

#footer ul{
	padding-top:25px;
	list-style:none;
}

#footer ul li{
	display:inline;
	padding:15px;
}

a {
	color:#333;
	text-decoration:none;
	font-weight: bold;
	
}
a:hover {
	text-decoration:underline;
}
#content {
	text-align: center;
	font-size: 9px;
	line-height: 12px;
	margin: 10px 0px 0px 0px;
}

