		body {
			margin: 0;
			background-image:URL("containerBack.gif");
			background-position: center;
			background-repeat: repeat-y;
			background-color: #444;
			color: #fff;	
			font-family: verdana, helvetica, sans-serif;		
		}
		div#container {
			width: 770px;
			text-align: left;
			margin-left: auto;
			margin-right: auto;
		}
		div#top {
			width: 770px;
			height: 32px;
			margin: 0 0 1px 0;
			background-color: #000;
			color: #fff;
		}
		div#logo {
			width: 269px;
			height: 32px;
			float: left;
		}
		div#menu {
			width: 210px;
			height: 32px;
			float: right;
		}
		div#menu ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		div#menu li {
			margin: 0;
			float: left;
		}	
		div#menu li a {
			display: block;
			width: 65px;
			height: 17px;
			padding: 15px 0 0 4px;
			margin: 0;
			font-size: 8pt;
			color: #fff;
			text-decoration: none;
			background-color: #333;
			border-left: solid 1px #666;
		}
		div#menu li a:hover {
			background-color: #000;
			color: #fff;
		}
		h1 {
			margin: 0;
			width: 269px;
			height: 32px;
			background-image: URL("logo.gif");
		}
		h2 {
			margin: 0;
			width: 213px;
			height: 213px;
			background-repeat: no-repeat;
		}
		h1 span, h2 span {
			display: none;
		}
		div#middle{
			width: 770px;
			height: 213px;
			margin: 0 0 1px 0;
			float: left;
		}
		div#bottom{
			width: 770px;
			background-color: #333;
			color: #fff;
			float: left;
		}
		div#bottom p {
			margin: 0 0 0 10px;
			padding: 0;
			font-size: 7pt;
			color: #fff;
			line-height: 300%;
		}
		div#titleBlock {
			width: 223px;
			height: 213px;
			margin: 0 1px 0 0;
			float: left;
			background-color: #333;
			color: #fff;
		}
		div#text {
			margin: 0;			
			width: 546px;
			height: 213px;
			float: right;
			background-color: #333;
			font-size: 8pt;
			color: #fff;
			overflow: auto;
		}
		h3 {
			margin: 10px;
			font-size: 8pt;
			color: #fff;
		}
		p {
			margin: 10px 10px 15px 10px;
			line-height: 160%;
			font-size: 8pt;
			color: #fff;
		}
		div.imageBlock {
			width: 770px;
			height: 396px;
			margin: 0 0 1px 0;
			float: left;
		}
		div.imageDetails {
			width: 223px;
			height: 396px;
			margin: 0 1px 1px 0;
			float: left;
			background-color: #333;
			color: #fff;
			background-repeat: no-repeat;
		}
		div.imageDetails p {
			margin: 50px 10px 5px 10px;
		}
		div.image {
			width:546px;
			height: 396px;
			margin: 0;
			float: right;
			background-color: #333;
			color: #fff;
		}
		div.image img{
			width:546px;
			height: 396px;
			margin: 0 0 -4px 0;
			padding: 0;
			border: 0;
		}
		div#nav {
			width: 770px;
			height: 26px;
			margin: 0 0 1px 0;
			float: left;
		}
		div#navigate {
			width: 223px;
			height: 26px;
			margin: 0 1px 0 0;
			float: left;
			background-color: #333;
			color: #fff;
		}
		div#position {
			width:546px;
			height: 26px;
			margin: 0;
			float: right;
			background-color: #333;
			color: #fff;
			background-repeat: no-repeat;
			background-position: 1px;
		}
		div#navigate a {
			margin: 1px 5px 0 5px;
			padding: 0;
		}
		div#navigate a img {
			border: 0;
			padding: 0;
		}