#pageContent {
    background-color: white;
    width: auto;
    text-align: center;
    font-size: 13px;
    margin-left: 50px;
    margin-right: 50px;
}
#container {
    background-color: white;
    margin: auto;
}
#left {
    /*background-color: orange;*/
    width: 200px;
    height: 200px;
    float: left;
    margin: auto;
}
/*CAT LINK LIST*/
#left ul {
    list-style: none;
    padding: 0px;
    margin: auto;
}
#left li {
    padding: 12px 15px 12px 15px;
    border-bottom: 1px solid #FF6400;
    border-right: 1px solid #FF6400;
    border-left: 1px solid #FF6400;
    border-top: 1px solid #FF6400;
    margin: 1px;
    background-color: #FCAA86;
}
#left li:hover {
    background-color: #F9A182;
    background-position: top right;
    color: purple;
}
#left a:link, #lcat a:active, #lcat a:visited {
    font-weight: normal;
    color: #C14602;
}
#left a.c {
    font-weight:normal;
    text-decoration:none;
}
#right {
    /*background-color: blue;*/
    width: 200px;
    height: 200px;
    float: right;
    margin: auto;
}
/*BOB LINK LIST*/
#right ul {
    list-style: none;
    padding: 0px;
    margin: auto;
}
#right li {
    padding: 12px 15px 12px 15px;
    border-bottom: 1px solid #284A91;
    border-right: 1px solid #284A91;
    border-left: 1px solid #284A91;
    border-top: 1px solid #284A91;
    margin: 1px;
    background-color: #5989CE;
}
#right li:hover {
    background-color: #5081BC;
    background-image: url(drops/li_hi.gif);
    background-repeat: no-repeat;
    background-position: top right;
    color: purple;
}
#right a:link, #lbob a:active, #lbob a:visited {
    font-weight: normal;
    color: #254377;
}
#right a.c {
    font-weight:normal;
    text-decoration:none;
}
/**/
#middle {
    background-color: green;
    margin: auto;
    margin-left: 210px;
    margin-right: 210px;
}
#blogPosts {
    background-color: gray;
    width: auto;
}
.post {
    background-color: red;
    width: auto;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.post h2{
    margin-top: 0px;
    text-align: left;
}
.post p{
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
}
.author{
    text-align: right;
}
.who{
}
.when{
}
#footer {
    clear: both;
    border-top: 1px solid #ccc;
    color: #999;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: center;
}
#footer a.valid_xhtml {
	color: #4CCC40;
}
#footer a.valid_css {
	color: #3CA7FF;
}
#footer a.valid_rss {
	color: #FFA143;
}