@charset "UTF-8";
/* CSS Document */

	
/*basic elements*/

	 body {
	font-family:	"Bell Gothic Std Black";
	font-size:	small;
	color:		white;		
		}

	

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

		}
		

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

	
	ul#navlist {
			
			text-align: 	left;
			list-style: 	none;
			padding: 	0px;

	
		}
		
		#leftnav
				{
	position:	absolute;
	top:		157px;
	left:		-12px;
	width:		305px;
	margin-left: 10px;
		}	
		
	 a:link, a:visited {
						color: 			#808080;
						text-decoration:	none;
						}
	a:hover  {
	color:			#FFFFFF;
	text-decoration:	none;
					}
					
					
	.here a {
			color: #333;
			}
			
						
				
				
	#imagecontent {
	position:		absolute;
	top:			155px;
	margin-left:	220px;
	width:		1203px;
	height:		616px;
	left: 16px;
			}	
			
	/*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;
*				}
*/
