@charset "iso-8859-1";

body
	{
	margin: 0;
	padding: 30;
	background-color: #211a18;
	font-family: Geneva, Arial, Helvetica;	
	font-size: x-small;
	color: #515151;
	}
	
#content
	{
	font-family: Geneva, Arial, Helvetica;
	font-color: white;
	font-weight: bold;
	font-size: x-small;
	height: 500px;
	width: 800px;
	overflow: auto;
	padding: 0;
	
	}

a:link 				{ color: white;text-decoration: none;}
a:visited 			{ color: #515151;text-decoration: none;}
a:hover, a:active	{ color: white;text-decoration: none;}

img {border: 0;}

p {	
	padding: 10;
	margin-left:45px;
	margin-right:1em;
	font-family: Geneva, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color:#cccccc;
	text-align: left;
	line-height: 1.3;
	
	}

h1{
	color: #96481d;
	font-size: 16px;
	text-align: left;
	vertical-align:top;
	margin-left: 53px;
	font-family: Times New Roman;
}
h2{
	color: #96481d;
	font-size: 18px;
	margin-left:65px;
	text-align: left;
	font-family: Times New Roman;
}

h3{
	color: #cd3c35;
	margin-left:65px;
	font-size: 28px;
	text-align: left;
	font-family: Times New Roman;
}

h4{
	color: #cccccc;
	margin-left:0px;
	font-size: 12px;
	text-align: center;
	font-family: Times New Roman;
}

h5{
	color: #cd3c35;
	margin-left:65px;
	font-size: 36px;
	text-align: left;
	font-family: Times New Roman;
}

.menu {
	padding-top: 80px;
	padding-left: 170px;
	
	height: 100%;
	font-family: Geneva, Arial, Helvetica;
	font-size:x-small;
	
}
		
div.scrollingcontent {
	overflow: auto;
	height: 500px;

