@charset "utf-8";
@import "base.css";
html{
	height: 100%;
}
body {
	color: #DCCFB9;
	font-family: Tahoma, verdana, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #999999;
	height: 100%;
	font-size: 90%;
}

h2, h3, h4, h5, h6
{
	color:#605851;
	font-weight: normal;
	margin:0.3em 0 0.1em
}
a, a:link{
	color:#DCCFB9;text-decoration:none;
}
a:focus, a:hover{color:#DCCFB9;text-decoration:underline;}

/****	Content blocks	****/
#wrapper {
	margin: -245px auto 0;
	padding: 0px;
	position: absolute;
	width: 100%;
	top: 50%;
	height: 490px;
}

#header {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 800px;
	color:#CCCCCC;
}

#header h1, #header h2, #header h3, #header h4, #header h5 {
	display: inline;
	padding: 0;
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
	color:#D9D5D0;
}
#header h2{
	margin:0;
	font-size: 1.2em;
}
#header h3{font-size: 1.1em;} #header h4{font-size: 1em;} #header h5{font-size: 0.9em;}

#inner_wrapper{
	width:100%;
	height:auto;
	background-color:#000000;
	padding: 4px 0;
	margin: 0 auto 15px;
}

#content {
	margin: 0 auto;
	padding: 1px 0;
	width: 800px;
	height: 460px;
	position: relative;
	z-index: 1;
	clear: both;
}
body.report div#content {
	background-image:none;
	height: auto;
	min-height: 600px;
}
/* One more ugly IE fix */
* HTML body.report div#content {
	height: 600px;
}
body.txt div#content{
	background-position: center;
	height:auto;
	min-height:450px;
}
#content p{
	font-size: 11px;
	text-align: right;
}