body {
	margin: 0px;
	padding: 0px;
	background-color: #9b9797;
	background-image: url('img/bg_gradient_gw.jpg');
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, sans-serif ;
}

em {
	font-style: normal;
	color: #990000;
}

#maincontent {
	width: 960px;
	height: 591px;
	margin: 30px auto;
	background-image: url('img/homeclassic_4.jpg');
	background-repeat: no-repeat;
	background-position: 0px 27px;
	position: relative;
}

#subcontent {
	position: absolute;
	top: 29px;
	left: 0px;
	width: 920px;
	height: 522px;
	padding: 20px;
	background-color: white;
	color: black;
	filter:alpha(opacity=90);
  	opacity:0.9;
}

#subcontent.showobject {
  text-align: center;
  padding: 0px;
  width: 960px;
  height: 562px;
  filter:alpha(opacity=100) !important;
  opacity:1 !important;
}

#text {
	font-family: Georgia, serif;
	padding: 5px;
	padding-right: 40px;
	margin-top: 10px;
	height: 520px;
	width: 895px;
	font-size: 0.8em;
	overflow: auto;
	float: left;
}

#text p, .indent {
	margin-left: 20px;
}

table {
	font-size: 12px;
}

#navbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	filter:alpha(opacity=90);
  	opacity:0.9;
	padding-bottom: 5px;
	background: url('img/gradient_gw2.jpg') repeat-x;
	font-size: 14px;
}
#navbar .item {
	float: left;
	list-style: none;
	text-align: left;
	margin-top: 5px;
	height: 30px;
}

#navbar .item a {
	color: white;
	text-decoration: none;
	width: 90%;
	height: 30px;
	padding: 5px 20px 6px 20px;
}

#navbar .item a:hover {
	background: #222;
	color: white;	
}

#navbar .item a.selected {
	background: url('img/redwhite2_gradient.jpg') repeat-x;
	color: white;
}


#subcontent #navbar {
	background: white; 
	color: black;
	padding-bottom:5px;
	font-size: 0.9em;
	float: left;
}

#subcontent #navbar .item a {
	color: black;
	margin: 0px 5px 0px 5px;
	padding: 5px 15px 5px 15px;
}

#subcontent #navbar .item a:hover {
	background: white;
	color: #990000;
	border-bottom: 2px solid #990000;
}

#subcontent #navbar .item a.selected {
	background: white;
	color: #990000;
	border-bottom: 2px solid #990000;
}
