body
{
	background-color: #000;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px auto;
}

#container
{
	width: 800px;
	text-align: center;
	margin: 0px auto;	
}

#header
{
	width: 800px;
	height: 263px;
	background-image: url(../images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#menu
{
	width: 800px;
	height: 33px;
	padding-top: 5px;
}

#content_top
{
	width: 800px;
	height: 40px;
	background-image: url(../images/content_top.jpg);
	background-position: center;
	background-repeat: no-repeat; 
}

#content
{
	width: 800px;
	min-height: 450px;
	background-image: url(../images/content.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#content_bottom
{
	width: 799px;
	height: 105px;
	background-image: url(../images/content_bottom.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#text_area
{
	width: 740px;
	margin: 0px auto;
	text-align: left;
}

p
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 0px;
}

li
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
}

b
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}

h1
{
	font-family: Verdana;
	font-size: 20px;
	font-weight: lighter;
	margin-top: 0px;
}

h2
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: lighter;
	margin-top: 0px;
}

h3
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
	margin-bottom: 0px;
}

.pictureborder
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 0px auto;
}

input
{
	width: 180px;
}

textarea
{
	width: 180px;
}

.buttons
{
	width: 60px;
}

td
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px auto;
}

a:link
{
	color: #000;
}

a:visited
{
	color: #000;
}

a:hover
{
	color: #0033FF;
}

a:active
{
	color: #000;
}

td
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
}

tr
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
}

.menulist { list-style-type: none; display: inline; padding: 12px 8px 0px 8px; margin-top: 5px;}

.menulink { margin-top: 5px; font-size: 12pt; color: #006666; text-decoration: none; }

.menulink:hover { margin-top: 5px; font-size: 12pt; color: #ffffff; text-decoration: none; }