body {
	background-color: #660033;
}

#menu a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: #111111;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #83372C;
}

.text a {
	color: #83372C;
	text-decoration: none;
}

.text a:hover {
	text-decoration: underline;
}


#container {
	width: 600px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 15px;
}

#menu {
	position: relative;
	width: 600px;
	background-color: #BEBEBE;
	height: 20px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #662B22;
	border-bottom-color: #662B22;
	text-transform: none;
	font-size: 12px;
	vertical-align: text-bottom;
	line-height: 20px;
}
#header {
	color: #FFBC79;
	background-color: #83372C;
	position: relative;
	width: 600px;
	height: 75px;
	padding: 5px;
}
#text {
	color: #000000;
	background-color: #CACACA;
	padding: 5px;
	position: relative;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	color: #FFBC79;
	background-color: #83372C;
	width: 600px;
	padding: 5px;
	position: relative;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #662B22;
	border-right-color: #662B22;
	border-bottom-color: #662B22;
	border-left-color: #662B22;
}

#header-main-text {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFBC79;
	font-weight: bold;
}
#header-sub-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #FFBC79;
}
#footer-text {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFBC79;
	text-align: center;
}
.titletext {
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.image {
	font-family: Arial, Helvetica, sans-serif;
}
