/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color:#fffffa;
}
table {
	border: 0;
}

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: #000000;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #132A1C;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #132A1C;
	font-weight: bold;
}
h1 { 
	font-size: 18px;
	color: #132A1C;
	text-transform:uppercase;
}
h2 { 
	font-size: 14px;
	color: #000000;
}
h3 { 
	font-size: 16px;
	color: #132A1C;
	font-weight: bold;
}

#wrapper { 
	position: relative;
	background-image: url(../../images/structure/wrapper_bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 964px;
}


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


#naw {
	position: absolute;
	top: 228px;
	left: 819px;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 130px;
}

#logo {
	position: absolute;
	right: 20px;
	bottom: 60px;
}

#marquee {
	font-size: 12px;
	color: #132A1C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position:absolute;
	top: 206px;
	left: 155px;
	width: 645px;
}

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

.content_td_left {
	width: 149px;
}

.content_midleft {
	width: 656px;
}

.content_td_right {
	width: 159px;
}

