.resources TABLE
{
width=95%;
}
#parent (
	height:auto;
	overflow:scroll;
)
#content {
	position:fixed;
	top:0px;
	left:191px;


	height:auto;
	width:auto;
	
	margin:10px 10px 10px 10px;
	padding-left:5px;
	padding-right:0px;
	color:#000000;
	overflow:hidden;

}

#leftnavigation {
	float:left;
	
	/*position:absolute;*/
	top:0;
	left:0;

	height:auto;
	width:190px;
	
	margin:5px 5px 5px 5px;
	color:#000000;
	padding:10px;
	overflow:hidden;

}

#content h1, #content h2 {
	color:#6F0801;
}

body {
	margin:0;
	padding:0;
	background-color:#ffffcc;
	backgound-image:images/bg.jpg;
	color:#000000;
}

p, ul, ol, li {
	font:10pt Book Antiqua, Times New Roman, Times;
}
h1 {
	font:bold 14pt Book Antiqua, Times New Roman, Times;
}
h2 {
	font:bold 12pt Book Antiqua, Times New Roman, Times;
}