html {
min-height:100%;
height:100%;


}
body {
background-color:#E2D1BA;
}

#container {
position: absolute;
left:0px;
top: 0px;
min-height: 100%;
height: 100%;
text-align:center;
margin:0px auto;
width: 100%;
float:left;
background-color:#ffffff;
}
html>body, html>body #container {
height: auto; /*this undoes the IE hack, hiding it
from IE using the child selector*/
}


#contentHolder {
position: relative;
width: 100%;
text-align:center;
margin:0px auto;
margin-bottom: 80px;
background-color:#E2D1BA;

}

#image {
	position: relative;
	width: auto;
	height: auto;
	left: 0px;
	clear: left;
	float: left;
}
#content {
background-color:#FFFFFF;
position: relative;
width:auto;
top: 10px;
text-align:left;
margin-top:0px;
padding-bottom: 50px;
padding-left: 50px;
padding-top:25px;
padding-right:50px;
border-top-style:solid;
border-top-width:medium;
border-top-color: #663300;

}
#content p{
line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#content img {
float:right;
border: none;
border-style:none;
margin-right: 15px;
margin-bottom: 20px;
padding-left:20px;
padding-top:12px;
}
#content a:link{
line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#663300;
	text-decoration:none;
	font-weight:bold;
	}
#content a:hover{
line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#663300;
	text-decoration:underline;
	font-weight:bold;
	}
	#content a:active{
line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#663300;
	text-decoration:none;
	font-weight:bold;
	}
	#content a:visited{
line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#663300;
	text-decoration:none;
	font-weight:bold;
	}
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#663300;
	font-size: x-large;
	font-weight:bold;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#663300;
	font-size: medium;
	font-weight:bold;
}
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#663300;
	font-size:small;
	font-weight:bold;
}

ul
{
float:right;
clear: both;
}

li{
list-style-type:disc;
list-style-position:inside;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 4px 0px 0px 0px;
		color:#663300;
}

.imagehome
{
 clear:both;
 padding-bottom: 62px;
}
