html, body
{
	background: #F4F46C;
	background-repeat: repeat;
	font-family: trebuchet ms, tahoma, arial;
	font-size: 9pt;
	color: #024C27;
	height: 100%;
}

a
{
	text-transform: uppercase;
	color: #ED1E79;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	cursor: help;
	text-transform: uppercase;
	color: #F4F46C;
	text-decoration: underline;
	font-weight: bold;
}

div.logo
{
	position: absolute;
	top: 50px;
	left: 70px;
	width: 269px;
	height: 281px;
}


div.nav
{
	position: absolute;
	top: 340px;
	left: 120px;
	width: 276px;
	height: 500px;
}


div.main
{
	background: #D9E021;
	position: absolute;
	width: 500px;
	padding: 20px;
	margin: 340px 0px 0px 395px;
}

.nav
{
	border: 0;
}

.gal
{
	border: #fff 1px solid;
	padding: 5px;
	margin: 5px 5px;
}

.gal:hover
{
	border: #ED1E79 1px solid;
	padding: 5px;
	margin: 5px 5px;
}

h1
{
	font-size: 14pt;
	color: #009245;
	font-weight: bold;
	text-transform: uppercase;
}