* {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	border: none;
	color: #EADDC6;
}
a:hover {
	color: #FFC;
	text-decoration: underline;
}
img {
	border: none;
	border-style: none;
}
body {
	background-color: #36271A;
	font-family: Arial, Helvetica, sans-serif;
	color: #EADDC6;
	height: 100%;
	width: 100%;
}
h2 {
	margin-bottom: 15px;
	color: #CEF3FF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
h3 {
	font-size: 14px;
	text-align: left;
	color: #92DADA;
	margin-bottom: 10px;
	font-weight: bold;
	margin-left: 5px;
}
h4 {
	font-size: 12px;
	color: #FFF;
	text-align: left;
	margin-left: 10px;
}
h5 {
	font-size: 12px;
	color: #FFC;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 15px;
}


p {
	margin-right: 5px;
	margin-left: 5px;
	text-align: justify;
	margin-bottom: 15px;
	text-indent: 20px;
	font-size: 12px;
	font-weight: bold;
}
#container {
	width: 600px;
	background-image: url(/images/css/body.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
	position: absolute;
	margin-top: -300px;
	margin-left: -300px;
	left: 50%;
	top: 50%;
}
#container #header {
	height: 140px;
}
#container #menu {
	height: 250px;
	width: 177px;
	float: left;
	margin-top: 20px;
	margin-left: 50px;
}
#container #content {
	margin-right: 80px;
	margin-left: 243px;
	height: 360px;
}
#container #footer {
	text-align: center;
	clear: both;
	margin-top: 50px;
	float: left;
	width: 600px;
	font-size: 9px;
	font-weight: bold;
}

