body {
	margin:0px auto 0px auto;
	background-color:#FFCC00;
	background-image:url(../images/bg_jpg.jpg);
	background-repeat:repeat-y; 
	background-attachment:fixed; 
	background-position:center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	}
	
/*Main Div  -  MAIN PAGE LAYOUT & BACKGROUND*/	
#main_div {
	width:760px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-color:#FFF;
	}

/*Flash Header div*/
#header {
	width:760px;
	height:150px;
	background-color:#FFF;
	}

/* Overflow:hidden means BG is continued*/
#page_content{
	overflow: hidden;
	min-height: 540px;
	}

/* Menu Div */
#menu_div {
	width: 200px;
	height:540px;
	float:left;
	background:#FFF;
	}

/* Text Div */
#text_div {
	float:left;
	width:300px;
	padding:10px 10px 0px 15px;
	}	

/* Image Div */
#image_div {
	float:left;
	width:230px;
	text-align:right;
	}	
	
/* Links Div */
#links_div {
	float:left;
	width:205px;
	text-align:left;
	background-color:#FFFF99;
	padding:10px 10px 0px 15px;
	}	

/* Price Div */
#price_div {
	float:left;
	width:540px;
	text-align:left;
	padding:10px 0px 0px 15px;
	}	
	
/* Home Div */
#home_div {
	float:left;
	width:540px;
	text-align:left;
	padding:10px 0px 0px 15px;
	}	
/* Home Div */
#home_div1 {
	float:left;
	width:540px;
	text-align:left;
	padding:10px 0px 0px 15px;
	}	

/* Footer */
#footer {
	width:760px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-color:#FFF;
	border-top:7px solid #CC0002;
	}
	
#footer_image {
	float:left;
	width:210px;
	padding:0px 0px 0px 0px;
	background-color:#FFF;
	}
#footer_text {
	float:left;
	width:550px;
	padding:0px 0px 0px 0px;
	background-color:#FFCC00;
	background-image:url(../images/black_betty.gif);
	background-repeat:no-repeat;
	background-position:bottom-left;
	}

#footer_links {
	margin:2px auto 5px auto;
	padding: 5px 0px 2px 0px; 
	width:540px;
	text-align:center;
	}
	
	hr {color: #FFCC00; background-color: #FFF; border: 1px solid #FFCC00; border-style: none none solid;}
	
	
	/* CONTACT PAGE */
#contact_div {
	float:left;
	width:270px;
		min-height: 540px;
	padding:10px 10px 0px 15px;
	}	

/* CONTACT PAGE */
#form_div {
	float:left;
	width:260px;
	text-align:right;
	}	
	
.header { color: #CC0000; font-weight: bold; }
	
.small_text{ font-size:11px; color:#000000; }
	
.final_footer{ font-size:10px; color:#666666; }

.final_footer a{ font-size:10px; color:#333333; text-decoration:none; }

.final_footer a:hover{ font-size:10px; color:#000000; text-decoration:underline; }

a {
color:#CC0000;
text-decoration:none;
}

a:hover{
color:#CC0000;
text-decoration:underline;
}

h3{
color: #CC0000; 
font-weight: normal;
size:15px;

}