﻿article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

body
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #000;
	background: #f0f0f0 url('./images/bgshadow.png') repeat-y scroll center top;
	padding: 0;
	margin: 0;
}

html, body
{
	height: 100%;
}

#wrapper
{
	min-height: 100%;
	height: auto !important; /*Cause footer to stick to bottom in IE 6*/
    height: 100%; 
    margin: 0 auto -37px; /*Allow for footer height*/
}

header 
{
	width: 100%;
	background: #e0e0e0 url('./images/bgshadow_darker.png') repeat-y scroll center top;
}

#content-area 
{
	
	color: #000;
}

#content-boxes 
{
	width: 660px;
	min-height: 600px;
	margin-top: 6px;
	float: left;
}

footer 
{
	position: relative;
	width: 960px;
	background-color: #f0ebc5;
	color: #333;
	font-size: 0.88em;
	text-align: center;
	line-height: 36px;
	margin: 0 auto;
	border-radius: 0;
	border-top-left-radius: 24px;
	border-bottom: 1px solid #cacaca;
}

footer .back-home
{
	position: absolute;
	top: -22px;
	right: 0;
	background-color: #F9F7E7;
	line-height: 22px;
	padding: 0 6px;
	border-top-left-radius: 8px;
	border: 1px solid #F3EFCF;
}

footer, #divPush
{
	height: 37px;
}

footer a, footer a:visited, footer a:hover
{
	color: #333 !important;
	text-decoration:underline !important;
}

footer img
{
	vertical-align: middle;
}

.clear
{
	clear: both;
}

.centered-block, #main-area
{
	display: block;
	width: 940px;
	margin: 0 auto;
}

a img 
{
	border: 0;
}

h1
{
	font-size: 1.6em;
}

h2
{
	font-size: 1.4em;
}

h3
{
	font-size: 1.2em;
}