body
{
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #efb66f;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}

#container
{
	width: 800px;
	min-height: 600px;
	margin: 0px;
	padding: 0px;
}

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

#menu
{
	width: 188px;
	height: 471px;
	float: left;
}

#menu_top
{
	width: 188px;
	height: 40px;
	background-image: url(images/menu_top.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#menu_area
{
	width: 188px;
	height: 143px;
}

#menu_image
{
	width: 188px;
	height: 234px;
	background-image: url(images/menu_image.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#menu_bottom
{
	width: 188px;
	height: 54px;
	background-image: url(images/menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#content
{
	width: 612px;
	min-height: 471px;
	float: right;
}

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

#content_area
{
	width: 612px;
	min-height: 471px;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	background-position: center;
}

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

#footer
{
	width: 612px;
	height: 60px;
	float: right;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
}

#body_text
{
	width: 500px;
	min-height: 471px;
	text-align: left;
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	margin: 0px 50px;
}

p
{
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	margin-bottom: 0px;
}

b
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
}

h1
{
	font-family: Tahoma;
	font-size: 20px;
	font-weight: lighter;
	color: #000000;
	margin-top: 0px;
}

li
{
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	margin-top: 0px;
}

input
{
	width: 180px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

textarea
{
	width: 180px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-bottom: 0px;
}

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

.buttons
{
	width: 60px;
	margin-top: 0px;	
}

.logos
{
	width: 200px;
	height: 200px;
	text-align: center;
	float: right;
	margin: 0px auto;
}

a:link
{
	color: #000;
}

a:visited
{
	color: #000;
}

a:hover
{
	color: #0033FF;
}

a:active
{
	color: #000;
}
