body {
	margin: 0px;
}

#page {
	margin-left: 40px;
	float: center;
}

#top_border {
	width: 650px;
	height: 39px;
	background-image: url(../gfx/top_border.png);
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-left: 150px;
}

#top_border_text {
	color: #ffffff;
	font-family: verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-top: 11px;
	padding-right: 5px;
}

#top_border_text a {
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#top_border_text a:hover {
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#top_border_text img {
	border: 0px;
}

#middle_border {
	width: 800px;
	height: 100px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}

#menu {
	width: 150px;
	
}

#menu a {
	float: right;
	width: 150px;
	height: 20px;
	/*background-color: #a51338;*/
	background-color: #8c8c8c;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	border-bottom: 1px solid #ffffff;
}

#menu a:hover {
	/*background-color: #511c1c;*/
	background-color: #a51338;
}

#menu_top_border {
	width: 150px;
	height: 1px;
	background-color: #000000;
}

#content {
	float: left;
	position: absolute;
	margin-left: 150px;
	width: 650px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	min-height: 450px;
	/*overflow: auto;*/
}

#contenttext {
	font-family: verdana, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#logo {
	width: 313px;
	height: 79px;
	margin-top: 10px;
	margin-left: 20px;
	background-image: url(../gfx/logo.png);
}
