*, html, body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	}

body {
	background-image: url(../images/body_back.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #ececec;
	font-family: arial, 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:968px;
	padding: 15px;
	padding-top:0px;
	margin-bottom: 70px;
}

#footer {
	position: absolute;
	display: block;
	bottom: 0;
	padding-top: 20px;
	height: 60px;
	width: 100%;
	background-color: #666;
	font-size: 10pt;
	color:#fff;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	line-height: 0.5em;
}

#footer a {
	color: #fff;
	font-weight: bold;
	padding: 4px;
	}
	
#footer a:hover {
	background-color: #ffffff;
	color: #0075b2;
	}