@charset "utf-8";
/* CSS Document */

html,
body {
	background: #feffcf url('../images/bg.png') center top no-repeat;
	margin:0;
	padding:0;
	height:100%;
}
img {border:0;}

#container {
	position:relative;
	top:18px;
	margin: 0 auto;
	width:660px;
}
div#header {
	position:relative;
	width:660px;
	height:228px;
}

img#print-banner {
	display:block;
	width:660px;
	height:228px;
}
div#banners {
	position:relative;
	top:20px;
	height:60px;
	width:660px;
}

div#newsletter {
	display:none;
}

img#star {
	position:absolute;
	left:0px;
	top:130px;
	z-index:5;
}

div#latestnews {
	display:none;
}

div#content {
	float: none;
	margin-left:19px;
	_margin-left:10px;
	width:627px;
	margin-bottom:60px;
}

span#title {position:absolute;top:0;right:20px;text-align:right;font: 20px Verdana;letter-spacing: 0.10em;z-index:10;font-weight:bold;color:#053378;}



div#right {
	display:none;
}

	
div#footer {
	width:100%;
	clear:both;
	height:420px;
	margin-top:40px;
	background:#fff url('../images/footer.png') no-repeat;
}


