    body
    {
		scrollbar-arrow-color:black;
		scrollbar-3dlight-color:red;
		scrollbar-shadow-color:black;
		scrollbar-base-color:white;
		scrollbar-highlight-color:white;
		text-align:center;
		font-family:Papyrus, Arial, Sans-Serif;
		font-size:medium;
		font-weight:normal
	}
		
	#header 
	{
		position:absolute;
		left:260px;
		top:0px;
		width:70%;
		height:75px;
		font-size: x-large;
		font-weight:bold;
		text-align:left;
		padding-left:80px;
		word-spacing:50px
	}
	
	#leftcontent 
	{
		background-image:url(logo3.jpg);
		background-position:30 30;
		background-repeat:no-repeat;
		position:absolute;
		left:0px;
		top:0px;
		width:240px;
		height:850px;
		font-size:larger;
		font-weight:bold;
		padding-top:300px
	}

	#centercontent 
	{	
		position:absolute;
		left:250px;
		top:50px;
		width:600px;
		height:85%;
		padding-top:25px
	}
		
	/*#rightcontent 
	{
		background-position:0 400;
		position:absolute;
		left:80%;
		top:10%;
		width:20%;
		height:85%
	}
		
	#footer 
	{
		background-position:0 0;
		position:absolute;
		left:0%;
		top:95%;
		width:100%
	}*/
			
	#links a { text-decoration:none }
	#links a:link { color:#fc0304 }
	#links a:visited { color:#fc0304 }
	#links a:active { color:black }
	#links a:hover { color:black }
	
	#content a { text-decoration:none }
	#content a:link { color:black }
	#content a:visited { color:black }
	#content a:active { color:#fc0304 }
	#content a:hover { color:#fc0304 }
	 
	#images a:hover { color:red; background:white }
	#images a img { border:none; text-decoration:none; height:0px; width:0px;
					position:absolute}
	#images a:hover img { border:none; text-decoration:none; height:210px; width:240px;
						  position:absolute; float:left }	

   
   
	
