body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff url('/img/bgr.png') repeat-x;
	color: #000;
	font-size: 11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

div {
	font-size: 11px;
	font-weight: normal;
}

#page-container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content-container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	height: 70px;
}

#subheader {
	height: 32px;
	margin-top: 8px;
	margin-right: 20px;
	float: right;
}

#footer {
	background: url('/img/bg_footer.png') repeat-x;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content {
	width: 650px;
	float: left;
	margin-top: 20px;
}

#nav-right {
	width: 200px;
	margin-top: 20px;
	float: right;
}

#footer-content {
	width: 850px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#footer-content ul {
	margin-left: 30px;
	padding-left: 0px;
}

#footer-content ul li {
	display: block;
	height: 21px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

div#nav-right ul {
	margin-left: 20px;
	padding-left: 0px;
}

div#nav-right ul li {
	display: block;
	height: 21px;
	margin-bottom: 3px;
}

#nav-right a:hover {
	color: #000;
}

.float-restore {
	clear: both;
	height: 1px;
}

a {
	background: transparent;
	color: #f57900;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a:hover {
	background: transparent;
	color: #ffdf6e;
	text-decoration: underline;
	font-weight: bold;
}

ul {
	display: block;
	list-style-type: none;
}

#content a, #content a:active, #content a:visited {
	color: #000;
	font-weight: bold;
}

.text a:hover {
	text-decoration: underline;
}

ul#navigation {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
}

ul#navigation li {
	float: left;
	display: inline;	
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	border: 0;
	font-size: 14px;
	font-weight: normal;
}

ul#navigation li a {
	float: left;
	display: block;
	height: 45px;
	margin: 0 0 0 0;
	padding: 25px 22px 0 23px;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #505050;
}

ul#navigation li a.last {
	border-right: 1px solid #505050;
}

ul#navigation li a:hover, ul#navigation li a.selected {
	background: transparent url('/img/bgr_menu_night.png') repeat-x left center;
	color: #f57900;
}

#content h1 {
	text-shadow: 2px 2px 2px #CCC;
	font-weight: bold;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 2px;
}

#content h1 a, #content h1 a:active, #content h1 a:visited {
	color: #f57900;
	font-size: 16px;
}

#content h1 a:hover {
	color: #000;
}

h3 {
	text-shadow: 1px 1px 1px #000;
	font-size: 14px;
	color: #cecece;
}

#footer-col1 {
	width: 270px;
	float: left
}

#footer-col2 {
	margin-left: 20px;
	width: 270px;
	float: left
}

#footer-col3 {
	margin-left: 20px;
	width: 270px;
	float: left
}

.copyright {
	margin-top: 30px;
	color: #fff;
	font-size: 11px;
}

.copyright a, .copyright a:visited, .copyright a:active {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

.copyright a:hover {
	background: transparent;
	color: #ffdf6e;
	text-decoration: underline;
}

.posttext {
	padding-top: 15px;
}

.invis {
	display: none;
}
