/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/structure/bg.jpg);
	background-repeat: repeat-x;
	background-color: #e9e5e5;
	color: #000000;
}
table {
	border-spacing: 0;
}

tr {
	vertical-align: top;
}

img {
	border: 0;	
}

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 {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
h1 { 
	font-size: 18px;
	color: #000000;
	text-transform:uppercase;
	color: #680e18;
	padding: 5px 0px;
	border-bottom: 1px dotted #000000;
}
h2 { 
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../../images/structure/main.jpg);
}

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

#main {
	position: absolute;
	top: 383px;
	left: 0px;
	width: 960px;
	z-index: 1;
	background-image: url(../../images/structure/main.jpg);
}

#menu {
	float: left;
	position: relative;
	top: -174px;
	left: 16px;
	width: 175px;
	text-align: center;
	/* margin-left: 16px; */
	padding-top: 22px;
	padding-bottom: 19px;
	margin-bottom: -174px;
	background-image: url(../../images/structure/nav_main.jpg);
}

#menu a {
	position: relative;
	z-index: 1;
	color: #680e18;
	border: 0px;
	text-decoration: none;
	font-size: 11pt;
	line-height: 20pt;
}

#menu a:hover, #menu a.active {
	font-weight: bold;
}

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

#menu_bottom {
	position: absolute;
	bottom: -154px;
	left: 0px;
	z-index: 0;
}

#content {
	float: right;
	position: relative;
	top: -174px;
	right: 68px;
	margin-bottom: -174px;
	width: 656px;
}

#naw {
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 1;
	color: #ffffff;
	text-align: right;
	line-height: 12pt;
}

#marquee {
	position: absolute;
	top: 163px;
	left: 311px;
	width: 570px;
	z-index: 1;
	color: #680e18;
	text-transform: uppercase;
	font-weight: bold;
}
