a
{
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	font-family: verdana;
	color:navy;
	
}

a:hover{text-decoration: underline}

html, body, #contents 
{
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents 
{
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body 
{
	margin: 0;
	font-family: verdana;
	font-size: 12px;
	color: #black;
	background-color: #FFF7E5;
}

#contents 
{
	position: absolute;
	top: 0;
	left: 0;
}

#header 
{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF7E5;
	width: 100%;
	text-align: center;
}

#main 
{
	margin-top: 10em;
	margin-bottom: 5em;
	height: auto;
	padding: .5em;
	background-color: #FFF7E5;
}

#footer 
{
	position: absolute;
	bottom: 0;
	left : 0;
	background-color: #FFF7E5;
	width: 100%;
	text-align: left;
	font-family:verdana;
	font-size:9px;
	color:#bbbbbb;
}

#encart
{
	width: 75%;
	border:1px solid black;
	background-color: white;
	margin-left: auto;
     	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	height: auto;
	padding: 5em;
}

#logo
{
	border: none;
	width: 180px;
	margin-left: auto;
     	margin-right: auto;
}

img
{
	border: none;
}