html, body {
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	font:10px Arial, Helvetica, sans-serif;
	color:#5A6372;
}
body {
	background:url(../images/bg.jpg);
}
a {
	text-decoration:none;
	color:#333;
}
a:hover {
	color:#0099FF;
}
h1 {
	font:14px Arial, Helvetica, sans-serif;
	text-transform:lowercase;
}
img {
	border:none;
}
#Valign {
	visibility:hidden;
	width:100%;
	height:50%;
	margin-top:-259px;
	float: left;
}
#container {
	margin:0 auto 0 auto;
	background:url(../images/bg.png);
	width:756px;
	height:518px;
	clear:both;
	position:relative;
	top:-200px;
	text-align:left;
	/* IE4ever Hack: Hide from IE4 **/
	position:static;
	/** end hack */
}
/* Hide from IE5mac \*//*/
#container {
	display:none;
}
html, body {
	height:auto;
}
/* end hack */
#container2 {
	margin:0;
	padding:0;
	background:url(../images/bg.gif);
	width:740px;
	height:500px;
	position:relative;
	top:8px;
	left:8px;
}
#container2_ {
	margin:0;
	padding:0;
	background:url(../images/bg2_.gif);
	width:740px;
	height:500px;
	position:relative;
	top:8px;
	left:8px;
}
#contentLeft {
	margin:0;
	padding:0;
	width:280px;
	position:absolute;
	top:140px;
	left:60px;
	text-align:justify;
	line-height:14px;
}
#contentLeftSmall {
	margin:0;
	padding:0;
	width:230px;
	position:absolute;
	top:140px;
	left:60px;
	text-align:justify;
	line-height:14px;
}
#contentRight {
	margin:0;
	padding:0;
	width:280px;
	position:absolute;
	top:140px;
	left:400px;
	text-align:justify;
	line-height:14px;
}
#contentRightLarge {
	margin:0;
	padding:0;
	width:360px;
	position:absolute;
	top:140px;
	left:320px;
	text-align:justify;
	line-height:14px;
}
#themeselection {
	background:url(../images/themeselection.gif) 5px 8px no-repeat;
	width:102px;
	height:10px;
	line-height:10px;
	position:absolute;
	bottom:10px;
	right:10px;
	text-align:right;
}
html>body #themeselection {
	background:url(../images/themeselection.gif) 5px 4px no-repeat;
}
#logo {
	width:153px;
	height:91px;
	background:url(../images/logoblue.png);
	position:absolute;
	bottom:30px;
	left:15px;
}
.hidden {
	visibility:hidden;
}
ul#menu {
	margin:0;
	padding:0;
	width:300px;
	height:11px;
	list-style-type:none;
	z-index:1000;
	position:absolute;
	bottom:80px;
	left:180px;
}
ul#menu li {
	margin:0;
	padding:0;
	float:left;
}
ul#menu li a {
	margin:0 25px 0 0;
	text-decoration:none;
	text-transform:lowercase;
	color:#5A6372;
	font:bold 10px Arial, Helvetica, sans-serif;
}
ul#menu li a:hover {
	padding:0 0 2px 0;
	color:#0099CC;
	border-bottom:3px solid #0099CC;
}

