* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff9dc;
}

div {
	position: relative;
	height: auto;
	background-color: #705545;
}

#container {
	width: 920px;
	margin: 0 auto 0px auto;
}

#navigation {
	width: 920px;
}

/* This pushes the nav buttons to the right */
#navigation img {
	padding-left: 0px;
}

/* This is the div containing the press materials, about, and contact content divs (.pagecontent) */
#content {
	width: 750px;
	float:auto;
}

/* This is the lower half of the page.  If you have a background image behind your nav and content, specify it here */
#contentBG {
	width: 100%;
	background: url(../images/div_bg2.jpg) top left no-repeat;
}

#footer {
	margin-top: 30px;
}

/* This div contains the page content (about, contact, or press materials */
.pagecontent {
	width: 920px;
}

/* This is the single div that holds a contact's information */
.contact {
	float: left;
	alignment-adjust:central;
	padding-left: 45px;
	padding-right: 25px;
}

.clear {
	clear: both;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fffde5;
	line-height: 1.6em;
	margin-bottom: 0px;
}

h2
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	color:#fffde5;
	line-height: 10px;
	font-weight:normal;
	}

a {
	text-decoration: none;
	color: #fffde5;
}

a:hover {
	color:#edd5b2;
}

/* Use this class in a span tag if you're using a text accent color */
.colorText {
	color: #F00;
}

#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #fffde5;
	line-height: 1.6em;
}
