#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	background-color: #FFFFFF;
	text-align: left;
	height: 500px;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
}
#branding_wrapper {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

#branding_wrapper #logo {
	float: left;
	height: 100px;
	width: 120px;
	padding-right: 14px;
}
#branding_wrapper #strap_line {
	float: right;
	height: 80px;
	width: 744px;
	font-size: 18px;
	color: #990000;
	background-color: #FFFFFF;
	background-image: url(../images/brandbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	}
#branding_wrapper #strap_line h1 {
	font-size: 18px;
	color: #990000;
}
#background_main {
	background-color: #FFFFFF;
	background-image: url(../images/containerbg.jpg);
	background-repeat: repeat-y;
	height: 500px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-position: center 100px;
}

#container #content_wrapper {
	clear: both;
	height: 400px;
	width: 898px;
	
}
#container #content_wrapper #content_left {
	float: left;
	height: 400px;
	width: 294px;
}
#container #content_wrapper #content_right {
	float: left;
	height: 400px;
	width: 294px;
}

#background_main #container #content_wrapper #content_left .leftbox h2, #background_main #container #content_wrapper #content_right .leftbox h2, #background_main #container #content_wrapper #content_left .rightbox h2, #background_main #container #content_wrapper #content_right .rightbox h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	height: 20px;
	width: 127px;
	padding-top: 14px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.leftbox {
	background-image: url(../images/leftbox.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 200px;
	width: 147px;
}
.rightbox {
	background-image: url(../images/rightbox.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 200px;
	width: 147px;
}
#container #content_wrapper #content_middle {
	float: left;
	height: 380px;
	width: 310px;
	padding-top: 10px;
	
}
#background_main #container #content_wrapper #content_middle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	background-color: #FFCC00;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 18px;
	padding-top: 3px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #990000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	width: 250px;
}
#container #site_info {
	clear: both;
	height: 80px;
	width: 898px;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;	
}

#background_main #container #content_wrapper #content_left .leftbox p, #background_main #container #content_wrapper #content_left .rightbox p, #background_main #container #content_wrapper #content_right .leftbox p, #background_main #container #content_wrapper #content_right .rightbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
#background_main #container #content_wrapper #content_left .leftbox ul, #background_main #container #content_wrapper #content_left .rightbox ul, #background_main #container #content_wrapper #content_right .leftbox ul, #background_main #container #content_wrapper #content_right .rightbox ul  {
	font-size: 12px;
	list-style-type: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#background_main #container #content_wrapper #content_left .leftbox a, #background_main #container #content_wrapper #content_left .rightbox a, #background_main #container #content_wrapper #content_right .leftbox a, #background_main #container #content_wrapper #content_right .rightbox a {
	color: #990000;
	font-weight:bold;
}
#background_main #container #content_wrapper #content_left .leftbox a:hover, #background_main #container #content_wrapper #content_left .rightbox a:hover, #background_main #container #content_wrapper #content_right .leftbox a:hover, #background_main #container #content_wrapper #content_right .rightbox a:hover {
	color: #990000;
	text-decoration: none;
}
