/* CSS Document */

* {
	margin: 0 0 0 0;
	border: none;
	padding: 0 0 0 0;
}

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/bgbluegrad.png);
	background-repeat: repeat-x;
	background-color: #dedede;
}

h1 { margin: 1em 0 .25em 0; }
h3 { margin: 1em 0 1em 0; }

#wrap1 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#leftcol {
	float: left;
	width: 195px;
	text-align: center;
}

#leftcol IMG {
	border: none;
	margin-bottom: 1em;
	margin-top: 1em; }

#rightcol {
    float: right;
	width: 700px;
	z-index: 9;
	text-align: left; }
	
	
	
#banner { text-align: left; }
	
#head {
	margin: 1em 0 0 0;}

#title {
	margin: -1.5em 0 0 0; }

#menu {
	width: 100%;
	height: 2em;
	margin: 1em 0 1em 0;
	margin-left: auto;
	margin-right: auto;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	}
	
#menu ul li {
	position: relative;
	text-align: center;
	font-weight: bold;
	float: left;
	width: 19%;
	line-height: 2em;
	color: #black;
	background-color: white;
	margin: 0 2px 0 2px;
	background-color: white;
	font-size: .8em;
}
		
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	}

#menu ul li a:hover {
background-color:#CCCC00; color: white;}

#footwrap {
	clear: both;
	z-index: 0;
}

#city {
	position:relative;
	left: -65px;
	z-index: 0;
	bottom: 0px;
	}

P { margin-bottom: .5em; }
