/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/structure/bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #8e8f94;
	color: #000000;
}
table {
	border-spacing: 0;
}

tr {
	vertical-align: top;
}

img {
	border: 0;	
}

td,th, div, span, p, h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
a:link, a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #B80303;
}
h1 { 
	font-size: 18px;
	color: #B80303;
	text-transform:uppercase;
}
h2 { 
	font-size: 16px;
	color: #B80303;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	color: #B80303;
	font-weight: bold;
}

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 957px;	
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#main {
	position: absolute;
	top: 95px;
	left: 0px;
	
	width: 957px;
	min-height: 487px;
	height: auto !important;
	height: 487px;
	
	background-image: url(../../images/structure/main_bg.jpg);
	z-index: 0;
}

#main_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#content {
	position: relative;
	z-index: 1;
	margin: 100px 0px 0px 57px;
	width: 615px;
}

#bottom {
	position: absolute;
	bottom: -17px;
	left: 0px;
}

#menu {
	position: absolute;
	top: 95px;
	left: 0px;
	z-index: 1;
	width: 957px;
	height: 77px;
	text-align: center;
}

#marquee {
	position: absolute;
	top: 172px;
	left: 6px;
	width: 941px;
	font-size: 14px;
	color: #b80303;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	letter-spacing: 2px;
	z-index: 1;
}

#naw {
	position: absolute;
	top: 192px;
	left: 708px;
	width: 162px;
	font-size: 11px;
	line-height: 15px;
	z-index: 1;
}

#logos {
	position: absolute;
	top: 163px;
	right: 0px;
	text-align: right;
}

#logos img {
	margin-top: 17px;
}
