html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #d1cfcf;
	color: #000000;
}

body {
	background: url("/images/structure/bottom_bg.jpg") bottom left repeat-x;
}

table {
	border-spacing: 0;
}

tr {
	vertical-align: top;
}

img {
	border: 0px;
}

td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	#font-weight: bold;
	color: #000000;
}

h1 { 
	font-size: 18px;
	color: #000000;
	text-transform:uppercase;
}

h2 { 
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

h3 { 
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

div#top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 445px;
	background: url("/images/structure/top_bg.jpg") bottom left repeat-x;
}


div#wrapper {
	position: relative;
	width: 1054px;
	min-height: 100%;
	margin: 0 auto;
	background: url("/images/structure/wrapper_bg.png") repeat-y;
}

div#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

div#nav {
	position: absolute;
	top: 8px;
	left: 26px;
}

div#header {
	position: relative;
	height: 263px;
	margin: 0;
	padding: 0;
	background: url("/images/structure/header_bg.jpg") no-repeat;
}

div.submenu {
	width: 545px;
	margin: 10px 0 0 400px;
	padding: 0;
}

div.submenu a {
	float: left;
	height: 30px;
	margin: 0 10px 10px 0;
	padding: 8px 10px 0 10px;
	background: url("/images/structure/submenu_bg.jpg") repeat-x;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	font-variant: small-caps;
}

div.submenu a:hover {
	background: url("/images/structure/submenu_bg_h.jpg") repeat-x;
}

div.submenu a:active, div.submenu a.active {
	background: url("/images/structure/submenu_bg_h.jpg") repeat-x;
}

div#left-side {
	position: relative;
	float: left;
	margin: 100px 0 0 0;
	padding: 0;
	width: 180px;
	background: #CCC;
}

div#content {
	position: relative;
	float: left;
	margin: 100px 0 0 0;
	padding: 10px 35px 20px 20px;
	width: 745px;
	min-height: 341px;
}
div#moveslideshow {
	float: left;
	margin: 40px 0 0 100px;
}
div#footer {
	position: relative;
	height: 140px;
	margin: 0;
	padding: 0;
	background: url("/images/structure/footer_bg.jpg") no-repeat;
}

div#naw {
	float: right;
	height: 70px;
	margin: 46px 15px 0 0;
	padding: 0 0 0 18px;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	line-height: 22px;
	border-left: 2px solid #7c7c7c;
}

div#contact {
	float: right;
	height: 70px;
	margin: 46px 20px 0 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	text-align: right;
	line-height: 22px;
	border-left: 2px solid #7c7c7c;
}

div.clear {
	clear: both;
}

div#marquee {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
}

div.marquee span{
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
}

div#marquee span.marquee { 
	visibility: hidden;
}


/* =========== KEEP THIS LAST, OTHERWISE WEBKIT BASED BROWSERS WILL FAIL */
img
{
      filter:expression( typeof XMLHttpRequest == "undefined" ? ( (typeof this.src == "string" && this.src.match(".png") == ".png" ? this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')" + (this.src="images/spacer.gif").substr(0,0) : "") ) : "");
}


