body {
	background-color: #fff;
	color: #53452F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url(images/back.jpg);
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 750px;
	margin: 2% auto;
}

#header {
	height: 306px;
	background-image: url(images/header.jpg);
	background-color: #7a765a;
	position: relative;
}

#content {
	margin: 0 auto 0 0;
	height: 500px;	
}

#footer {
	font-size: 10px;
	color: #BCBA9A;
	padding: 0.5em;
	float: left;
	clear: both;
	width: 98%;
	text-align: right;
}

#footer #copyright {
	text-align: left;
	width: 70%;
	float: left;
}

#menu {
	bottom:-30px;
	right: 0;
	font-size: 10px;
	position: absolute;
}

#page {
	padding: 1.5em;
	text-align: justify;
	background-color: #fff
}