#body{
	width: 750px;
	margin: 0 auto;
	background-color: #ffffff;
	margin-top: 8px;
}

#header{
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 142px;
	display: block;
}

#header div{
	margin-left: 185px;
	width: 320px;
	text-align: center;
}

#header div i{
	color: #c23d46;
}

#header div span{
	color: #c23d46;
}

#navbar{
	float: left;
	width: 170px;
	padding: 15px 10px 0px 15px;
}

#navbar a{
	display: block;
	width: 150px;
	height: 20px;
	background-image: url('../images/inner_bg.png');
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 3px;
	font-family: verdnana, arial, helvetica, times new roman, georgia;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin-bottom: 6px;
}

#navbar a:hover{
	color: #c03c46;
	background-image: url('../images/inner_bg_alt.png');
}

#content{
	float: left;
	width: 520px;
	margin-right: 10px;
	padding-top: 15px;
}

#foot_mid{
	text-align: center;
	padding: 5px 0px;
}

#foot_mid a{
	color: #eefcc4;
}

#foot_mid a:hover{
	font-weight: bold;
}

#footer{
	width: 750px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 15px 0px 5px 0px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 11px;
}

#footer span{
	color: #3f7777;
}

#theform{
	padding: 10px;
	background-color: #909c91;
	margin-bottom: 20px;
	color: #eefcc4;
	font-family: arial;
	font-size: 13px;
}

#theform div{
	color: #eefcc4;
	font-family: arial;
	font-size: 12px;
	float: left;
	width: 160px;
	margin-right: 5px;
}
