body{
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#0000ff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fafa9c;
	margin:0px;
}
#warp{
	width:776px;
}
#header{
	background-image:url(images/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:90px;
	position:relative;
	}
#logo{
	position:absolute;
	top:0px;
	left:5px;
}
#phone{
	position:absolute;
	right:20px;
	top:35px;
	font-size:16px;
	font-weight:bold;
}
/*#nav{
	margin:20px 0px;
}
*/

#nav{
	margin:1px auto 0px auto;
	padding:0px;
	background:url(images/navBg.jpg) top left repeat-x;
	height:29px;
	
}

#nav ul{
	margin:0px 0 0 20px;
	padding:0px;
	list-style:none;
	display:block;
}

#nav ul li{
	display:inline;
	list-style:none;
	border: 1px solid #0000ff;
	float:left;
	margin-right:3px;
}

#nav ul li a{
	float:left;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	list-style:none;
	line-height:29px;
	padding:0px 20px;
	color:#cc0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}

#nav ul li a:hover{
	background:url(images/navHover.jpg) repeat-x;
	height:29px;
	color:#cc0000;
}

#nav ul li a.active{
	background:url(images/navHover.jpg) repeat-x;
	height:29px;
	color:#cc0000;
}

#nav ul li.last{
	border:none;
}


#content-main{
	clear:both;
}
#content-left{
	text-align:left;
	width:600px;
	float:left;
	background-color:#6e9fcd;
}
.content_bg{
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
   	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/content_bg.png,
	sizingMethod='scale');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	line-height: 19px;
	width:600px;
	float:left;
	margin-top:10px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.content_bg[class]{
	background-image: url(content_bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	line-height: 19px;
	width:600px;
	float:left;

}
.content_bg h1{
	margin:0px;
	font-size:16px;
	color:#fc8403;
	font-weight:bold;
	padding-left:20px;
}
.content_bg p{
	padding-bottom:5px;
	margin:0px;
	font-size:12px;
	padding-left:20px;
}
#content-right{
	width:165px;
	margin-left:10px;
	float:left;
}
