body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	background-color:#ccc;
}

div#wrapper{
	width:704px;
	height: auto !important;
	height: 700px;
	min-height: 700px;
	position:relative;
	border:1px solid #999;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	text-align:left;
	
}

div#header{
	position:relative;
	width:704px;
	height:241px;
	margin:0px 0px 19px 0px;
	padding:0px;
	background-image:url(i/header_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

div#header div#strp_ln{
	position:relative;
	height:37px;
	background-image:url(i/cell-site.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:right;
}
div#header div#strp_ln form#searchForm{
	margin:2px 10px 0px 0px;
	padding:0px;
}
div#header div#strp_ln form#searchForm input.txt{
	background-color:#dedede;
}

div#header div#hd_left{
	float:left;
	width:167px;
	height:182px;
	background-image:url(i/nav_bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
}
div#header div#hd_left ul{
	margin:28px 0px 0px 0px;
	padding:0px;
	list-style:none;
}
div#header div#hd_left ul li{
	margin-bottom:0px !important;
	margin:0px;
	padding:0px;
	height:22px;
	background-image:url(i/li_bg.gif);
	font-size:10px;
}
div#header div#hd_left ul li a{
	display:block;
	text-decoration:none;
	text-indent:25px;
	text-transform:uppercase;
	color:#FFF;
	height:16px;
	margin:0px;
	padding-top:5px;
	background-image:url(i/li_bullet.gif);
	background-repeat:no-repeat;
	background-position:5px;
}

div#header div#hd_right{
	float:right;
	background-color:#1f1f1f;
	width:537px;
	height:182px;
	text-transform:uppercase;
	/*background-image:url(i/hdgr_home.gif);*/
}
div#header div#hd_right h1{
	margin:95px 0px 0px 33px;
	padding:0px;
	color:#FFF;
	font-size:19px;
	font-weight:lighter;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	letter-spacing:.5px;
	border-bottom:1px dotted #eca200;
	width:auto !important;
	width:50px;
	max-width:410px;
	white-space:nowrap;	
}
div#header div#hd_right p{
	margin:10px 0px 0px 33px;
	padding:0px 0px 0px 7px;
	color:#868686;
	font-size:9px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width:180px;
	background-image:url(i/arrow_sm.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
}

div#content{
	clear:both;
	position:relative;
	text-align:center;
	margin:17px;
}

div#footer{clear:both;}