/* CSS Document */

body {
	background-color:#FCECCA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 20px;
	}
	
#main_body a, a:visited {color: #000000; text-decoration:underline;}
#main_body a:hover {color: #ceb17a; text-decoration:none; font-weight:bold;}

/* This is the header coding */
#main_body {
	width:960px;
	padding-bottom:10px;
	}
#second {
	width:960px;
	
	}
	#third {
	width:455px;
	float:left;
	}
#nav_menu {
	background-image:url(images/nav_menu_bg.jpg);
	width:505px;
	height:24px;
	float:left;
	padding-top:10px;
	}
#nav_menu a, a:visited {color: #000000; text-decoration:none;}
#nav_menu a:hover {color: #000000; text-decoration:underline;}

#narrow_bar {
	background-image:url(images/narrow_bar_bg.jpg);
	float:left;
	height:4px;
	width:960px;
	}
/* This is the body coding */
#main_body_top_bar {
	background-image:url(images/body_top_bar_bg.jpg);
	height:10px;
	width:960px;
	}
/* This code is for the left side body of the page */
#main_body_left {
	padding:0 0 0 15px;
	width:291px;
	float:left;
	}
#left_content_top {
	width:291px;
	float:left;
	}
#left_content_body {
	background-image:url(images/left_content_bg.jpg);
	background-repeat:repeat-y;
	padding:0 20px;
	width:260px;
	float:left;
	}
/* This code is for the main body of the page */
#center_body {
	float:left;
	width:375px;
	}
#full_length_center_body {
	float:left;
	width:960px;
	}
#center_content_body {
	background-image:url(images/center_content_bg.jpg);
	padding:0 20px;
	}
#center_content_bottom {
	float:left;
	}
/* This is for a full length wide page */
#full_length {
	float:left;
	}
#full_length_content_body {
	background-image:url(images/full_length_content_bg.jpg);
	background-repeat:repeat-y;
	padding:0 30px;
	float:left;
	width:900px;
	/*border:1px solid #FF0000;*/
	}
#full_length
/* This code is for the right side of the page */
#right_body {
	float:left;
	width:277px;
	}
#right_content_top {
	width:277px;
	float:left;
	}
#right_content_body {
	background-image:url(images/right_content_bg.jpg);
	width:277px;
	float:left;
	}
#right_content_bottom {
	float:left;
	}
/* This is the footer coding */
#footer {
	background-image:url(images/footer_bg.jpg);
	width:960px;
	height:44px;
	padding-top:8px;
	}
	
#footer a, a:visited {color: #000000; text-decoration:none;}
#footer a:hover {color: #000000; text-decoration:underline;}     