body{
  background:#CCCC99;
  font-size:1.2em;
}
img {
	border:none;
}
p {
	text-align:justify;
}
a {
	color:#CCCC99
}
a:hover{
	color:#ff6600
}
#container {
	width:800px;
	height:600px;
	position:absolute;
	left:50%; top:50%;
	margin-left:-400px;
	margin-top:-300px;
}
#header {
	height:155px;
	background:url("images/header.jpg") #783265;
	border-bottom:1px solid #CCCC99;

}
#content {
	background:url("images/content.jpg") #783265;
	width:525px;
	height:385px;
	float:left;
	padding:10px;
	color:#CCCC99;
}
#flash {
	width:255px;
	height:405px;
	float:right;
	background:#996633;
}

#footer { 
	height:38px;
	background:#330000;
	position:relative;
	clear:left;
	border-top:1px solid #CCCC99;
	padding-top:2px;
}
#footer ul{ 
	list-style:none;
	display:inline;
	margin:0; padding-left:5px;
}
#footer ul li{ 
	display:inline;
}



#img-view {
	text-align:center;
	height:385px;
	overflow:auto;
	overflow-x: hidden
}
#thumbs{
	text-align:center;
	height:385px;
	overflow:auto;
	padding:10px;
	background:#996633;
}
#thumbs img{
	width:160px;
}









