@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: 560px;
	float:right;
}

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


#wrapper {
	position: relative;
	width:1015px;
	margin-top:50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:50px;
}

#top {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:1015px;
	height:242px;
}

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

#content {
	width:850px;
	margin: 0px 0px 10px 55px;
	padding: 30px 20px 10px 24px;
}

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

#bottom {
	background-image:url(images/body.jpg);
	background-repeat:no-repeat;
	width:1015px;
	height:650px;
}

#bottom-tall {
	background-image:url(images/body-tall.jpg);
	background-repeat:no-repeat;
	width:1015px;
	height:875px;
}

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