#container {
        width:98%;
        position:absolute;
        text-align: left;
	background-color: #FFFFFF;
}

#banner {
	background-color: white; /* #CCCCCC; */
	padding: 5px;
	height: 104px;
        text-align: center;
        border: solid #e5e5e5;
}

<!-- #banner img {
	text-align: center;
	padding: 0px 0px 0px 0px;
} -->

h1 {
	padding: 10px 0px 0px 0px;
	margin: 0;
}

h2 {
	padding: 5px 0px 0px 0px;
	margin: 0;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

h1 a, h1 a:hover, h1 a:visited, h1 a:active, h1 a:link {
        color: black;
        text-decoration: none;
        background-color: #FFFFFF;
	font-weight: 900;
}
#searchForm {
        display: inline;
}

h3 {
        margin: solid #e5e5e5;
        background-color: #e5e5e5;
        font-weight: bold;
	border-bottom: solid thin black;
}

h4 {
        background-color: #e5e5e5;
}

a, a:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	background-color: #CC0000;
	text-decoration: none;
}

a:visited {
	text-decoration: underline;
	font-weight: normal;
}

a img, a:link img {
	color: white;
}

a#searchLink {
	margin: 3px 10px 3px 3px;
}

input#search {
	margin-left: 10px;
}

#left {
	float:left;
        width:260px;
        background-color: #e5e5e5;
	font: 12px Serif;
	padding: 5px;
}

#center {
	margin-left:270px;
	padding-left: 5px;
        background:#fffff;
	font: 12px/19px "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
        }

#center p {
	padding: 5px 10px 5px 10px;
}

caption.calendarhead {
	font: 900 14px Serif;
}

div.entryLinks {
	padding-bottom: 10px;
}

div.trackbackItem {
	border: solid thin black;
        background-color: gray;
        margin: 10px;
        padding: 5px;
}

.comment {
	border: solid thin black;
    margin: 10px;
    width: 560px;
}

.commentsPosted {
	border-bottom: solid thin black;
	padding: 5px;
	background-color: #e5e5e5;
}

.commentsPosted p {padding: 0; margin: 0;}

#header {
    width:100%;
    float:left;
    background:#DAE0D2 url(http://blog.case.edu/bcg8/images/bg.gif) repeat-x bottom;
    font-size:93%;
    line-height:normal;
    }

#header ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }

#header li {
    float:left;
    background: url(http://blog.case.edu/bcg8/images/left.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    }

#header a {
    float:left;
    display:block;
    background:url(http://blog.case.edu/bcg8/images/right.gif)
      no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
    }
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #header a {float:none;}
  /* End IE5-Mac hack */

#header a:hover {
      color:#333;
      }

#header #current {
    background-image: url(http://blog.case.edu/bcg8/images/left_on.gif);
    }

#header #current a {
    background-image: url(http://blog.case.edu/bcg8/images/right_on.gif);
    color:#333;
    padding-bottom:5px;
    }
