html {
font-size : 130%;
}


body {
background-image:url("../images/concrete.png");
background-attachment : fixed;
}

.invisible {
background-image:url("../images/concrete.png");
position : relative;
top : 0;
width : 97%;
height : 1.8em;
padding-left : 3%;
padding-bottom : 2%;
font-size : .8em;
color : #000;
}


.invisible A:link, .invisible A:visited {
background-color : #ba4a27;
color : #fff;
padding-left : 2%;
padding-right : 2%;
text-decoration : none;
border : solid 1px #000;
}

.invisible A:hover, .invisible A:focus, .invisible A:active {
background-color : #fff;
color : #000;
padding-left : 2%;
padding-right : 2%;
text-decoration : none;
border : solid 1px #000;
}

#wrapper {
width : 100%;
margin : 0;
margin-bottom : 10px;
border : none;
border-bottom : solid 4px #707170;

-moz-box-shadow: 0 0 0 #222; 
-webkit-box-shadow: 0 0 0 #222;
}

#banner img {
border-top : solid 4px #707170;
width : 100%;
}

#content {
padding : 3%;
width : 94%;
}




#leftcol {
width : 94%;
padding-right : 0;
}

#rightcol {
width : 94%;
padding-right : 0;
}


#leftcol img, #rightcol img {
width : 97%;
}

#door1, #door2, #door3 {
display : none;
}

#p517 {
clear : both;
float : left;
width : 94%;
}

#homeimage {
display : none;
}