/* Generic Styles */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #BB8844 url(../images/body_bg.gif) repeat;
	text-align: center;
	color: #FFF;
}
h1 {
	position: absolute;
	top: -20px;
	left: 3px;
	z-index: 10;
	width: 135px;
	height: 143px;
	font-size: 0.5em;
}
h1 a {
	padding-top: 143px;
	display: block;
	width: 135px;
	height: 0;
	background: url(../images/logo.png) no-repeat;
	overflow: hidden;
}
h2 {
	position: absolute;
	left: 146px;
	text-indent: -9999px;
	font-size: 0.5em;
	overflow: hidden;
}
h3 {
	margin: 1em 0 0.5em;
	font-weight: bold;
	font-size: 1em;
	color: #C82207;
}
img {
	border: 0;
}

/* Layout */
#wrapper {
	margin: 182px auto 0;
	position: relative;
	width: 796px;
	height: 442px;
	background: #CFA864 url(../images/wrapper_bg.png) no-repeat;
	text-align: left;
	font-size: 0.75em;
}
#inner {
	position: absolute;
	top: 35px;
	left: 20px;
	z-index: 9;
	width: 755px;
	height: 359px;
	background: #4A1003 url(../images/inner_bg.jpg) no-repeat 100% 0;
}
#antennae {
	position: absolute;
	top: -171px;
	right: -143px;
	width: 474px;
	height: 567px;
	background: url(../images/antennae_bg.png) no-repeat;
}
#content {
	padding-right: 20px;
	position: absolute;
	top: 88px;
	left: 33px;
	width: 409px;
	height: 251px;
	overflow: auto;
}
#content p {
	margin-bottom: 0.2em;
}
#p_contact #content p {
	margin-bottom: 1.2em;
}
#p_home #content {
	padding: 250px 273px 0 26px;
	top: 0;
	left: -2px;
	width: 269px;
	height: 111px;
	overflow: hidden;
	background: url(../images/home_content_bg.jpg) no-repeat;
}
#stevehead {
	position: absolute;
	top: -90px;
	left: 378px;
	display: none;
	width: 115px;
	height: 125px;
	background: url(../images/home_stevehead_bg.png) no-repeat;
}
#p_home #stevehead {
	display: block;
}
#dm {
	padding-bottom: 1em;
	position: absolute;
	bottom: -2.95em;
	right: 24px;
	color: #440a00;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#dm a {
	color: #440a00;
	text-decoration: underline;
}

/* Navigation */
#nav {
	position: absolute;
	left: 20px;
	bottom: 0;
	width: 755px;
	height: 48px;
	list-style: none;
	background: #CFA864 url(../images/nav_bg.png) no-repeat;
}
#nav li {
	float: left;
	height: 48px;
}
#nav li a {
	padding-top: 48px;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}
#n_menu {
	margin-right: 13px;
	width: 83px;
}
#n_about {
	margin-right: 12px;
	width: 212px;
}
#n_blog {
	margin-right: 13px;
	width: 158px;
}
#n_map {
	margin-right: 13px;
	width: 143px;
}
#n_contact {
	width: 108px;
}

/* Page Headings */
#p_home h3 {
	margin-top: 0;
}
#p_menu h2 {
	top: 16px;
	width: 167px;
	height: 48px;
	background: url(../images/heading_menu.gif) no-repeat;
}
#p_about h2 {
	top: 10px;
	width: 156px;
	height: 54px;
	background: url(../images/heading_about.gif) no-repeat;
}
#p_blog h2 {
	top: 5px;
	width: 134px;
	height: 70px;
	background: url(../images/heading_blog.gif) no-repeat;
}
#p_map h2 {
	top: 19px;
	width: 131px;
	height: 45px;
	background: url(../images/heading_map.gif) no-repeat;
}
#p_contact h2 {
	top: 17px;
	width: 230px;
	height: 47px;
	background: url(../images/heading_contact.gif) no-repeat;
}

.yellow {
	color:#FFCA2C;
}