/* ---------------- common styles ------------------ */
body
{
	background: url(../images/bg.jpg) repeat-x left top #494F5B;
	color: #CFD2D8;
	margin: 0px 0px 0px 0px;
	font-size:11px;
}
div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active {color:#CFD2D8; text-decoration: underline;}
a:hover {color:#FFFFFF; text-decoration: underline;}
/* ----------------  main ------------------ */
.main {
	width:990px;
	display:block;
	margin: 0px auto 0px auto;
	overflow:hidden;
}
#flashcontent {
	width: 990px;
	height:765px;
	display:block;
	line-height: 160%;
	text-align:center;
	color:#FFFFFF;
	font-size:13px;
}

/* ----------------  footer ------------------ */
.footer {clear:both; height:50px; width:990px; background: url(../images/footer-bg.jpg) no-repeat left center;}
.footer-l{ float:left; margin: 25px 0px 0px 25px;} 
.footer-r{ float:right; margin: 25px 25px 0px 0px;} 

