#main {
	background-color:#464a5f;
	width:760px;
	height:100%;
	margin:0 auto;
	position:absolute;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	z-index:2px;
}

#header {
	width:100%;
	height:100px;
	background-color:#474b61;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}

#headerTitle {
	width:620px;
	height:95px;
	background:url("/images/header.gif");
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:139px;
}

#logo {
	width:140px;
	height:95px;
	background:url("/images/logo.gif");
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	cursor: pointer;
}

#navbg {
	width:100%;
	height:45px;
	background-color:#999999;
	background-repeat:no-repeat;
	position:absolute;
	top:100px;
	left:0px;
}

.navcell {
	padding-left:30px;
	padding-right:30px;
	font-family:arial;
	font-size:10pt;
	color:#ffffff;
	text-align:center;
}


#maintext {
	width:100%;
	height:70px;
	background-color:#ffffff;
	background-repeat:no-repeat;
	position:absolute;
	top:145px;
	left:0px;
	text-align:center;
	vertical-align:center;
	font-family:arial;
	color:#464a5f;
	font-size:10pt;
	padding-top:10px;
	font-weight:bold;
	border-top: 1px solid #000000;
}

#grid {
	width:100%;
	height:50px;
	background:url("/images/grid.gif");
	background-repeat:repeat;
	position:absolute;
	top:215px;
	left:0px;
	border-bottom: 1px solid #000000;
}

#cities {
	width:100%;
	height:236px;
	border-bottom: 1px solid #000000;
	top:266px;
	left:0px;
	position:absolute;
}

#la {
	width:190px;
	height:235px;
	background:url("/images/la.jpg");
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}

#sh {
	width:190px;
	height:235px;
	background:url("/images/sh.jpg");
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:191px;
}

#sd {
	width:190px;
	height:235px;
	background:url("/images/sd.jpg");
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:382px;
}

#dc {
	width:186px;
	height:235px;
	background:url("/images/dc.jpg");
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:573px;
	z-index:1px
}

#mainarea {
	width:100%;
	background-color:#ffffff;
	background-repeat:no-repeat;
	position:absolute;
	top:145px;
	left:0px;
	font-family:arial;
	color:#000000;
	font-size:10pt;
	padding-top:25px;
	padding-bottom:25px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#copyright {
	width:100%;
	color:#999999;
	font-family:arial;
	font-size:10pt;
	position:absolute;
	top:510px;
	left:0px;
}

.navlink {
	color:white;
	text-decoration:none;
}

.navlink:visited {
	color:white;
}



.sitetext {
	font-family:arial;
	font-size:10pt;
	color:#000000
}

body {margin: 0px 0px 0px 0px;background-color:#e6e6e6;}
