/*--------{ IAWood -- sitewide CSS }--------*/
/*--------{ created by Heath Gerlock @ 5Q Communications, Inc. 7.2.2007 }-------*/
/*--------{ visit http://www.5Qcommunications.com/ -- five questions that change the web. }--------*/

/* @group Global Styles */

* {
	margin: 0;
	padding: 0;
	color: #444;
}

body {
	font-size: 62.5%;
	text-align: left;
	background: #000 url(images/bg_body.gif) repeat-x left top;
}

#splash {
	position: relative;
	clear: both;
	margin: 10px auto 0 auto;
	border: 4px solid #513a08;
	width: 770px;
	height: 480px;
	background: #000 url(images/splash.jpg) no-repeat center center;
	font-family: Futura, Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
}
#arrival {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#arrival h2 {
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
}
#tagline {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#tagline h1 {
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
}

#content {
	font-family: Futura, Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	position: relative;
	padding: 10px 0;
	margin: 0 auto;
	border: 4px solid #513a08;
	border-top: none;
	width: 770px;
	background-color: #fff;
}

#content h2,
#content h3,
#content p,
#content ul,
#content ol {
	margin: 0 10px 15px 10px;
	line-height: 1.8em;
}

#content p {
	font-weight: lighter;
	font-size: 1.2em;
	line-height: 1.8em;
}

#content h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2.0em;
	font-style: italic;
	color: #513a08;
}
#content h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4em;
	font-style: italic;
	color: #513a08;
}

#footer {
	font-family: Futura, Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	position: relative;
	padding: 10px 0;
	margin: 0 auto 50px auto;
	width: 770px;
	text-align: center;
}
#footer p {
	font-weight: lighter;
	font-size: 1.0em;
	line-height: 1.8em;
	color: #4a3508;
}


/* @end */











