html {
	height:100%;
}

body {
	font: 75% arial, sans-serif;
	line-height: 1.88889;
	color: #333333;
	background: #ecece9;
	margin: 0;
	padding: 0;
	height:100%;
	}

h1, h2, h3, h4, h5, {
	font-weight: normal;
	letter-spacing: -0.03em;
}


h6 {
	font-weight: lighter;
	font-style: italic;
}
#content{
	margin:20px;
	padding-left: 100px;
}

#container_top {
	background: url(wrapper.gif) repeat top;
	height: 200;
	
}
#footer{
	color: #CCCCCC;
	background: url(bottombar.gif) repeat bottom;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align:right;
	text-indent:-20px;
}

#logo{
	background: url(logo.gif) top left no-repeat;
	height:160;
	
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4E4436;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006600;
	text-decoration: none;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
