body {
	margin: auto;
	padding: 0;
	background-color: #000000;
	color: #000000;
}

p, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #CC0000;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Garamond, Times;
	margin-top: 0px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	line-height: 30px;
	letter-spacing: 2px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 0.3em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0em;
	margin-bottom: 0px;
}	

#mainwrap {
  width: 900px;
  height: 600px;
  margin: 0 auto;
  text-align: center;
  vertical-align: top;
}

#leftcol {
	background-color:#666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 180px;
	height: 100%;
	float: left;
	background-image: url(../images/left-bg.png);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
}

* html #leftcol {
	display: inline;
	margin-top: 5px;
	margin-right: -3px;
}

#leftcol p, #rightcol p {
	font-size: 11px;
}

#rightcol {
	width: 180px;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(../images/right-bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	float: right;
	vertical-align: top;
}
	
* html #rightcol {
	margin-top: 5px;
}

#content {
	width: 500px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 185px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 3px;
	padding-right: 15px;
    text-align: left;
	height:597px;
	clear: none;
}

* html #content {
	width: 473px;
	margin-left: 181px;
}

#content p {
	font-size: 11px;
	line-height: 15px;
	margin-right: 10px;
	padding-right: 10px;
	width: 85%;
}

#content #callout h4 {
	font-size: 20px;
	color: #CC0000;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 0.5em;
	padding-right: 0.3em;
	padding-bottom: 0.1em;
	float: right;
	width: 100%;
}

#callout {
	width: 75%;
	float: right;
	padding-right: 0.3em;
	padding-bottom: 0.1em;
	padding-top: 0.3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0.1em;
}

#content #callout p {
	width: 100%;
	font-size: 12px;
	color: #CC0000;
	text-align: right;
	line-height: 18px;
}

#content .cities {
	font-size: 10px;
	color: #CC0000;
	word-spacing: 5px;
	text-transform: uppercase;
	width: 100%;
}

#content .heading {
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	width: 100%;
	padding-top: 0px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	clear: both;
	width: 95%;
	margin: 10px;
	text-align: center;
	padding: 3px;
}
#footer .date {
	float: left;
	text-align: left;
}
#footer .contact {
	float: right;
	text-align: right;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
