@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	color: #a9516a;
	background-color: #dccedf;
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 2em;
}
#wrapper {
	text-align: left;
	max-width: 950px;
	position: relative;
	width: 820px;
	margin: 0 auto;
	border: thin solid #333333;
}
img{border: none;} 

#header {
	height: 101px;
	margin: 0;
	color: #dccedf;
	border: thin solid #000000;
}
#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.78em;
	color: #dccedf;
	background-color: #a9516a;
	background-image: url(images/menuhome.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
	height: 101px;
	text-transform: lowercase;
	padding: 0px;
	margin-top: 59px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	font-size: .9em;
	color: #a9516a;
	background-color: #dccedf;
	text-align: left;
	width: 820px;
	position: relative;
}
#ad {
	background-position: center;
	text-align: center;
}

