 




 
 

#leftnavigation {
	position: absolute;
	left: 0px;
	height: auto;
	width: 150px;
	margin-top: 0px;
    margin-left: 0px;
	background: #330000;
	top: 0px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
    } 
	
		
#rightcontent {
	position: absolute;
 	top: 0px;
	background-image: url("../images/background.jpg");
	margin-left: 115px;
	width: 100%;
	height: 100%;
	padding: 10px 10% 10px 2%;	
	}


#rightcontent_background2 {
	position: absolute;
 	top: 0px;
	background-image: url("../images/background2.jpg");
	margin-left: 115px;
	width: 100%;
	height: 100%;
	padding: 10px 10% 10px 2%;	
	}

	
#rightcontent2 {
	position: absolute;
 	top: 0px;
	background-color: #996633;
	margin-left: 115px;
	width: 100%;
	height: 100%;
	padding: 10px 10% 10px 2%;	
	}


#rightcontent3 {
	position: absolute;
 	top: 0px;
	background-color:#330000;
	margin-left: 115px;
	width: 93%;
	height: 100%;
	padding: 10px 10% 10px 2%;	
	}
	

h1 { 	font-size: 20px;
	font-family: times new roman;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #ffffff; }


h2 { 	font-size: 14px;
	font-family: arial;
	margin-top: 0;
	margin-bottom: 0;
	color: #ffff00; }


h3 { 	font-size: 12px;
	font-family: arial;
	margin-top: 0;
	margin-bottom: 0;
	color: #ffff00; }

	

A:hover		{	color:		#ffffff;	}
A:visited	{	color:		#ffff66;	}
A:active	{	color:		#ffff66;	}
A:link		{ 	color:		#ffff66;	}
 
