h1{
color:#0099FF;
font:bold 16px Geneva, Arial, Helvetica, sans-serif;
text-align:center;
}
body {
width:920px;
margin:0 auto; 
background:#000 url(images/bg1.jpg) repeat-x;
}

/* ----- HEADER ----- */

#header {
width:920px;
height:72px;

}
#logo {
float:left;
left:-110px;	

}
#nav{
	
	float:right;
	width:560px;
}
#nav ul{
	list-style:none;
	display:block;
	text-align:right;
	margin:0;
	padding:0;
	
	}
#nav ul li{
	display: inline;
	text-align:center;
	width:119px;
	
}
#nav ul li a{	
	float: right;
	display:block;
	height:20px;
	padding:25px 20px;
	text-decoration:none;
	background:url(images/nav_off.jpg) no-repeat;
	font:bold 13px "Trebuchet MS", Verdana, Arial;
	color:#FFFFFF;
}
#nav ul li a:hover{
	background-color:#525252;
}
#nav ul li a.on{
	background-color:#333;
}
/* ----- MAIN CONTENT ----- */

#flash{
	background:url(images/main_pic.jpg) no-repeat;
	}

#content { 
width:920px;
margin-top:6px; 
min-height:500px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:500px; /* for IE5.x and IE6 */
font:12px/14px "Trebuchet MS", Verdana, Arial;
color:#FFFFFF;
}
#middle_text{
margin-top:10px;
}
#sec1{
width:230px;
height:250px;
float:left;
}
#sec2{
width:460px;
height:250px;
float:left;
}
#list1{
list-style-image:url(images/arrow1.jpg);
padding:0px;
font:bold 13px/24px "Trebuchet MS", Verdana, Arial;
}
#sec1 ul li a{
text-decoration:none;
color:white;
}
#sec1 ul li a:hover{
text-decoration:none;
background-color:#FF6600;
height:23px;
display:block;
}
/* ----- FOOTER ----- */



#footer { 
width:920px;
height:100px;
}
#copyright{
float:left;
font:10px "Trebuchet MS", Verdana, Arial;
color:#999999;
}
#phone{
float:right;
font:bold 18px "Trebuchet MS", Verdana, Arial;
color:#FFFFFF;
}
#blue{
color:#0099FF;
font-weight:bold;
text-decoration:none;
}

/* ----- BOTTOM TEXT ----- */
#bottom_text { 
width:850px;
padding-left:50px;
height:100px;
font:12px Arial;
color:#666666;
text-align:center;

}
