* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 63%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg-top.png)  repeat-x top #999999;
}

p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 0.8em;
	color: #CCCCCC;
}

a { color: #540000; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

h1 {
	font-size: 2em;
	margin-bottom: 0.8em;
	color: #FFFFFF;
}
h2 {
	font-size: 1.5em;
	text-transform: inherit;
	margin-bottom: 0.8em;
	color: #FFFFFF;
}
h3 {
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	text-align: center;
}

.clear { clear: both; }

div#page-wrap {
	width:800px;
	margin: 0 auto;
}

div#nav {
width: 730px; height: 33px;
margin:auto;
background:url(../images/address-bar.png) no-repeat;
}

ul#navtop {
	height: 43px; width: 730px;
	margin:auto;
	list-style: none;
	}
		
div#banner {
	height: 260px;
	width: 730px;
	margin:auto;
	background: url(../images/banner3.jpg) no-repeat;
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: inherit;
}
	ul#banner li {
		display: inline;
		font-size: 1.3em;
	}
