html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}

body {
	color: #231f20; /*#4a494a;*/
	/*background-color: #fdbc00;*/
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	background: url(../img/bkg.gif) no-repeat top center #fdbc00;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}
sup {
	bottom: .75ex;
}
sub {
	top: .5ex;
}

.clear {
	clear: both;
}
.clear, .spacer {
	margin: 0;
	padding: 0;
}
.clear, .spacer, .micro {
	font-size: 0;
	line-height: 0;
}

#page, #footer {
	/*border: #FF0000 1px solid;*/
	margin: 0 auto;
	padding: 0;
	width: 970px;
	background-repeat: no-repeat;
	background-position: top center;
}

#nav {
	/*border: #00FF00 1px solid;*/
	width: 900px;
	height: 175px;
}

#nav-flash:focus { -moz-outline-style: none; }

#nav-spacer {
	height: 32px;
}

#content {
	/*border: #FF00FF 1px solid;*/
	width: 868px;
	margin: 0 51px;
}

#footer-inner {
	color: #000000;
	padding: 20px;
	font-size: 11px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #000000;
}
#footer a:hover, #footer a:active {
	color: #352504;
}

#nav-noflash {
	position: relative;
}

#nav-noflash-logo {
	position: absolute;
	left: 49px;
	top: 24px;
}

#nav-noflash-btns {
	position: absolute;
	left: 51px;
	top: 123px;
}

#nav-noflash-btns a, #nav-noflash-btns .selected {
	font-weight: bold;
	margin-right: 10px;
	font-size: 14px;
}
#nav-noflash-btns .selected {
	color: #fdbc00;
}
#nav-noflash-btns a:link, #nav-noflash-btns a:visited {
	color: #4a494a;
	text-decoration: none;
}
#nav-noflash-btns a:hover, #nav-noflash-btns a:active {
	color: #000000;
	text-decoration: underline;
}
#nav-noflash-btns .last {
	margin-right: 0;
}
