BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	color: #515252;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url('../site_images/bgBody.jpg');
	background-repeat:repeat-x;
}
.outerdiv_shadow {
	background-repeat: repeat-y;
	background-image: url('../site_images/bgBodyContainer.jpg');
	background-position: center;
	width: 920px;
}
.outerdiv_container {
	text-align:left;
	background-image: url('../site_images/bgHeader.jpg');
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
}
.bg_bottom {
	clear: both;
	height: 6px;
	font-size: 0px;
	background-position:top;
	background-repeat: no-repeat;
}
.outerdiv {
	width: 900px;
	float: left;
	padding-left: 10px;
}

/*------------------------------------ 
General Styles
------------------------------------*/

.clear {
	clear: both;
}

FORM {
	margin: 0px;
}

A IMG {
	border: 0px;
}

/*------------------------------------ 
Headings
------------------------------------*/

/* Big */

H1 {
	font-size: 18px;
	color: #646362;
	padding-top: 8px;
	padding-bottom: 15px;
	margin: 0px;
	font-family			: Verdana, Arial, Helvetica;	
	font-weight: bold;
}

H2 {
	font-size: 13px;
	color: #646362;
	padding-top: 15px;
	padding-bottom: 9px;
	margin: 0px;
	font-family			: Verdana, Arial, Helvetica;	
	font-weight: bold;
}

/* Medium */

H3 {
	font-size: 13px;
	color: #bf2126;
	padding-top: 15px;
	padding-bottom: 9px;
	margin: 0px;
	font-family			: Verdana, Arial, Helvetica;	
	font-weight: bold;
}
/*------------------------------------ 
Middle
------------------------------------*/



/*------------------------------------ 
Body
------------------------------------*/

.body_container {
	padding-top: 10px;
}

.body {

}

.body_left {

	float: left;
}

.body_right {
	float: left;
}

/*------------------------------------ 
Bottom
------------------------------------*/

.bg_bottom {
	background-repeat: no-repeat;
	height: 13px;
	font-size: 0px;
	width: 920px;
}

.footer_menu .quick_menu {
	float: right;
	padding: 0px 10px 10px 0px;
}