html, body
{
	background:url(../../images/structure/bg.jpg) repeat-x;
	width: 100%;
	margin: 0px;
	color: #000;
}

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

a:link, a:visited
{
	color: red;
}

a:hover
{
	color: #9a0e0e;
}

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

h2
{ 
	font-size: 14px;
	color: red;
	font-weight: bold;
}

h3
{ 
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.clear
{
	clear:both;
}

/*********************LAYOUT*/

#wrapper
{
	width: 960px;
}

#header
{
	background:url(../../images/structure/header.jpg) no-repeat;
	width:988px;
	height:121px;
}

#menu
{
	position:absolute;
	top:127px;
	left:325px;
	background:url(../../images/structure/bg_nav.jpg) repeat-x;
	height:91px;
	width:664px;
}

#menu a {
	display: block;
	float: left;
}

#dropdown
{
	padding:10px;
	width:115px;
	border:1px solid #000076;
	background-color:#fff;
	line-height:20px;
	font-size:10px;
	font-weight:bold;
}

#naw
{
	position:absolute;
	width:160px;
	margin-top:257px;
	padding-left:20px;
	color:#001959;
	font-family: Arial, Helvetica, sans-serif;
}

#naw h3
{
	color:#001959;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#main
{
	background:url(../../images/structure/bg_body.jpg) no-repeat;
	
	width:793px;	
	padding-top:117px;
	padding-left:195px;
	
	min-height:500px;
	height:auto !important;
	height:500px;

}
#main_occ 
{
	background:url(../../images/structure/bg_body.jpg) no-repeat;
	
	width:793px;	
	padding-top:97px;
	padding-left:180px;
	
	min-height:500px;
	height:auto !important;
	height:500px;
}
#marquee
{
/*	position: absolute;
	top: 230px;
	left: 182px;
	z-index: 1; */
	width: 793px;
}

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