* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	width: 100%;
	background: url('bkgnd.gif') top center repeat;
}

body {
	height: 100%;
	width: 100%;
}

#leftBG {
	height: 250px;
	width: 50%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('gui_hdr_fill2.png') 0px 0px repeat-x;
	z-index: 0;
}

#rightBG {
	height: 250px;
	width: 50%;
	position: absolute;
	top: 0px;
	left: 50%;
	background: url('gui_hdr_fill_right2.png') 0px 0px repeat-x;
	z-index: 1;
}


div.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1024px;
	margin: 0 auto -33px;
	position: relative;
	z-index: 2;
}

div.header {
	height: 248px;
	width: 1024px;
	float: left;
	clear: both;
}

div.logo {
	height: 248px;
	width: auto;
	z-index: 3;
	background: url('gui_02a.png') top center no-repeat;
}

div.page {
	min-height: 490px;
	width: 1024px;
	float: left;
	margin-top: 0px;	
	padding: 0px;
	background: url('gui_03.png') top center repeat-y;
}

a.anchor {
	margin-left: 40px;
	width: 250px;
	height: 200px;
	float: left;
	z-index: 3;
}

a.ad1_anchor {
	width: 194px;
	height: 40px;
	float: left;
	z-index: 3;
}

a.ad2_anchor {
	width: 194px;
	height: 40px;
	float: left;
	z-index: 3;
}

a.ad3_anchor {
	width: 194px;
	height: 42px;
	float: left;
	z-index: 3;
}


div.left {
	height: 90%;
	width: 160px;
	margin-left: 76px;
	float: left;
	background-color: white;
}

div.nav {
	height: 400px;
	width: 175px;
}

div.content {
	height: auto;
	min-height: 490px;
	float: left;
	vertical-align: top;
	width: 475px;
	padding-left: 20px;
	background-color: white;
}

div.rightTop {
	height: auto;
	text-align: center;
	width: 180px;
	float: left;
	background-color: white;
}

div.rightAd1 {
	height: auto;
	width: 194px;
	float: left;
	background: url('ads_01.png') 0px 0px no-repeat;
}

div.rightAd2 {
	height: auto;
	width: 194px;
	float: left;
	background: url('ads_02.png') 0px 0px no-repeat;
}

div.rightAd3 {
	height: auto;
	width: 194px;
	float: left;
	background: url('ads_03.gif') 0px 0px no-repeat;
}

div.rightBottom {
	margin-top: 50px;
	height: auto;
	text-align: center;
	width: 180px;
	float: left;
	background-color: white;
}

div.footer {
	height: 68px;
	padding: 0px 0 0 0;
	width: auto;
	clear: both;
	background: url('gui_05.png') top center no-repeat;
}
