#header{
background-color:#003300;
color:white;
text-align:left;
position: relative;
margin:0;
padding-right:5%;
min-width:630px;
}
#navigation{
background-color:#003300;
color:white;
text-align:center;
}
#container{
padding-left: 200px;
padding-right: 150px;
position:relative;
overflow:hidden;
height: 100%;
}
#container .column{
float: left;
position: relative;
padding-top:5px;
padding-bottom:20010px;
margin-bottom:-20000px;

}
#rightColumn{
width: 135px;
padding: 0 10px;
margin-right:-180px;
background-color: #003300;
color:white;
}
#leftColumn{
width:180px;
padding: 0 10px;
margin-left: -100%;
right:200px;
background-color: #003300;
color: white;
  padding-left: .1em;
  height: 100%;
}
#leftColumn ul{
list-style-type: none;
  padding-left: .4em;
  }
#centerColumn{
width: 100%;
}
#detail{
text-align: center;
width:50%;
padding-top: 1em;
margin: 0 auto;
border:groove;
background-color:#336699;
}
#centerColumn a:link{
color:#336699;
text-decoration:underline;
}
#centerColumn a:visited{
color:#993399;
text-decoration: none;
}
#centerColumn a:hover{
background-color:#000000;
color: white;
}
#footer{
text-align:center;
font-size:smaller;
color:white;
background-color:#003300;
clear:both;
}
a:link{
font-weight: bold;
text-decoration: none;
color: #F3E88E;
}
a:visited{
color: #CDCDB4;
font-weight: bold;
text-decoration: none;
}
a:hover{
color: #FFFFFF;
text-decoration: none;
}
#quotes {
background:#F3E88E;
color: black;
text-align:center;
border:dashed;
border-color:#000000;
font-size:small;
}
.center{
text-align: center;
}
.post{
background:#B8D8B4;
}
.info{
background: #003300;
color:#FFF;
text-align: right;
}
.right{
float: right;
}
.left{
float: left;
}