body{
	background-color: #c1834d;
}
h1.frontpage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -2px;
	display:inline;
}
h2.frontpage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color:#F3D9C5;
	display:inline;
}
#frontpage_title {
	position: absolute;
	left: 100px;
	top:50%;
	height:200px;
	margin-top:-100px;
	z-index:1;
}
a.noline {
	text-decoration:none;
}
#title {
	position: absolute;
	left: 100px;
	top:70px;
	height:130px;
	z-index:1;
	width: 680px;
}
#offer {
	position: absolute;
	top: 70px;
	right: 800px;
	left: 800px;
}

#menu {
	position:absolute;
	left:100px;
	top:200px;
	width:150px;
}
#menu a, #menu a:link, #menu a:active, #menu a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:white;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FC9;
	font-weight:bold;
}
#header {
	position: absolute;
	width: 530px;
	left:250px;
	top: 200px;
	color:white;
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	height: 275px;
}
#content {
	position: absolute;
	width: 530px;
	top: 475px;
	left: 250px;
	color:white;
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}
#content a:hover {
	color:#FF0;
}
#content a {
	text-decoration:none;
	color:#ECE79F;
}