html {
	height: 100%;
}
body {
	background: #ffffff url(http://davedouglas.com/media/img/tmpl/bground2.jpg) repeat center top;
	_background: #ffffff url(http://davedouglas.com/media/img/tmpl/bground2.jpg) repeat;
	font-family: Helvetica, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1em;
	position: relative;
	min-height: 100%;
	height: 100%;
}

#container {
	width: 800px;
	margin: auto;
	height: 80%;
}

#header
{
	width:800px;
	height: 120px;
	padding: 5px;
	margin: auto;
}

div#section_title
{
font-size:140%;
font-weight:bold;
margin-top:30px;
}

#content_left
{
float:left;
width:200px;
margin-right: 20px;
min-height: 600px;
font-size: 90%;
}
#content_main
{
	float: none;
	display: inline;
	margin-bottom: 80px;
	/*width: 710px;
	margin-left:43px;*/
}
#content_main p
{
	color: #000;
	font-size: 80%;
	line-height: 120%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	line-height:130%;
	margin-top: 10px;
	text-align: justify;
}

#content_main a:link, #content_main a:visited, #content_left a:link, #content_left a:visited
{
color:#AA133B;
text-decoration:none;
font-weight:bold;
}

#content_main a:hover, #content_left a:hover
{
color: #AA133B;
text-decoration:underline;
font-weight:bold;
}
#page_title
{
margin-top:20px;
margin-left:30px;
float:left;
font-size: 170%;
font-weight: bold;
color: #000;
letter-spacing: -.05em;
padding:15px;
}

#page_title a:link, #page_title a:visited
{
color:#000;
text-decoration:none;
}

div#footer {
	min-height: 80px;
	font-size: 70%;
	clear: both;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #AA133B;
}

#footer a:link, #footer a:visited
{
color:#AA133B;
text-decoration:none;
font-weight:bold;
}

#footer a:hover
{
color: #AA133B;
text-decoration:underline;
font-weight:bold;
}


.float_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
}
.float_left {
	float: left;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0;
	margin-right: 10px;
}



