@charset "utf-8";
body {
	background-color: #f1e9c8;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #732a27;
}
.wrapper {
	width: 900px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	position:absolute;
	width:800px;
	height:434px;
	z-index:1;
	left: 30px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
}

#navigation {
	position:absolute;
	height:51px;
	z-index:2;
	left: 71px;
	top: 454px;
	text-decoration: none;
}
#navigation a {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	background-color: #b03133;
	text-align: center;
	padding: 6px;
	display: block;
	margin: 3px;
	float: left;
	text-transform: uppercase;
	color: #f1eac9;
 	-moz-border-radius: 10px;
	border-radius: 10px;

}
#navigation a:hover {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #f4d89b;
 	-moz-border-radius: 10px;
	border-radius: 10px;
}

#content {
	position:absolute;
	width:800px;
	height:465px;
	z-index:3;
	left: 74px;
	top: 508px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#ad {
	position:absolute;
	height:51px;
	z-index:4;
	left: 165px;
	top: 8px;;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	text-transform: capitalize;
	color: #9c3132;
}
h1:first-letter {
	font-style: italic;
	color: #590e0e;
}
b, strong {
	color: #590e0e;
	font-weight: bold;
}
i, em {
	color: #a36b37;
}
textarea, input, select, button {
	background: #be393b;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
}
blockquote {
	background-color: #9c3132;
	background-image: url(block.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: justify;
	width: 464px;
	margin-bottom: 24px;
	margin-left: 56px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding: 16px;
	-moz-border-radius: 40px 10px;
        border-radius: 40px 10px;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #d2bd10;
	text-decoration: none;
}
a:hover {
	color: #ebbc6e;
}

