* {
    margin: 0;
    padding: 0;
}

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

#headernav{
    float: right;
    height: 15px;
    width: 870px;
    padding: 0px 0px 0px 0px;
    text-align: right;
    color: #e2001a;
}

.navitree{ 
    font-size: 1.0em;
    padding: 0 0 0px 25px;
    color: #999999;
}

/* #header{
    float: left;
    width: 900px;
    height: 200px;
    background: #99cc00;
    margin: 0 8px;
}

#logo{
    float: left;
    width: 250px;
    height: 200px;
    background: url("images/logo.gif") no-repeat;
}

.logolink{
    float: left;
    display: block;
    width: 200px;
    height: 200px;
    margin-left: 20px;
}


#headerimage{
    float: left;
    width:650px;
    height: 000px;
    background: url("images/headerimage.jpg") no-repeat;
} 
*/



#content{
    float: left;
    width: 500px;
	padding: 0px 20px 0px 5px;
	height: 2400px;
}


/* begin footer */
.footer {
	width:100%;
	height: 98px;
	background: transparent url("images/footerweb2.gif") repeat-x bottom;
}

.footerLeft {
	margin: 0 auto;
	position: relative;
	top: 0px;
	width: 940px;
	height: 20px;
	padding: 35px 0 0 0px;
	font-size: 11px;
	color: #FFFFFF;
}

.footerLeft a:link, .footerLeft a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footerLeft a:hover {
	text-decoration: none;
	color: #3c495a;
}

.footerRight a:link, .footerRight a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footerRight a:hover {
	text-decoration: none;
	color: #3c495a;
}


.footerRight {
	float: right;
	position: relative;
	top: -15px;
	left: -10px;
	left: -10px;
}
/* end footer */
