body
{
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #cbcbcb;
	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.jpg);
	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.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#menu_bottom
{
	width: 188px;
	height: 54px;
	background-image: url(images/menu_bottom.jpg);
	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.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

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

#content_bottom
{
	width: 612px;
	height: 34px;
	background-image: url(images/content_bottom.jpg);
	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;
}

h1
{
	font-family: Verdana;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
}

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

td
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	margin-top: 0px;
}

tr
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	margin-top: 0px;
}

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

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

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: 2px;
	border-color: #000b79;
	margin-bottom: 0px;
}

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

a:link
{
	color: #000;
}

a:visited
{
	color: #000;
}

a:hover
{
	color: #0000FF;
}

a:active
{
	color: #000;
}
