@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

html, body {
	margin:0;
	padding:0;
	color: #1C1C1C;
	background-color: #1C1C1C;
}

h1 {
	font-size: 0.8em;
	letter-spacing: 0.2em;
	font-weight: lighter;
	padding-top: 0.8em;
	padding-bottom: 0.2em;
	padding-right: 1em;
}	

h2 {
	font-size: 0.8em;
	letter-spacing: 0.2em;
	font-weight: lighter;
	padding-top: 2em;
	padding-bottom: 0.2em;
	padding-right: 1em;
}

p {
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	padding-bottom: 1em;
	padding-right: 1em;
}

a:link {
	color: #FFFFFF;
	text-decoration:none;
	font-size:0.7em;
	font-weight: 200;
	letter-spacing: 0.2em;
	
}

a:visited {
	color: #666666;
	text-decoration:none;
	font-size:0.7em;
	font-weight: 200;
	letter-spacing: 0.2em;
}

a:hover {
	color: #999999;
	text-decoration: none;
	font-size:0.7em;
	font-weight: 200;
	letter-spacing: 0.2em;
}

#wrapper {
	width:760px;
	margin:auto;
	background-color: #1C1C1C;
	height: 100%;
}

#header {
	clear: both;
	height:100px;
	background: #1C1C1C url(../images/header.jpg) no-repeat right center;
	width: 750px;
	margin: 13px 0px 0px;
	padding: 0px 5px 1px;
} 

#nav {
	clear: both;
	text-align: right;
	color:#1C1C1C;
	line-height: normal;
	background-color: #1C1C1C;
	width: 753px;
	height: 16px;
	top: auto;
	margin: 0em;
	padding: 4px 4px 8px 1px;
}

#banner {
	height: 100px;
	width: 760px;
	background: url(../images/bannercity.jpg) no-repeat center;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	clear: left;
}

#banner p {
	padding-top: 70px;
	padding-left: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#banner p a {
	color: #000000;
	text-decoration:none;
	letter-spacing: 0.2em;
	font-size: 0.9em;
}

#banner p a:hover {
	color: #9FA78B;
	text-decoration:none;
	letter-spacing: 0.2em;
	font-size: 0.9em;
}

#container1 {
	clear:both;
	float:left;
	width:760px;
	margin-bottom: 0.2em;
	padding: 0.3em 0em 0em;
	margin-top: 0.6em;
	background: no-repeat;
	color: #FFFFFF;
}

#wrapper #container1 a {
	color: #FFFFFF;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-style: normal;
	clear: left;
	text-align: left;
	float: none;
	padding-left: 1em;
	}

#wrapper #container1 a:hover {
	color: #999999;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-style: normal;
	clear: left;
	text-align: left;
	float: none;
	padding-left: 1em;
	}

#wrapper #container1 ul li{
	padding-left: 2em;
	padding-bottom: 1em;
	list-style-position: inside;
	list-style-image: url(../images/bulletpab.gif);
	font-size: .7em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
}

#footer {
	background: url(../images/footer.jpg) no-repeat;
	height: 27px;
	width: 760px;
}
