/* css document */

p {

		font: normal 12pt gill sans;
		color: #00000;
		
}

h1 {	
		
		font: arial 18pt;
		color: #e1b747;
		
}

h2 {
		
		font: normal 16pt gill sans;
		color:#996633;
		
}

#header {
	position: absolute;
	width: 800px;
	top: 9px;
	left: 51px;
	height: 10;
}

#navigator {
	position: absolute;
	width: 292px;
	top: 200px;
	left: 80px;
	font: normal 12pt gill sans;
	color: #663300;
	height: 250px;
}

#content {
	position: absolute;
	width: 529px;
	top: 215px;
	left: 300px;
	background: ;
	font: normal 12pt gill sans;
	color: #00000;
	height: 160px;
}

#thumbnails	{

		width: 300px;
		
}

#thumbnails li{

		float: left;
		display: inline;
		list-type: none;

}

a {

		text-decoration: none;
		color: #cc6633;

}
