
/********************** Body ************************************************/


body {
	/**background-color:#d9e4f1;**/
	background-image:url(images/background.gif);
	
	color:#000000;			/** font of the body**/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}


/********************** Header (logo + menu bar setting) ***************************/

#header {					/**logo**/
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	width:717px;
	height:288px;
	position:relative;
}

#header ul{
	background-color:#EE180B ;                /** Red menu bar**/
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}

#header li{
	display:inline;	
}

#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}

#header ul a:hover{
	text-decoration:underline;
	color:#0B04F6;				/**Changed font to Blue on menu bar**/
}

#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}


#logo_w1{
	top:15px;
	left:70px;
}


#logo_w2{
	top:44px;
	left:94px;
}

#header_text {
	top:190px;                       	/**location of marquee**/
	left:40px;				/*Starting marquee*/  
	width:375px;				/*Ending marquee*/
	position:absolute;
}

#header_text_left {
	top:20px;                       	/**Best in America Seal**/
	right:460px;				
	width:400px;				
	position:absolute;
}

#header_text_right {
	top:15px;                       	/**Home**/
	right:-300px;				
	width:400px;				
	position:absolute;
}


#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}

#header_text a{color:#161AED;}		./**white text color on marquee **/
#header_text a:hover{color:#c77e0c;}		/** brown**/


/********************** Content (left + right body setting) ***************************/

#content {
	background-image:url(images/content.jpg	); /**images of content body**/
	width:717px;
}

img{
	border-width:0px;
}

h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#000000;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}

/**** full body settings ***/

#full {
	float:left;
	width:712px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#full a{color:#0B04F6;}				/**blue text on left **/
#full a:hover{color:#131251;}			/**turn url to dark blue text on left**/

#photos a{
	 margin-right:55px;                     /**margin-right:14px;**/
	
}
/**** Left body settings ***/

#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#0B04F6;}				/**blue text on left **/
#left a:hover{color:#131251;}			/**turn url to dark blue text on left**/

#photos a{
	 margin-right:55px;                     /**margin-right:14px;**/
	
}

/**** Right body settings ***/

#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{color:#0B04F6;}			/**blue text on left **/
#right a:hover{color:#131251;}			/**turn url to dark blue text on left**/

/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
}
