body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: url('images/bg.jpg') repeat-x #AACEED;
	color: #000000;
	margin: 0px auto 0px auto;
	text-align: center;
	letter-spacing: 1px;
}

h1 {
	font: bold 18px Verdana;
	margin-bottom: 8px;
	margin-top: 0px;
	color: #429418;
}

h2 {
	font: bold 16px Verdana;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #429418;
}


a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}


img {
	border: 0px;
}

table {
	text-align: left;
}


div.content {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 931px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

td.header {
	background: url('images/header.jpg') no-repeat #000000;
	
	height: 151px;
}

td.menu{
	background: url('images/menu.jpg') repeat-x;
	padding: 0 0 0 10px;
	height: 29px;
}

td.content {
	background: #FFFFFF;
}

td.menu a{
	color: #fff68d;
	text-decoration: none;
	margin: 3px 20px 0 0;
	font-weight: 700;
}
td.menu a:visited{
	color: #fff68d;
	text-decoration: none;
}
td.menu a:active{
	color: #fff68d;
	text-decoration: none;
}
td.menu a:hover{
	color: #fff68d;
	text-decoration: underline;
}


div.w-thumb {
	background: url('images/thumb-bg-wide.jpg') no-repeat;
	float: left;
	width: 216px;
	height: 166px;
	margin: 10px 5px 10px 5px;
}

div.h-thumb {
	background: url('images/thumb-bg-high.jpg') no-repeat;
	float: left;
	width: 129px;
	height: 166px;
	margin: 10px 49px 10px 48px;
}

div.w-thumb img {
	margin: 8px;
}

div.h-thumb img {
	margin: 8px;
}