/* CSS Document */
/*basic elements*/

	 body {
		font-family:	Helvetica, Arial, Verdana, sans-serif;
		font-size:	small;
		color:		white;
		
		}

	

/*specific divs*/
	#container {
			width:		1280px;
			height:		800px;
			padding:	0px 0px 0px 50px;
			margin:		0px;

		}
		

			
		
	#header {
		padding:	25px;		
		margin:		25px 25px 25px -50px;
		height:		42px;
	}

		#navlist li	{
							font-family:	Helvetica, Arial, Verdana, sans-serif;
							font-size:		small;
							padding-top:	10px;
				}
	
	
	
	#navlist ul{
			
			text-align: 	left;
			list-style: 	none;
			padding-top: 	0px;
			_padding-top: 	10px;
		}
		
   table{
	 padding-top: 10px;
	}
		
		
	#leftnav
		{
		position:	absolute;
		top:		100px;
		left:		0px;
		width:		305px;	
		margin-left: 10px;	
		
		}	
		
	 a:link, a:visited {
						color: 			#808080;
						text-decoration:	none;
						}
	a:hover  {
					color:			#A9A9A9;
					text-decoration:	none;	
					}
					
					
	.here a {
			color: #333;
			}
			
						
				
				
	#imagecontent {
			
			position:		absolute;
			top:			100px;
			margin-left:	220px;
			width:		985px;
			height:		616px;
			
			}	
			
	/*this for bottom nav*/		

	/*below are extra divs trying to move footer to always be on the bottom of the page*/	
	
/*
 *	#container {
 *			width:		800px;
 *			padding-top:	0x;
 *			padding-bottom:	0px;
 *			margin-left:	0px;
 *			margin-right:	0px;
 *		}
 *
 *
 *
*		#containerfooter {
*			  		position: relative;
*    			min-height: 100%;
*
*							}
*	
*		#footer {
*  				position: absolute;
*    			bottom: 0;
*				text-align:	center;
*				color:	#808080;
*				font-size:	smaller;
*				}
*/