/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	background-image: url(../../images/structure/body_bg.jpg);
	background-repeat: repeat-x;
}

table {
	border: 0px;
}

tr {
	 vertical-align: top;
}

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

a:link, a:visited {
	text-decoration: underline;
	color: #FC0517;
}
a:hover {
	text-decoration: underline;
	color: #FC0517;
}
h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 16px;
	color: #FC0517;
	text-transform: uppercase;
}
h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}
h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #FC0517;
	font-weight: bold;
}

img {
	border: 0px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 963px;
	background-color: #030303;
}

#topslide {
	width: 963px;
	height: 175px;
}

#content {
	min-height: 720px;
	/* IE min-height hack */
	height: auto !important;
	height: 720px;
}

#text {
margin: 40px 40px 40px 40px;
}

#naw {
	position: absolute;
	bottom: 40px;
	left: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
	line-height: 18px;
}

#marquee {
	position: absolute;
	font-size: 13px;
	color: #FFFFFF;
	top: 238px;
	left: 261px;
	width: 701px;
	font-family: Arial, Helvetica, sans-serif;
}

.logo_img {
	width: 200px;
	height: 120px;
	border: 0px;
}

.content_table {
	width: 963px;
	border: 0px;
}

.navigator_td {
	width: 257px;
}

.content_td {
	width: 706px;
	background-image: url(../../images/structure/content_bg.jpg);
	background-repeat: no-repeat;
}

#slideshow {
	float: right;
}

.homepage #slideshow {
	float: none;
	display: block;
	width: 350px;
	height: 262px;
	margin: 0 auto;
}
