@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(assets/images/background.jpg);
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: 650px;
	position: relative;
	border: thin double #333;
	background-image: url(assets/images/wrapper_bkg.png);
}
#description {
	width: 729px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-size: 98%;
	position: absolute;
	top: 187px;
	height: 410px;
	left: 28px;
}
#header {
	margin-top: 0px;
	margin-bottom: 12px;
	background-color: #FFF;
}
#footer  {
	background-color: #000;
	padding-left: 10px;
	margin-top: 0px;
	position: absolute;
	top: 616px;
	font-size: 75%;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 791px;
	text-align: center;
	color: #FFF;
	left: 1px;
}
#wrapper #footer a {
	color: #FFF;
	text-decoration: underline;
}

a {
	color: #000;
	text-decoration: underline;
}
#title {
	position: absolute;
	left: 172px;
	top: 19px;
	width: 472px;
	height: 101px;
	font-size: 350%;
}
#menu {
	position:absolute;
	width:458px;
	height:61px;
	z-index:1;
	left: 339px;
	top: 115px;
	font-size: 150%;
}
