/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color:#01104F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#ffffff;
	background-image:url(../../images/structure/wrapper_bg.gif);
	background-repeat:repeat-y;
}
a:link, a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
	font-weight: bold;
}
h1 { 
	font-family: arial, helvetica;
	font-size: 18px;
	line-height: 16px;
	color: #ffff00;
}
h2 { 
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 16px;
	color: #ffff00;
}
h3 { 
	font-family: arial, helvetica;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	font-weight: bold;
}
#wrapper {
	background-image:url(../../images/structure/wrapper_bg.gif);
	margin: 0 0;
	text-align: left;
	width: 960px;
}
#top {
	width: 960px;
}
#menu {
	width: 125px;
}

#content {
	position: absolute;
	top: 140px;
	left: 125px;
	width: 834px;
	min-height: 415px;
	height: 364px;
	background-image: url(../../images/structure/content_bgreal.jpg);
	background-repeat: no-repeat;
	padding: 45px 20px 20px 40px;
}

#marquee {
	font-size: 14px;
	color: #ffff00;
	font-weight: bold;
	position:absolute;
	top: 155px;
	left: 150px;
	width: 785px;
}
