
body {
	margin:200px 0px; 
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e8e8ce;
	background:url(bg.png) repeat;
	background-color:#1b1b1b;
	}
	
.line {
	width:100%;
	height:5px;
	background:#9bbb38;
	margin: 10px 0 10px 0;
	clear:both;
	}
	
#content {
	width:900px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	font-size:14px;
	border:0px;
	background-image:url(city.png);
	background-repeat:no-repeat;
	background-position:center right;
	}
	
#footer {
	width:900px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	border:0px;
	font-size:12px;
	}	
	

h1 {
	color:#e8e8ce;
	font:32px Georgia, "Times New Roman", Times, serif;
	font-weight:600;
	font-style:italic;
	}
h2 {
	color:#e8e8ce;
	font:15px verdana, arial, helvetica, sans-serif;
	font-weight:600;
	line-height:1.4em;
	margin:2em 0 .25em;
	padding-bottom:10px;
	}
h3 {
	color:#e8e8ce;
	font-size:1em;
	font-weight:800;
	margin:3em 0 .35em;
	}
	
p {
	line-height:1.8;
	margin:0 0 1em;
	}
#Content p+p {margin-top:-1em; text-indent:2.7em;}

ol, ul {
	margin-top:0;
	margin-bottom:1em;
	line-height:1.8;
	}
#Content p+ol, #Content p+ul {margin-top:0em;}

a {
	font-weight:600;
	text-decoration:none;
	}

a:link {
	color: #E58712;
}
a:visited {
	color: #E58712;
}
a:hover {
	color:#FF3300;
}
a:active {
	color: #FF3300;
}	

img.right {
	float:right;
	padding-left: 10px;
}

#emblem {
	display: inline;
	position: relative;
	font: 12px Helvetica, Sans-Serif;
	font-weight:600;
	letter-spacing: 2px;
	color: rgba(255, 225, 225, 0.5);
	text-align:center;
	text-shadow:4px 2px 0pt rgba(224, 224, 224, 0.5);
}
