html, body { margin: 0; }



body {

	background-color: #44B2C3;

}



#layout {

	width: 1300px;

	background-image: url(images/bg.jpg);

	background-repeat: no-repeat;

}



#content {

	width: 826px;

	padding-top:85px;



	background:url(images/con-png.png) no-repeat;

	}

#header {

	width: 760px;

	height: 185px;

	background-image:url(images/header1.jpg);

	background-repeat: no-repeat;

	position:relative;

	}

#text_content {

	font-family: verdana;

	font-size: 9pt;

	color: #000000;

	text-align: left;

	letter-spacing: 1px;

	line-height: 20px;

	width: 760px;

}

.text_location {

	font-family: verdana;

	font-size: 9pt;

	color: #000000;

	text-align: left;
	
	text-align:justify

	letter-spacing: 1px;

	line-height: 16px;
	


}



.text_up {

	font-family: verdana;

	font-size: 12pt;

	font-weight: bold;

	color: #c70f2f;

	text-align: center;

	letter-spacing: 1px;

	line-height: 20px;	

	width: 760px;

}
.text_up2 {

	font-family: verdana;

	font-size: 12pt;

	font-weight: bold;

	color: #c70f2f;

	text-align: left;

	letter-spacing: 1px;

	line-height: 20px;	

	width: 760px;

}

.text_headers {

	font-family: verdana;

	font-size: 14pt;

	font-weight: bold;

	color: #c70f2f;

	text-align: left;

	letter-spacing: 1px;

	line-height: 20px;	

	width: 760px;

}

#cherry_icon {

	z-index: -33;



	background:url(images/cherry_icon.jpg) no-repeat;

	width: 152px;

	height: 217px;

	left: 200px;



	position: relative;

	float: left;

}



.gear_img {

	position:relative;

	float: center;

}


/*to adjust menu posistion adjust the width was 300 b4 with no locations*/

.menu_ul {
	position:relative;
	float:right;
	top: -35px;
	width: 380px;

	}

.menu_li {

	display:inline;

	position: relative;

	padding-left:12px;

	text-decoration:none;   

	color:#716d6a;   

	font-family:Verdana, Arial, Helvetica, sans-serif;   

	font-size:11px;   

	font-weight:bold;   

	text-transform:uppercase;   

	}

a.menu_a {   

	text-decoration:none;   

	color:#716d6a;   

	font-family:Verdana, Arial, Helvetica, sans-serif;   

	font-size:11px;   

	font-weight:bold;   

	text-transform:uppercase;   

	}   

a.menu_a:active, a.menu_a:hover {

	color:#ca1234;   

	}



#footer {   

	color:white;  

	}
	
/*navigation links colors and decoration*/
a, a:Visited,a:active	{color:#666666;text-decoration:none}
a:hover					{color:ff3333;text-decoration:none}
