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

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

#header
{
	width: 204px;
	height: 133px;
	float: left;
	background-image: url(images/logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#menu
{
	width: 204px;
	height: 447px;
	float: left;
}

#content_top
{
	width: 596px;
	height: 39px;
	float: right;
	background-image: url(images/content_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#content
{
	width: 596px;
	height: 505px;
	float: right;
	background-image: url(images/content.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#content_bottom
{
	width: 596px;
	height: 56px;
	float: right;
	background-image: url(images/content_bottom.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#text
{
	width: 490px;
	height: 505px;
	float: right;
	overflow: auto;
	text-align: left;
	padding-right: 40px;
}

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

h1
{
	font-family: Verdana;
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	margin-top: 10px;
}

a:link
{
	color: #000;
}

a:visited
{
	color: #000;
}

a:hover
{
	color: #0000CC;
}

a:active
{
	color: #000;
}

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

#footer
{
	width: 800px;
	height: 100px;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
	clear: both;
}