@import url('dd-formmailer.css');
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

#mainBody {
	text-align: left;
	width: 760px;
	border-bottom: 1px solid #CC9900;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#mainIntro {
	width: 375px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC9900;
	padding-left: 5px;
}
#titleColumn {
	width: 375px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.clr {
	clear: both;
}
#cities {
	float:right;
	text-align: right;
	width: 380px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	margin-top: 8px;
	color: #333333;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	width: 760px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9900;
	margin-top: 20px;
	font-size: 11px;
	color: #333333;
}
#footer h1.logo {
	background-image: url(logo-footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 79px;
	width: 360px;
	float:left;
	margin: 0px;
	padding: 0px;
}
#footer span {
	display: none;
}


.title1{
	font-size: 21px;
	line-height: normal;
	letter-spacing: 0.2em;
}
#header {
	width: 760px;
}
.title2 {
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0.2em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header li {
	display: inline;
	list-style-type: none;
	margin-right: 30px;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}
#header li a {
	font-size: 16px;
	text-decoration: none;
	color: #333333;
	font-weight: 600;
	font-style: normal;
}
#header li a:hover {
	text-decoration: underline;
}
#header ul {
	padding: 10px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9900;
	text-align: left;
}
#header h1 {
	height: 80px;
	background-image: url(logo2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	width: 600px;
}
#header span {
	display: none;
}
a:link, a:visited {
	color: #CC9900;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FF6600;
	text-decoration: underline;
}
