
body {
	margin:0px;
	margin-left:0px;
	margin-top: 0px;
	padding: 0px;
	background-color:#A7A7C0;
}
#page{
	background-color:#FFFFFF;
	display:block;
	width:820px;
	margin:auto;
	margin-top:0;
	margin-bottom:0;
	background-image:url(/images/page_bg.gif);
	background-repeat:repeat-y;
}
#header{
	padding-bottom:7px;
	width:810px;
	margin:auto;
}
#footer{
	width:810px;
	height:180px;
	margin:auto;
	border-bottom:1px solid #E9E9EF;
	background-image:url(/images/bar_bg.gif);
}
#shadow{
	width:820px;
	height:10px;
	display:block;
}
#nav{
	width:810px;
	height:46px;
	margin:auto;
}
#flash{
	width:810px;
	height:240px;
	margin:auto;	
}

.nav01 a:link, .nav01 a:active, .nav01 a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	width:115px;
	line-height: 46px;
	background-color:#4B4C7A;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding: 0;
	margin: 0;
}

.nav01 a:hover {
	background-color:#797A9C;
	text-decoration:none;
}

.menu .options {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.menu a:link, .menu a:active, .menu a:visited {
	display:block;
	background-color:#4B4C7A;
	color:#FFFFFF;
	width:115px;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	text-decoration:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #797A9C;
}

.menu a:hover {
	background-color:#797A9C;
	text-decoration:none;
}

#copyright{
	width:810px;
	height:25px;
	margin:auto;
	background-color:#4B4C7A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#B6B7C9;
	text-align:right;
	font-size:10px;
	line-height: 25px;
}
