body {
	background:#355709;
	}

/* Primary Divisions
--------------------------------------------------------------------------------------------------- */	
	
#container {
	background:url(../gfx/dthome_shadow.gif) repeat-y;
	width:920px;
	margin:0 auto;
	position:relative;
	}
	
#header {
	width:886px;
	margin-left:17px;
	background:#FFF;
	position:relative;
	background:url(../gfx/dthome_bannerbg.gif) repeat-x;
	}
	
#flashcontent {
	width:886px;
	height:369px;
	margin:0;
	padding:0;
	top:-4px;
	position:relative;
	}
	
#sidebar {
	float:left;
	margin-left:17px;
	width:197px;
	margin-top:20px;
	background:#CCC;
	}
	
#main {
	float:left;
	margin-left:17px;
	margin-bottom:10px;
	width:450px;
	}
	
#projects {
	float:right;
	width:170px;
	margin-right:17px;
	margin-top:5px;

	}
	
#footer {
	width:886px;
	margin-left:17px;
	}
	
/* Header
--------------------------------------------------------------------------------------------------- */	

#header #logo {
	width:222px;
	height:93px;
	margin:7px 0 0 24px;
	}
	
#search {
	position:absolute;
	top:35px;
	right:14px;
	}
	
#search label {
	color:#FFF;
	}
	
#searchBox {
	background-color:#8fb68e;
	}
	
/* Typography + headers
--------------------------------------------------------------------------------------------------- */

h1 {
	font-weight:normal;
	color:#036;
	margin-top:20px;
	font-size:1.3em;
	}
	
h2 {
	color:#5e84aa;
	font-weight:normal;
	font-size:1.1em;
	margin:14px 0;
	}
	
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color:#5e84aa;
	}
	
#sidebar h2, #sidebar h3, #sidebar h4, #sidebar p, #sidebar ul {
	margin:14px 14px 14px 26px;
	}
	
#sidebar ul, #sidebar li {
	list-style:none;
	}
	
#sidebar p {
	margin-top:0;
	margin-bottom:0;
	}
	
/* Nav
--------------------------------------------------------------------------------------------------- */

#nav {
	list-style:none;
	position:absolute;
	top:70px;
	right:0px;
	}
	
#nav li {
	float:left;
	display:inline;
	margin-right:20px;
	font-size:0.9em;
	font-weight:bold;
	}
	
#nav a:link {
	color:#FFF;
	text-decoration:none;
	}

#nav a:visited {
	color:#FFF;
	text-decoration:none;
	}
	
#nav a:hover, #nav .selected a {
	color:#CCC;
	}

	
	
/* Recent projects
--------------------------------------------------------------------------------------------------- */
	
#projects {
	list-style:none;
	}
	
#projects li {
	margin-bottom:10px;
	}
	
/* Phils insert for homepage formatting 
_________________________________________________________________________________________________________________*/
#main p, #main h3, #main h4 {
	margin:10px 10px 10px 0px;
	}
	
#main ul, #main ol {
	margin:10px 10px 10px 20px;
	}
	
#main ul {
	list-style:disc;
	}