div.page_width_container{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
	padding: 0 20px 0 20px;
}

/* ===[ PAGE HEADER - GLOBAL ]=== */
#page_header{
	padding: 20px 0px 0px 0px;
	background-image: url("../img/header_bg.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	}
#logo_container{
	position: absolute;
	bottom: 0px;
	left: 20px;
	}
#contact_container{
	padding: 2px 0 0 0;
	color: #5384a8;
	font-size: 20px;
	float: right;
	}	

/* ===[ PAGE HEADER 1 - GLOBAL ]=== */
#page_header_1{
	background-color: #5384a8;
	
	}
#page_header_1 #page_header_1_container{
	position: relative;
	height: 200px;
	background-image: url("../img/header_graphic.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	}
#logo_tag_line{
	color: white;
	position: absolute;
	top: 3px;
	left: 90px;
	width: 205px;
	height: 20px;
	background-image: url("../img/ets_logo_white_tagline.gif");
	background-repeat: no-repeat;
	}
#header_1_phrase{
	color: white;
	font-size: 30px;
	position: absolute;
	top: 40px;
	}
#header_1_phrase span{

	font-size: 30px;
	}
/* ===[ PAGE HEADER 2 - GLOBAL ]=== */
#page_header_2{
	background-color: white;
	}
#header_links{
	float: left;
	width: 700px;
	}
#header_links div{
	float: left;
	padding: 2px 0px 2px 0px;
	font-size: 16px;
	
	text-decoration: none;
	}
#header_links a{
	color: #9599a6;
	font-weight: bold;
	}
	
#header_links a:hover{
	color: #5384a8;
	}
#header_links #spacer{
	background-color: #cccccc;
	width: 2px;
	height: 2px;
	margin: 12px 8px 0px 8px;
	padding: 0;
	}

/* ===[ PAGE CONTENT - GLOBAL ]=== */
#page_content{
	background-color: white;
	color: black;
	padding: 5px 0px 25px 0px;
	}
#page_content_inner{
	}
#content_col{
	float: left;
	width: 700px;
	}
#righthand_col{
	float: left;
	width: 250px;
	background-image: url("../img/rhc_bg2.jpg");
	}

#rhc_top{
	height: 80px;
	width: 250px;
	background-image: url("../img/rhc_top.jpg");
	background-repeat: no-repeat;
	}
#rhc_body{
	margin: 0px 0px 0px 30px;
	padding: 0px 20px 0px 0px;
	width: 200px;
	background-image: url("../img/rhc_body_bg.jpg");
	background-position: 208px 0px;
	background-repeat: no-repeat;
	}
#rhc_body div{
	margin: 0 0 10px 0;
	padding: 5px;
/*	border-top: 1px solid #f7fafc;
	border-left: 1px solid #f7fafc;
	border-bottom: 1px solid #dfe8ef;
	border-right: 1px solid #dfe8ef;
	background-image: url("../img/rhc_item_bg.jpg"); 
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #f0f6fb;
*/
	}
#rhc_bottom{
	height: 80px;
	width: 250px;
	background-image: url("../img/rhc_bottom.jpg");
	background-repeat: no-repeat;
	}

/* ===[ PAGE FOOTER - GLOBAL ]=== */
#page_footer{
	background-image: url("../img/footer_bg.jpg");
	background-position: -30px 0px;
	background-repeat: repeat-x;
	width: 100%;
	padding-top: 7px;
	border-top: 1px solid #d8d8d8;
	}
#page_footer #spacer{
	background-color: #cccccc;
	width: 2px;
	height: 2px;
	margin: 6px 10px 0px 10px;
	padding: 0;
	}

#footer_links{
	float: left;
	}
#footer_links div{
	float: left;
	font-size: 11px;
	font-weight: bold;
	}
#footer_links a{	
	text-decoration: none;
	color: #9599a6;
	}
#footer_links a:hover{	
	color: #59829e;
	}

#copyright{
	float: right;
	font-size: 10px;

	}
#copyright div{
	margin-top: 2px;
	float: left;
	}
#copyright a{
	text-decoration: none;
	color: #9599a6;
	}
#copyright a:hover{
	color: #909e59;
	}
	

