/* David Hall CSS by NQ Webdesign www.nqwwebdesign.com */

body
{
	background:#95BEE9 url(../images/bg_body.gif) repeat-x fixed;
	font-family: "Lucida Grande", "Arial", "Trebuchet MS", "Verdana", "Helvetica", "sans-serif";
	font-size:62.5%;
	margin:0;
}

/*----------------------------------------------------------------------------------------------------------
>>> LAYOUT
----------------------------------------------------------------------------------------------------------*/
div#outer 
{
	min-width:700px;
	text-align:center;
	padding-bottom:20px;
}

div#inner
{
	margin-left:auto;
	margin-right:auto;
	width:700px;
}

div#top
{
	background:url(../images/bg_top.gif) no-repeat;
	height:29px;
}

div#bottom
{
	background:url(../images/bg_bottom.gif) no-repeat;
	height:29px;
}

div#content
{
	color:#3f3f3f;
	text-align:left;
	padding:3px 40px;
}

div#main
{
	background:url(../images/bg_main.gif) repeat-y;
	padding-top:1px;
}

div#min_height
{
	float:right;
	width:1px;
	height:485px;
}

div#footer
{
	clear:both;
	padding:10px 10px 5px 10px;
}

div#logo_container
{
	float:left;
	padding-top:5px;
}

div#navigation
{
	float:left;
}

.noWrap
{
	clear:both;
	height:1px;
	overflow:hidden;
}

/*----------------------------------------------------------------------------------------------------------
>>> NAVIGATION
----------------------------------------------------------------------------------------------------------*/

#navigation ul
{
	list-style:none;
	padding:0;
	margin:0;
}

#navigation li
{
	float:left;
	padding:0;
	margin:0 0 0 2px;
}

#navigation li a
{
	display:block;
	background:url(../images/nav_bg.gif) no-repeat;
	width:80px;
	padding:7px 4px 8px 4px;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}

#navigation a:hover
{
	background:url(../images/nav_bg_hover.gif) no-repeat;
}

/*----------------------------------------------------------------------------------------------------------
>>> HEADINGS, PARAGRAPHS, LINKS
----------------------------------------------------------------------------------------------------------*/

#content p, #content ul, #content td, #content ol
{
	font-size:12px;
	line-height:1.5;
}

#content h1
{
	font-size:2.7em;
	font-weight:normal;
	color:#65CF5E;
}

#content h2
{
	font-size:1.6em;
	font-weight:normal;
	color:#648DDA;
}
