html, body { 
	height:100%;
	width: 100%;
	margin: 0px;
	padding: 0px;	
}

body {
	background-image: url(../graphics/bodybg.gif);
}

#page {
    width: 1000px;
    min-height: 100%;
    position:relative;
    margin: 0px auto;
    height: 100%;
}

#header {
    width: 1000px;
    background-color: #870102;
    height: 97px;
}

#content { 
    height: 600px;
background-color:#FFFFFF;
}


#copyright {
    float: left;
    padding-left: 5px;
}

#donatelink {
    float: right;
    padding-right: 5px;
}

#donatelink a {
    color: white;
}

#footer {
/*    position: absolute;
    bottom: 0px;*/
    width: 1000px;
    clear: both;
    /*height: 3em;*/
    /*margin: 0px auto;*/
    text-align: left;
    background-color: maroon;
    color: white;
}

#banner, #addressTextbox {
    text-align: center;
    background-color: #870102;
    color: white;
}

/*
#results > * {
    padding-left: 5px; /*0.5em;
    padding-right: 5px; /*0.5em;
}
*/


#map_canvas, #sidebar {
    height: 600px;
}

#sidebar
{
    background-color: white;
    float: left;
    width: 259px;
    padding: 0;
    margin: 0;
    min-height: 100%;
    position: relative;
}

#sidebar > * {    
    padding-left: 5px; /*0.5em;*/
    padding-right: 5px; /*0.5em;*/
    font-size: smaller;
}

#results {
    position: absolute;
    overflow: auto;
    height: 100%;

    /*padding-bottom: 50px;*/
}

#sidebarFooter {
    position: absolute;
    /*margin-top: -5em;*/
    bottom: 0;
    height: 85px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

#map_canvas {
    float: right;
    width: 740px;
    border-left: 1px solid black;
}

#content > * {    top: 0px;
    left: 0px;
}

#SpecialNote 
{
    padding: 10px 50px 10px 50px;
    background-color:#FFFFFF;
}

.hidden {
    display: none;
}

.important {
    font-weight: bold;
}