body{
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	max-height: 100%;
	background-image: url(../images/navbar/bjebackground.gif);
}

#framecontent{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 216px; /*Width of frame div*/
	height: 100%;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#maincontent{
	position:absolute; 
	top: 0;
	left: 222px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	background: #fff;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.innertube{
	color: #000000;
	margin: 10px;
}

 * html body{ /*IE6 hack*/
 padding: 0 0 0 220px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
 } */

 * html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%;  
} 


a {
text-decoration:none;
}
.xlargeheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #008BAF;
	text-align: center;
	font-weight: bold;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #008BAF;
	font-weight: bold;
}
