	
	
	body {
		background-image: url(images/background.jpg);
		background-repeat: repeat-x;
		background-color: #660000; 
		text-align:center;
		margin-top: 0px;
		}
	
	#nav {
		vertical-align:top;
		padding:0px;
		float:left;
		font-family: verdana;
		font-size: 11px;
		}
	#content {
		width:800px;
		height:416px;
		padding:0px;
		float:left;
		background:transparent;
		font-family: verdana;
		font-size: 11px;
		color: #000000;
		}
	#contentscroll { 
		background:transparent;
		width:800px;
		height:416px;
		padding:0px;
		float: right;
		overflow-y:scroll; overflow-x:hidden;
		font-family: verdana;
		font-size: 11px;
		color: #000000;
		}


	#footer {
		width:1000px;
		height:15px;
		font-family: verdana;
		font-size: 11px;
		color: #FFFFFF;
		text-align: center;
		background:#660000;
		}
		
	a:link
		{
		font-family: verdana;
		font-size: 11px;
		color: #000000;
		text-decoration: none;
		font-weight: bold;
		}

	a:visited
		{	
		color: #000000;
		text-decoration: none;
		font-weight: bold;
		}

	a:hover
		{
		color: #FF0000;
		text-decoration: none;
		font-weight: bold;
		}

	a:active
		{	
		color: #000000;
		text-decoration: none;
		font-weight: bold;
		}

	a.nav:link
		{
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		}

	a.nav:visited
		{	
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		}

	a.nav:hover
		{
		color: #99ccff;
		text-decoration: none;
		font-weight: bold;
		}

	a.nav:active
		{	
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		}


	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	
