body {
	margin: 20px 0;
	padding: 0;
	background: #ffffff url(images/img1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #cc0000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}
h5 {
	font-size: .9em;
	color: #cc0000;
	font-style:italic;
	text-align:right;
	margin-top: -8px;
}
h6 {
	font-size: 1em;
	font-weight: 450;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #cc0000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 1024px;
	height: 200px;
	margin: 0 auto;
	background: url(images/cityscapegold.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 1024px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #cc0000;
}

/* Content */

#content {
	width: 1024px;
	margin: 0 auto;
	background: url(images/goldback.gif);
	background-position: top;
	background-repeat: repeat-y;
}
#float { 
	float: right;
	padding-right: 10px; 
	top:740px; 
	z-index:10;
}

#colOne {
	float: left;
	width: 160px;
	padding: 20px 10px 0 10px;
}

#colTwo {
	float: left;
	width: 620px;
	padding: 20px 10px 0 10px;
}

#colThree {
	float: right;
	width: 160px;
	padding: 10px;
	border-left: 1px solid #cc0000;
}

/* Footer */

#footer {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #000000;
}
.italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: 333333;
	text-decoration: none;
}
.smallspan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: 000000;
	text-decoration: none;
}
.bolder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
}
.highlighter {
	background: #ff6464;
}