html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background:#005d81 url(../images/home-matte.jpg) repeat-x top center;
	margin: 0px;
	
}
p {
	text-align:left;
}
#mainwrapper {
	position:relative;
	width: 1000px;
	margin:0px auto;
	z-index: 4000;
}
#headwrapper {
	position:relative;
	width: 1000px;
	height: 116px;
	margin:0px;
	background:url(../images/home-header.png) no-repeat top right;
	text-align:right;
	z-index: 4000;
}
* HTML #headwrapper {/* PNG Alpha IE Win ONLY */
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/home-header.png', sizingMethod='scale');
}
#topnav {
	position:absolute;
	bottom:4px;
	right: 20px;
	text-align:right;
	color:#FFF;
	font-size:12px;
	z-index: 4000;
}

#topnav a{
	color:#FFF;
	text-decoration:none;
}
#topnav a:hover{
	color:#FFF;
	text-decoration:underline;
}
.bodymatte {
	background-attachment: fixed; 
	background-image: url(../images/mainmatte.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

/*  START - MIDDLE CONTENT CLASSES */

#contwrapper {
	position:relative;
	width: 1000px;
	height: 784px;
	margin:0px;
	background:url(../images/home-city.png) no-repeat center top;
	z-index:3000;
}
* HTML #contwrapper {/* PNG Alpha IE Win ONLY */
	background:url(../images/home-city_ie.jpg) no-repeat center bottom;
}
#cont-cont{
	position:relative;
	width: 1000px;
	height: 500px;
	overflow: auto;
	color: #fff;
	font-size: 12px;
	line-height: 2em;
	margin-top:1px;
	z-index:3000;
}
#cont-cont td{
	line-height: 2em;
}
#cont-cont a{
	color: #FFF;
	text-decoration: none;
}
#cont-cont a:hover{
	color: #FFF;
	text-decoration: underline;
}
/*  END - MIDDLE CONTENT CLASSES */

#footerwrapper {
	position: relative;
	background:url(../images/bg_footer.png) no-repeat center bottom;
	height: 57px;
	width: 1000;
	margin: 25px 0px 0px;
	z-index:9000;
}

* HTML #footerwrapper {/* PNG Alpha IE Win ONLY */
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/bg_footer.png', sizingMethod='scale');
}

#footerlinks {
	position: absolute;
	color:#000;
	font-size:10px;
	text-align:right;
	right: 35px;
	bottom: 5px;
	z-index:9000;

}
#footerlinks a {
	color:#000;
	text-decoration:none;
}
#footerlinks a:hover {
	color:#000;
	text-decoration:underline;
}
