#content {
	background:url(../images/content_bg.jpg) no-repeat bottom;
}

#content_top {
	height:39px;
}

#content_left {
	float:left;
	width:155px;
	padding:0px 15px 30px 10px;
	text-align:right;
	color:#333;
}

#content_left a {
	text-decoration:underline;
}

#content_left strong {
	color:#003f62;
}

#title {
	margin:0px 0px 13px 2px;
}

#content_right {
	float:right;
	width:515px;
	padding:0px 20px 30px 33px;
}

#content_right ul {
	margin:5px 0px 10px 0px;
	padding:0px;
	list-style:none;
}

#content_right ul li {
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 10px;
	background:url(../images/icon_li.gif) 0px 5px no-repeat;
}

#contact_form {
	margin:20px 0px 20px 0px;
}

.contact_field {
	width:265px;
	padding:2px;
	border:1px solid #a5acb2;
	margin-bottom:6px;
	font-size:11px;
	background:url(../images/contact_field_bg.gif) no-repeat;
}

.contact_select {
	width:200px;
	padding:2px;
	margin-bottom:6px;
	border:1px solid #a5acb2;
	font-size:11px;
}

.contact_textarea {
	width:388px;
	height:150px;
	font-size:11px;
	margin-bottom:13px;
	border:1px solid #a5acb2;
}


