body {
	background: #151515 url(/assets/layout/hg.gif) no-repeat center top;
	color: white;
	margin: 0px;
	padding: 0px;
}
body, td, h1, h2, h3, p, span, a:link, a:visited {
	color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
#container {
	width: 966px;
/*	background-color: yellow;
	border-left: 16px solid #151515; */
}
#header {
/* 	background: url(/assets/layout/header.gif) no-repeat right bottom; */
	height: 110px;
}
#header .inner {
	padding-top: 84px;
	padding-left: 216px;
	white-space: no-wrap;
}
/*
#content {
	margin-left: 231px;
	margin-right: 145px;
	width: 590px;
	background-color: yellow;
}
 */
#main {
	vertical-align: top;
}
#subnav {
	width: 221px;
	vertical-align: top;
	text-align: right;
/*	background-color: yellow;*/
}
#subnav .subnav {
	border-top: 1px solid white;
	width: 205px;
	margin-top: 200px;
	margin-left: 16px;
	background: url(/assets/layout/subnav_bg.gif) repeat-y;
	padding-top: 12px;
}
#subnav .subnav a:link,
#subnav .subnav a:visited {
	display: block;
	text-decoration: none;
	padding: 4px 10px 4px 0px;
}
#subnav .subnav a.active:link,
#subnav .subnav a.active:visited,
#subnav .subnav a:hover {
	color: #AC0007;
}
#content {
	width: 606px;
	vertical-align: top;
/*	background-color: red; */

}
#content div.inner {
	margin: 13px;
	width: 580px;
}

#side {
	width: 139px;
	vertical-align: top;
/*	background-color: yellow;*/

}

#footerFull {
	position: absolute;
	bottom: 0px;
	text-align: center;
	z-index: 1;
	visibility: visible;
	width: 100%;
	height: 91px;
	background: url(/assets/layout/footer.gif) no-repeat center top;
}
#footerFull div.inner {
	padding-top: 44px;
	padding-left: 50px;
	color: grey;
}
#footerFull div.inner a:link,
#footerFull div.inner a:visited {
	font-size: 10px;
	color: white;
	text-decoration: none;
}
#footerFull div.inner a:hover {
	text-decoration: underline;
}

/****************
popups
****************/
.popupFg {}
.popupBg {
	background-color: white;
	border: 1px solid black;
}
td.popupText {
	padding: 5px;
}
td.popupCaption {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-decoration: none;
	padding: 5px;
	text-align: left;
}
td.popupClose {
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
}



input.F, select.F, textarea.F,
input.P, select.P, textarea.P, input.M {
	font-size:11px;
	color: #D7D3D3;
	background-color: #453334;
	width: 400px;
	border: 1px solid #928080;
}
input.P.marked, select.P.marked, textarea.P.marked, input.M.marked {
	background: #EBEADE url(/assets/layout/arrow.gif) no-repeat 2px center;
	padding-left: 10px;
}
input.S, select.S, textarea.S {
	font-size:11px;
	color: #D7D3D3;
	background-color: #453334;
	border: 1px solid #453334;
}
textarea.F {
	height: 60px;
}
input.FS, select.FS, textarea.FS {
	font-size:10px;
	color: #D7D3D3;
	background-color: #453334;
	width: 50px;
	border: none;
	text-align: right;
}
