/*-----home page------*/
body {
	border: 0;
	padding: 0;
	margin: 0;
	font: 12px/22px Arial, Helvetica, sans-serif;
	color:#413F38;
	background: #313880 url(../img/bg_home_content.gif) repeat-y center;
	text-align:center;
}

#homeLogoContainer {
	background: #313880 url(../img/bg_homeLogo.gif) no-repeat center;
	width: 100%;
}
#logo {
	height:181px;
	backgr//ound: url(../img/logo_home.gif) no-repeat center;
	width: 100%;
}
.topImage {
	text-align:right;
	width:762px;
	margin-left:auto;
	margin-right:auto;
}
#animation {
	height:94px;
	background: #CCC08F url(../img/bg_animation.gif) repeat-y center;
}
#animation .flash {
	height:94px;
	width:761px;
	margin-left:auto;
	margin-right:auto;
}
#mainContent {
	clear:both;
	width:761px;
	margin-left:auto;
	margin-right:auto;
	background: #FFFFFF;
	text-align:left;
}