body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10.5px;
	color:#000000;
}
#container {
	width: 1005px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
img{
border:0;
}
a:link,a:visited{
	color:#666666;
	text-decoration:none;
	}

a:hover{
	color:#0000FF;
	text-decoration:none;
	}
#header {
	
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header .logo{
float:left;
width:309px;
height:78px;
background-image:url(images/fascinationaveue_logo.jpg);
background-repeat:no-repeat;
}
#header .top_nav_bg{
float:right;
background-image:url(images/top_nav_bg.jpg);
width:696px;
	height:47px;
	background-repeat:no-repeat;
	font-size:12px;
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
}
#top_nav{
padding-top:15px;
padding-left:45px;
text-align:center;
}
#top_nav a:link,#top_nav a:visited{
	color:#ffffff;
	text-decoration:none;
	}

#top_nav a:hover, #top_nav a.current{
	color:#9d0a0e;
	text-decoration:none;
	}
#top_nav ul{
list-style-type: none;
padding: 0;
margin: 0;
}
#top_nav li{
float:left;
   }
.top_nav_position{
padding-right:15px;
padding-left:15px;
}
#header .header_bg{
float:right;
background-image:url(images/fa_bg1.jpg);
width:696px;
	height:31px;
	background-repeat:no-repeat;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding:0;
	margin:0;
	
}
#mainContent .bg1{
 background-image:url(images/fa_bg2.jpg);
 height:53px;
 }
#mainContent .bg2{
 background-image:url(images/fa_bg3.jpg);
 height:205px;
 }
#mainContent .bg3{
 background-image:url(images/fa_bg4.jpg);
 height:10px;
 }
#mainContent .bg4{
 background-image:url(images/fa_bg5.jpg);
 height:205px;
 
 }
.box_section{
padding-left:43px;

}
.box_item{
width:201px;
height:205px;
background-color:#FFFFFF;
float:left;
margin-left:10px;
}
.box_content{
padding-top:7px;
text-align:center;
}
.box_title{
font-size:13.5px;
color:#FF0000;
font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
font-weight:bold;
text-transform:uppercase;
}
.box_title a:link,.box_title a:visited{
	color:#FF0000;
	text-decoration:none;
	}

.box_title a:hover{
	color:#000000;
	text-decoration:underline;
	}
.box_desc{
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/fa_bg6.jpg);
	height:99px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer_content{
padding-left:37px;
width:925px;

}

.fa_desc{
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
text-align:justify;
width:600px;
float:left;}
.fa_desc1{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-align:justify;
width:400px;
padding-left:46px;}
.fa_title{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}
.fa_facebook{
float:right;
vertical-align:text-top;
}

<!--For the rest of the pages-->
#content{
}
.lhs_bg{
 background-image:url(images/lhs_bg.jpg);
 width:263px;
 height:495px;
 background-repeat:no-repeat;
 float:left;
 }
 
.middle_content{
float:left;
width:684px;
height:483px;
background-color:#ffffff;
border:1px solid #CCCCCC;
padding:10px 0 0 29px;
}
.middle_space{
padding:10px 0 0 29px;}
.scrollable {
  width: 660px;
  height: 360px;
  
}
.scrollable_txt{
padding:0 10px 0 0;
text-align:justify;
  overflow: auto;
  width:295px;
  height:360px;
  float:left;
  
  scrollbar-arrow-color: #464646;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #999999;
scrollbar-face-color: #B5B1AA;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #CCCCCC;
scrollbar-track-color: #e6e6e6;
}
.center_txt{
text-align:center;
height: 380px;
color:#CCCCCC;
}
.center_txt p{
padding-top:150px;
font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
font-weight:bold;


font-size:18px;
}
h1{
font-size:15px;
color:#FF0000;
font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
font-weight:bold;
text-transform:uppercase;
padding:10px 0;
margin:0;
}
h2, .sub_title{
font-size:12px;
color:#000000;
padding:8px 0;
font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
font-weight:bold;
margin:0;}
#question_form{
border:1px solid #CCCCCC;
padding-left:5px;
padding-right:5px;}
.grey_hori{
border: 1px solid #CCCCCC; 
width: 660px;
height: 0;
}
.floatLeft{
float:left;
padding-right:10px;}

.rhs_bg{
background-image:url(images/rhs_bg.jpg);
 width:27px;
 height:495px;
 background-repeat:no-repeat;
 float:right;
 }
#quick_menu{
		width: 660px;
		padding-top:5px;

color:#FF0000;
font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
font-weight:bold;
text-transform:uppercase;
font-size:12px;
}
#quick_menu a:link,#quick_menu a:visited{
	color:#FF0000;
	text-decoration:none;
	}
#quick_menu a:hover{
	color:#000000;
	text-decoration:underline;
	}
#quick_menu ul{
list-style-type: none;
padding: 0;
margin: 0;
}
#quick_menu li{
float:left;
   }
.quick_menu_position{
padding-right:15px;
padding-left:15px;
}
#footer2 {
	background-image:url(images/footer_bg.jpg);
	height:24px;
	width:1005px;
}
.clearFloat{
	clear:both;
	}


