*, html, body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	}

body {
	background: url(http://www.challies.com/sites/all/themes/challies/images/bg.jpg) fixed;
	background-repeat: repeat-x;
	background-position: fixed;
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
}

img { border: 0; }
img, div { behavior: url(templates/woodblog/css/iepngfix.htc) }

ol, ul {
	margin-left: 30px;
	}
	
p {
	margin-left: 2px;
	margin-bottom: 10px;
	}

a {
	color: #073961;
	}
	
h2 {
	margin-top: 10px;
	}
	
a:hover {
	color: #0881d7;
	}

a:visited {
	color: #5a37ae;
	}

#container {
	display: block;
	position: absolute;
	min-height: 100%;
	width:100%;
}

#wrapper {
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width:1060px;
	padding:0px;
	margin-bottom: 0px;
	background:#fff;
	background:url(http://www.challies.com/sites/all/themes/challies/images/content-slice.png) repeat-y;
}

#footer {
	position: absolute;
	display: block;
	bottom: 0;
	padding-top: 20px;
	height: 60px;
	margin-top:20px;
	width: 100%;
	background: url(http://www.challies.com/sites/all/themes/challies/images/footer-shadow.png);
	font-size: 10pt;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	line-height: 0.5em;
	color:#fff;
}

#footer a {
	color: #fff;
	font-weight: bold;
	padding: 4px;
	}
	
#footer a:hover {
	background-color: #ffffff;
	color: #0075b2;
	}
