html
{
	height:100%; 
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "Verdana","Arial","Helvetica","sans-serif";
	font-size: 12px;
	background-color: #688a72;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}
body 
{
	height:100%; 
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #688a72;
}
#page
{
	display: block; 
	overflow: auto; 
	position: absolute; 
	top: 5px; 
	bottom: 5px; 
	width: 750px; 
	margin-left: -350px; 
	left: 50%; 
	background-color: #ddd;
}
* html #page 
{
	top: 5px; 
	bottom: 5px; 
	height: 100%;
	width: 750px; 
}
#menu
{
	position: relative;
	display: block;
	width: 700px;
	height: 30px;
}
#nav
{
	position: relative;
	display: block;
	width: 700px;
	height: 20px;
}
#content
{
	margin: 70px 10px 10px 10px;
	padding: 10px;
	position: relative;
	display: block;
	width: 700px;
	height: auto;
	border-top: 1px solid #d8a2e0;
}

h1
{
	color: #00cc00;
	text-align: center;
	font-size: 16px;
	margin: 0px;
}
p
{
	width: auto;
	color: #000000;
	margin: 0px;
	padding: 2px;
	height: 12px;
}
a
{
	color: #fff;
	background-color: #688a72;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
table
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
td
{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
a.menu, a.menusel
{
	font-size: 13px;
	color: #fff;
	background-color: #688a72;
	margin: 2px;
	padding: 2px;
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	cursor: pointer;
}
a:hover, a.menu:hover, a.menusel
{
	color: #d8a2e0;
}
img
{
	border: 0px;
}
img.logo
{
	margin-top: 5px;
	float: right;
}
div.thmb
{
	margin: 5px;
	width: 210px;
	height: 268px;
	background-color: #ddd;
	float: left;
	/*border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	border: 1px solid #ccc;
	position: relative;
}
div.thmb a
{
	background-color: #ddd;
}
div.thmb img
{
	border: 0px;
}
div.thmb div
{
	font-size: 11px;
	margin: 2px;
}
#nav a
{
	font-size: 12px;
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	margin: 2px;
}

