body {
	text-align: center;
	background-color: #333333;
	font-size: 11px;
	font-family: sans-serif;
	color: #333333;
}

h4 {
	font-size: 11px;
	font-family: sans-serif;
	color: #B49742;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

ul {
	margin-top: 0px;
	margin-left: 25px;
	list-style-type: disc;
}


#body_content {
	position: relative;
	display: inline-block; /* CSS 2.1 Working Draft */
	margin: 0px;
	margin-top: 4px;
	margin-left: 10px; /* For non CSS 2.1 compliant browsers */
	width: 801px;
	height: 618px;
	overflow: hidden;
	text-align: left;
}

#davis_header {
	position: absolute;
	width: 801px;
	height: 88px;
	left: 0px;
	top: 0px;
}

#header_left {
	position: absolute;
	width: 574px;
	height: 92px;
	top: 0px;
	left: 0px;
}

#header_address {
	position: absolute;
	width: 227px;
	height: 65px;
	top: 0px;
	left: 574px;
}

#header_email {
	position:absolute;
	width: 227px;
	height: 27px;
	top: 65px;
	left: 574px;
}

#header_email a img {
	border: 0px;
}

ul#nav {
	position: absolute;
    background-image: url('../i/nav_bg.gif');
    background-repeat: repeat-x;
    display: block;
	width: 100%;
	height: 42px;
	left: 0px;
    padding: 0px;
    padding-left: 10px;
    margin: 0px;
	top: 88px;
}

ul#nav li {
    font-size: 9pt;
    position: relative;
    top: 8px;
    display: inline;
    margin-right: 1em;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:hover, ul#nav li a:active {
    color: #d5b047;
    text-transform: uppercase;
    text-decoration: none;
}

ul#nav li a:hover {
    color: #fff;
}
#container {
	position: absolute;
	width: 801px;
	height: 488px;
	top: 130px;
	left: 0px;
	overflow: hidden;
}

#nav a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#nav * {
/*	margin: 0px;
	padding: 0px; */
}

#nav div {
	position: absolute;
	top: 0px;
	height: 42px;
}

#title {
	position: absolute;
	width: 321px;
	height: 488px;
	left: 0px;
	top: 0px;
	text-align: right;
	font-family: sans-serif;
	font-size: 25px;
	/* color: #6F602B; */
	color: #333333;
}

#title * {
	padding-right: 12px;
}

#content {
	position: absolute;
	top: 0px;
	overflow: hidden;
}

#content a:link, #content a:active, #content a:visited {
	color: white;
}

#title p, #content p, #content h4 {
	margin: 0px;
	margin-top: 10px;
}

#content p {
	padding-right: 15px;
}

.first {
	padding: 0px;
	padding-top: 15px;
}

ul#press_releases {
    display: block;
    margin-left: 0px;
    padding-left: 0px;
}

ul#press_releases li {
    display: block;
    float: left;
    list-style: none;
    width: 45%
}

img#passion {
    display: block;
    position: absolute;
    right: 0px;
    top: 88px;
}
