body
{
	background-color: #dedede;
	margin: 0px auto;
	text-align: center;
	padding-top: 10px;
}

#container
{
	width: 800px;
	margin: 0px auto;
	text-align: center;
	background-image: url(images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

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

#left
{
	width: 144px;
	height: 433px;
	float: left;
}

#right
{
	width: 656px;
	min-height: 433px;
	float: left;
	background-image: url(images/banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

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

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

#text
{
	width: 600px;
	min-height: 385px;
	margin: 0px auto;
	text-align: left;
}

#content_bottom
{
	width: 656px;
	height: 25px;
	background-image: url(images/content_bottom.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#footer
{
	width: 800px;
	height: 50px;
	margin: 0px auto;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #23118a;
	line-height: 20px;
	padding-top: 10px;
}

#footer2
{
	width: 800px;
	height: 14px;
	margin: 0px auto;
	background-image: url(images/footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	clear: both;
}

#menu_left
{
	width: 21px;
	height: 433px;
	float: left;
	background-image: url(images/menu_left.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#menu_right
{
	width: 34px;
	height: 433px;
	float: left;
	background-image: url(images/menu_right.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#menu_area
{
	width: 89px;
	height: 433px;
	float: left;
}

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

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

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

h1
{
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	color: #23118a;
	line-height: 20px;
	margin-top: 0px;
}

h2
{
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	color: #23118a;
	line-height: 30px;
	text-align: center;
	margin-bottom: 0px;
}

.pictureborder
{
	border-style: solid;
	border-width: 2px;
	color: #23118a;
}

input
{
	width: 180px;
}

textarea
{
	width: 180px;
}

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

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

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

a:link
{
	color: #000;
}

a:visited
{
	color: #000;
}

a:hover
{
	color: #23118a;
}

a:active
{
	color: #000;
}

