/* style.css - a simple style sheet */
		body {
			background-color:#212121;
			font-family:"trebuchet ms",verdana,arial;
			color:#D2D2D2;
			
		}
		a {
			text-decoration:none;
			text-transform:uppercase;
			color:#D2D2D2;
		}
		a:hover {
			color:#363636;
		}
		#content {
			width:800px;
			margin:0 auto;
			font-size:10pt;
		}
		#logo {
			float:left;
			clear:both;
			width:700px;
			height:100px;
			background: url('images/logo2.gif') no-repeat left top;
		}
		
			
		#navigation {
			float:left;
			width:665px;
			font-size:12pt;
			letter-spacing:1px;
			clear:both;
			border-bottom:1px dotted #363636;
			text-align:right;
			padding:10px 0px 10px 0px;

		}
		#navigation a {
			padding:2px 5px 2px 5px;
			
		}
		#leftbar {
			float:left;
			width:20%;
			font-family:arial,verdana;
		}
		
		#sidetext {
			font-weight:normal;
			padding: 10px;
			letter-spacing:.7pt;
		}
		#main {
			float:left;
			width:500px;
			margin:0px auto;
			border-left:1px dotted #363636;
		}
		#image {  /*containing div for image info*/
			width:500px;
			height:430px;
			margin:15px auto;
		}
		#img_caption {
			font-weight:bold;
			font-size:10pt;
		}
		#img_image {  /*containing div for actual image*/
			position:relative;
			width:500px;
			height:430px;
			/* background: url() top left no-repeat; */
		}
		#image_block_b {  /*containing div for actual image*/
			position: absolute;
			top:0px;
			left:0px;
			z-index:1;
		}
		#image_block_f {  /*containing div for actual image*/
			position: absolute;
			top:0px;
			left:0px;
			z-index:50;
		}
		#main table {
			margin:0px auto;
			padding:10px 0px 10px 0px;
			font-size:9pt;
			width:500px;
		}
			