#wrapper{
	width: 820px;
	height:625px;
	margin-left:auto;
	margin-right:auto;
	background-color: #D32929;
}

#header{
	position:relative;
	padding: 0px;
	width: 820px;
	height:150px;
	background-color: #DFDFDF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #11111;
}

#header h1{
padding: 0;
margin: 0;
}
#headerNav{
position: absolute; 
bottom: 2px; 
right: 0px;
}

#navigation{
	float: left;
	width: 210px;
	height: 463px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #111111;
}

#content{
	position:relative;
	margin-left: 210px;
	width: 596px;	
	padding: 3px;
}
#contentBase{
position: absolute; 
bottom: -18px; 
right: 0px;
}

#scrollContent{
	overflow: auto;
	height: 390px;
	width: 540px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #111111;
	border-bottom-color: #111111;
	border-left-color: #111111;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
#fixedContent{
	overflow: hidden;
	height: 390px;
	width: 540px;
	border: 1px solid #111111;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
}


#navigation p { 
	margin: 0 0 16px 0; 
	}

.heading{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	color: #ffffff;
}
.mainText{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #10101F#;
	color: #ffffff;
	
}

.floatLeft{float: left;
	margin-right:2px;} 

.floatRight{float: right;
	margin-left:2px;} 

.mainHFText {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #10101F#;
	color: #111111;
	text-transform: none;
}

body{
	background-color: #F7F7F7;
}
.dateText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #10101F#;
	color: #ffffff;
	text-transform: none;
	text-align: right;
}

