* {
	padding: 0;
	margin: 0;
	}
body {
	background: #6F7E10 url("../images/bg10.gif") no-repeat;
	color: #333;
	font: normal 75% "Lucida Grande","Lucida Sans Unicode","lucida",Arial, sans-serif;
	}

/* DIVS */
#hmpg {
	width: 600px;
	margin: 30px 0 0 10%;
	padding: 0 0 0 0;
	border-right: 10px solid #eee;
	border-left: 10px solid #eee;
	background-color: #fff;
	}
#content {
	border-top: 10px solid #f7f7f7;
	padding-top: 10px;
	}
#primary {
	width: 400px;
	float: left;
	padding-left:15px;
	}
#primary img {
	float:right;
	margin: 0 0 1em 1em;
	}
.descImage {
	width: 220px;
	padding: 3px;
	border:1px solid #bbb;
	}
#secondary {
	float: right;
	width: 150px;
	color: #555;
	font-size: 0.9em;
	padding-left: 15px;
	border-left:1px dashed #999;
	}
#secondary h2 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #aaa;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 1em;
	border-bottom: 1px solid #eee;
	}
#secondary a {
	color: #777;
	}

/* HEAD & FOOT */
#headcontainer {
	background: #fff url("../images/headBg4.gif") left no-repeat;
	}
#head {
	height: 200px;
	}
#head h1 {
	font: normal 3em "century gothic";
	padding: 50px 0 0 270px;
	}
#logo {
	background: #fff;
	}
#foot {
	clear: both;
	padding: 25px;
	width: auto;
	background: #222;
	color: #bbb;
	margin-top: 3em;
	}
#foot h3 {
	text-transform: uppercase;
	color: #eee;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 1.2em;
	}
#foot a {
	color: #ddd;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	}
#contact {
	float: left;
	width: 30%;
	margin-right: 5%;
	padding-top: 5px;
	border-top: 1px solid #888;
	}
#links {
	float: left;
	width: 30%;
	padding-top: 5px;
	border-top: 1px solid #888;
	}
#about {
	float: right;
	width: 30%;
	padding-top: 5px;
	border-top: 1px solid #888;
	}
	
/* NAV */

#nav {
	clear: both;
	border-bottom: 2px solid #aaa;
	}
#nav ul {
	list-style: none;
	}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
	}
#nav a {
	display: block;
	float: left;
	margin: 0 0 0 10px;
	padding: 5px;
	color: #000;
	background: #f5f5f5;
	text-decoration:none;
	font-weight: bold;
	}
#nav a:hover {
	background: #ddd;
	}

/* TEXT */

h1 {
	font: normal 2em Arial;
	margin-bottom: 0.5em;
	color: #039;
	}
h2 {
	font: normal 1.5em Arial;
	margin-bottom: 0;
	color: #777;
	}
p {
	margin-bottom: 1em;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:visited {
	color: #000;
	} 

/* COMMENTS */
#comments {
	margin-top: 2em;
	clear: both;
	}
#comments img {
	float: none;
	margin: 0;
	}
label {
	}
input, textarea {
	display: block;
	margin-bottom: 0;
	}
dd {
	margin-bottom: 1em;
	}

table {
	margin-bottom: 1em;
	}



/* Causes a validation error but is included in CSS2.1: http://www.w3.org/TR/CSS21/visuren.asp#propdef-display */
.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
.clearfix {display:inline-block;}
.clearfix {display:block;}
