@charset "utf-8";
body {
	background-image: url(background.jpg);
	background-color: #D4DADA;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #939292;
	font-size: 10pt;
	line-height: 1.3em;
}


a:link, a:visited {
	color: #F89C35;
}


#header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 489px;
}
#flash {
	height: 320px;
	width: 881px;
	display: block;
	padding-top: 160px;
	padding-left: 40px;
}
#content {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
}
#left_content {
	width: 840px;
	padding-right: 20px;
	padding-left: 20px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E1DD;
	padding-top: 5px;
}
#left_content_bottom {
	height: 11px;
	background-image: url(bottom.gif);
	width: 540px;
}

#right_content {
	width: 300px;
	float: right;
}
#top_content {
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin-bottom: 10px;
	background-image: url(top.gif);
	height: 24px;
}
#wrapper {
	background-image: url(bgtile.jpg);
	background-repeat: repeat-y;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	background-image: url(footer.jpg);
	height: 60px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.headline {
	color: #F89C35;
	font-weight: bold;
}
