body
{
	background-image:url("images/background.jpg");
	background-repeat:repeat-x;
	margin:0px; padding:0px;
	font-size:14px;
	font-family:Arial;
	text-align:center;
	overflow-x:scroll;
}
.mainDiv
{
	width:600px;
	margin:0px auto;
	text-align:left;
}
.menu
{
	height:32px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
.activeMenu
{
	text-decoration:none;
	background-image:url("images/menu_hover.png");
	background-repeat:no-repeat;
	color:#000000;
}
.menuItem
{
	width:62px;
	height:22px;
	padding:3px 5px;
	float:left;
	text-align:center;
	margin-left:1px;
}
.normalMenu
{
	text-decoration:none;
	color:#FFFFFF;

}
.normalMenu:hover
{
	color:#79B6DF;
	text-decoration:none;
}
.container
{
	min-height:455px;
	height: auto !important;
	height: 455px;
}
.footer
{
	background-image:url("images/footer_devider.png");
	background-repeat:no-repeat;
	padding:5px;
	font-size:10px;
	text-align:center;
}

