
#background{position:absolute; z-index:1; width:100%; height:15%;}
a:link {
color: #99a888;
}
a:visited {
color: #efddef;
background-color: #a98799;
}
a:hover {
color: #aa8a9a;
background-color: #97ab8a;
text-decoration: none;
}
a:active {
color: #25261f;
}
body{
scrollbar-face-color:#262722;
scrollbar-shadow-color:#1b1314;
scrollbar-arrow-color:#9aac8b;
scrollbar-highlight-color:#15021c;
scrollbar-track-color:#dfdfee;
scrollbar-3dlight-color:#031d16;
margin:0;
padding:0;
line-height: 1.5em;
}
b{font-size: 110%;}
em{color: red;}
#maincontainer{
width: 840px;
margin: 0 auto;
}
#redwood-citytopsection{
background: #efefe6;
color: #0f0811;
height: 90px;
}
#redwood-citytopsection h1{
margin: 0;
padding-top: 15px;
}
#redwood-citycontentwrapper{
float: left;
width: 100%;
}
#redwood-citycontentcolumn{
margin-left: 370px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}
#redwood-cityleftcolumn{
color: #110911;
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #ffeede;
}
#redwood-cityrightcolumn{
color: #110a12;
float: left;
width: 190px;
margin-left: -660px; /*Set right margin to -(MainContainerWidth - LeftColumnWidth)*/
background: #ffedd6;
}
#redwood-cityfooter{
clear: left;
width: 100%;
background: #120b13;
color: #feefd7;
text-align: center;
padding: 4px 0;
}
#footer a{
color: #7bba5a;
}
.innertube{
margin: 10px;
margin-top: 0;
}
