#header{
background-color:black;
color:white;
text-align:left;
position: relative;
margin:0;
padding-right:5%;
min-width:630px;
}
#navigation{
background-color:black;
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: black;
color:white;
}
#leftColumn{
width:180px;
padding: 0 10px;
margin-left: -100%;
right:200px;
background-color: black;
color: white;
  padding-left: .1em;
  height: 100%;
}
#leftColumn ul{
list-style-type: none;
  padding-left: .4em;
  }
#centerColumn{
width: 100%;
}
#wrapper{
padding-right: 2%;
padding-left: 1%;
}
#blog{
background: #254A70;
color: white;
border:groove;
}
#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:black;
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;
}
.post{
background:#5991C8;
padding-left: .5%;
color:black;
}
#blog a:link{
color: #FFFF33;
text-decoration:underline;
}
#blog a:visited{
color:#993399;
text-decoration: none;
}
#blog a:hover{
background-color:#000000;
color: white;
}
.date-header{
font-size: 95%;
text-align: right;
}