*, html, body {
	margin: 0;
	padding: 0;
	line-height:1.3em;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	}

body {
	background:#111;
	color: #fff;
	font: 100% Tahoma, Geneva, sans-serif;
	height: 100%;
	line-height:1.3em;
	width: 100%;
}

img { border: 0; }
img, div { behavior: url(templates/woodblog/css/iepngfix.htc) }

hr {
	background:url(../images/hrBG.gif) #ccc top left no-repeat;
	border:none;
	height:12px;
	margin-bottom:1em;
}

h1 {
	background:url(../images/h1Bullet.png) left no-repeat;
	color: #fff;
	font: normal 1.6em/35px Arial, Helvetica, sans-serif;
	height: 35px;
	margin-bottom: 0.7em;
	padding-left: 50px;
}

h2 {
	color: #fff;
	font: normal 1.3em Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:0.3em;
}

h3 {
	background:url(../images/h1Bullet.png) left no-repeat;
	color: #fff;
	font: normal 1.6em/35px Arial, Helvetica, sans-serif;
	height: 35px;
	margin-bottom: 0.7em;
	padding-left: 50px;
}

h4 {
	color: #fff;
	font: normal 1.2em Arial, Helvetica, sans-serif;
}

p {
	font-size:1.0em;
	line-height:1.5em;
	margin-bottom: 1.5em;
}

ul, ol {
	margin-bottom:1.5em;
	margin-left:50px;
	padding-left: 15px;
}

ul {
	list-style-image:url(../images/navBullet.png);
}

ul li, ol li {
	font-size:0.8em;
}

a {
	color:#8091a0;
	text-decoration: underline;
}

a:hover {
	color:#434446;
}

a.button {
	background:url(../images/button.png) no-repeat;
	color:#818181;
	display:block;
	font:1.0em/32px Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:32px;
	margin-top:0.5em;
	padding-left:8px;
	text-decoration:none;
	text-transform:uppercase;
	width:116px;
}

a.button:hover {
	color:#333;
	text-decoration:none;
}

#container {
	background:#000;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

#wrapper {
	background:url(../images/wrapperBG.gif) left top repeat-x;
	padding-top:50px;
	width:1000px;
}

#bufferFoot {
	background:url(../images/bufferFoot.jpg) left top no-repeat;
	clear: both;	
	height:50px;
	width:1000px;
}

#footer {
	background:url(../images/footerBG.gif) left top repeat-x;
	height:70px;
	position: relative;
	width:1000px;
}

#footer ul {
	list-style:none;
	margin-left: 50px;
	position: absolute;
	top: 25px;
	padding: 0;
	margin-bottom: 0px;
}

#footer ul li, #footer ul li a {
	float:left;
	font:0.8em Arial, Helvetica, sans-serif;
	margin:0 2px 0 2px;
}

p#copyright {
	color: #fff;
	float:right;
	font:0.7em/70px Tahoma, Geneva, sans-serif;
	margin-right: 50px;
	margin-bottom: 0px;
}