html, body {
	background-color:#000000;
	padding:0;
	margin:0;
	color:#000000;
	font-family:verdana;
	font-size:90%;
	background-image:url("../images/bg.jpg");
	background-repeat:no-repeat;
	background-position:center top;
}
#MainContent {
	padding:0;
	margin:0 auto;
	width:768px;
}
#TopContent {
	background-image:url("../images/header.jpg");
	background-repeat:no-repeat;
	height:242px;
	width:768px;
}
#LeftLogoFix {
	float:left;
	margin-left:-674px;
	margin-top:-21px;
	*margin-left:-52px;
}
#menu {
	height:16px;
	width:660px;
	margin:0px;
	padding-top:5px;
	padding-left:10px;
}
#menu ul {
	padding:0px;
	margin:0px;
}
#menu ul li {
	list-style:none;
	float:left;
}
#menu ul li.sep {
	margin-left:3px;
	margin-right:3px;
}
#menu ul li img {
	border:0px solid transparent;
}
#submenu {
	width:680px;
	margin:auto;
	margin-top:-10px;
}
#submenu a{
	color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	background-image:url('../images/buttons/submenubkg.png');
	background-repeat:repeat-x;
	font-weight:bold;
	text-decoration:none;
}
#submenu a:hover{
	color:#000000;
}
#BodyCenter {
	background-image:url('../images/bodybg.png');
	background-repeat:no-repeat;
	float:left;
	width:767px;
	background-color:#ffffff;
}
#CenterColumn {
	padding:10px;
	text-align:center;
}
#FlashGallery {
	margin:auto;
	width:700px;
}
#BodyBottom {
	text-align:center;
}
