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

body {
	background-color:#8e1528;
	text-align:center;
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	
}

h1 {
	color:#6e5f36;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:lighter;
	padding-bottom: 3px;
	padding-top: 2px;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #6e5f36;
	text-align:right;
	width: 470px;
	float:right;
}

h2 {
	color:#8e1528;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-variant:small-caps;
	font-weight:lighter;
	margin-bottom:-15px;
}


#wrapper {
	position:relative;
	width:872px;
	height:694px;
	margin-top:50px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	background-image:url(images/interior_01.jpg);
	background-repeat:no-repeat;
	width:872px;
	height:149px;
}

#menu {
	display:inline;
	height:42px;
}

#content {
	width:750px;
	margin: 0px 0px 10px 45px;
	padding: 10px 20px 10px 20px;
}

#heading {
	width:750px;
	padding:20px 30px 10px 0px;
	float:right;
}
	

#bottom {
	background-image:url(images/interior_17.jpg);
	background-repeat:no-repeat;
	width:inherit;
	height:504px;
}

#footer {
	color:#CCC;
	font-size:small;
}