body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 0px;
	background-color: #FFFFFF;
}

a
{
	text-decoration: none;
}

a:link
{
	color: #0080FF;
}

a:visited
{
	color: #C00080;
}

a:active
{
	color: #FF0000;
	outline: none;
}

a:hover
{
	text-decoration:underline;
}

img
{
	border: none;
}

h1
{
	margin: 0px 0px 0px 128px;
	font-weight: normal;
	font-size: 13pt;
	line-height: 128px;
}

#main
{
	width: 802px;
	min-height: 240px;
	padding: 0px 0px 49px 0px;
	background-image: url(images/main.png);
	background-repeat: repeat-y;
	background-color: #202020;
	margin: auto;
	position: relative;
	text-align: left;
	color: #F8F8F8;
	font-size: 10pt;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#main p, ul
{
	margin: 16px 49px 16px 177px;
}

#picture
{
	margin: 16px 49px 16px 32px;
	float: right;
}

#banner
{
	height: 80px;
	width: 802px;
	position: relative;
	background-image: url(images/banner.png);
	background-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13pt;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

#navside ul
{
	position: absolute;
	left: 17px;
	width: 128px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11pt;
	line-height: 32px;
	text-align: center;
}

#navside li
{
	margin: 0px 0px 0px 0px;
}

#navside a
{
	display: block;
	padding: 0px;
	border: 0px;
	width: 128px;
	height: 32px;
	background-color: #E0E0E0;
	background-image: url(images/navbuttons.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#navside a:link, #navsidelist a:visited
{
	color: #000000;
	text-decoration: none;
}

#navside a:hover
{
	background-color: #FFFF00;
	color: #FFFFFF;
	background-position: 0px 32px;
}

#linkbutton ul
{
	position: relative;
	left: 337px;
	width: 256px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-size: 10pt;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}

#linkbutton li
{
	margin: 0px 0px 16px 0px;
}

#linkbutton a
{
	display: block;
	padding: 0px;
	border: 0px;
	width: 256px;
	height: 24px;
	background-color: #808080;
	background-image: url(images/linkbuttons.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#linkbutton a:link, #linkbuttonlist a:visited
{
	color: #FFFF00;
	text-decoration: none;
}

#linkbutton a:hover
{
	background-color: #E0E0E0;
	color: #000000;
	background-position: 0px 24px;
}

#footer
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 49px;
	width: 802px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-align: center;
	line-height: 15px;
}

#footer p
{
	margin: 0px 0px 0px 128px;
}

#footer a, #footer a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
