* {
    margin: 0;
    padding: 0;
}

#container{
    float: left;
    width:100%;
    height: auto !important;
    height: 100%;
    background: url("images/containerbg.gif") repeat-y; 
}

#header{
	float: left;
	color: #cccccc;
	width: 991px;
	height: 222px;
	margin: 0 auto;
}

#headerimage {
	background-color: #FFFFFF;
	height: 222px;
	width:500px;
	padding: 200px 0 0 620px;
	background: url("images/headerimage2.gif") no-repeat;

}

#headerimage a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
	
#headerimage a:hover {
	color: #7D0E27;
	text-decoration: none;
	font-weight: bold;
	}

.navitree{ 
    font-size: 0.8em;
    padding: 0 0 20px 10px;
    color: #7D0E27;
}

#content{
    float: left;
    width: 650px;
    padding: 10px 20px;
}

.footer {
	background: url("images/footer.gif") no-repeat;
	color: #666666;
	margin: 0 auto;
	padding: 0 15px 0 15px;
	background-position: bottom;
	height: 30px;
	clear: both;
	}
	