* {
	margin:0;
	padding:0;
}

body {
	font:.91em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#fff;
	background:#000 url(../images/bg.jpg) top left repeat;
}

#outer-wrapper {
	min-width:100%;
	height:350px;
	margin:0;
	padding:0;
	background:url(../images/grass-bg.jpg) top left repeat-x;
}

#wrapper {
	margin:0 auto;
	width:975px;
}
/* ========== Header ========== */

#container {
	margin:0 auto;
	width:975px;
}

#header {
	width:975px;
	height:275px;
	position: relative;
}
	#header #logo {
	width:295px;
	height:276px;
	margin-top:-5px;
	z-index:200;
	position:absolute;
	float: left;
	left: 0px;
	top: 5px;
	}	
	/* ========== Navigation - See p7pmm/p7PMMh12.css for specific styles ========== */
	#header #nav {
		width:700px;
		height:61px;
		margin:0 300px;
		padding:80px 0 0px 10px;
		position:relative;		
	}
/* ========== Content ========== */
#content {
	float: right;
	background: url(../images/content-bg.png) top left repeat;
	margin: -10px 0px 5px 0px;
	padding: 25px 25px 0 25px;
	width: 650px;
	border:1px solid #212121;
	z-index:500;
	position:relative;

}

#sidebar {
	background: url(../images/content-bg.png) top left repeat;
	margin: -10px 5px 5px 0px;
	padding:2px 2px 23px 5px;
	height: auto;
	width: 250px;
	border:1px solid #212121;
	z-index:200;
	position:absolute;
	float: left;
	text-align:center;
}

#ants-bg {
	background: url(../images/ants-bg.jpg) top right no-repeat;
	width:263px;
	height:339px;
	float:right;
	position:absolute;
	z-index:1;
	left:0px;
	top:287px;
}
/* ========== Footer ========== */
#footer {
	width:975px;
	height:75px;
	margin-bottom:10px;
	background: url(../images/content-bg.png) top left repeat;
	text-align:center;
	position:relative;
	float:right;
	clear:both;
	border:1px solid #212121;
}
	#footer p {
		padding-top:7px;
		font-size:.8em;
	}
	#footer a {
		color:#587C3C;
		text-decoration:underline;
	}
	#footer a:hover {
		color:#3E5F23;
		text-decoration:none;
		border-bottom:1px dashed #3E5F23;
	}
	#footer a:visited {
		color:#3E5F23;
		font-style:italic;
		text-decoration:none;
	}
/* ========== Typography & Images ========== */
p {
	line-height:1.5em;
}
	p span {
		color:#587C3C;
		font-weight:bold;
	}

h1 {
	font-size:2.2em;
	letter-spacing:-2.2px;
	margin:15px 15px 15px 0;
}
	h1 span {
		font-style:italic;
		letter-spacing:-2px;
		color:#ebd63a;
		padding:0 5px;
	}
h2 {
	font-size:1.3em;
	letter-spacing:-1px;
	font-style:italic;
	border-bottom:1px dotted #587C3C;
	color:#587C3C;
	width:250px;
	margin:0 0 5px 0;
}

h3 {
	font-size:1.1em;
	color:#fff;
}
	h3 span {
		font-size:1.1em;
		font-style:italic;
	}
	
img.right {
	float:right;
	border:1px solid #fff;
	margin:10px;
}
img.center {
	border:1px solid #fff;
}

a:link {
	color:#3E5F23;
}
a:hover {
	color:#3E5F23;
	text-decoration:none;
	border-bottom:1px dashed #3E5F23;
}

a img {
	border:0;
}

ul {
	margin-left:35px;
}