body {
margin: 0 0 20px 0;
padding: 0;
background: #fdfdfd url(../images/bg.png) repeat-x;
font-family: "Lucida Grande", Arial, sans-serif;
font-size: 80%;
color:#333;
}

a, a:link {
text-decoration:none;
color: #8c3329;
}

a:hover {
text-decoration: underline;
}

#topnav a {
font-weight: bold;
font-size: 10px;
color: #edebe4;
text-transform: uppercase;
}

#topnav {
margin: 0;
padding: 0;
position: absolute;
display: block;
z-index: 10;
top: 76px;
}

#topnav ul {
list-style: none;
margin: 0;
padding: 0;
position: relative;
}

#topnav ul li {
margin: 0;
padding: 0;
display: block;
float: left;
position: relative;
}

#topnav ul li a {
display: block;
padding: 0px 16px;
position: relative;
float: left;
background: url(../images/topnavborder.gif) right repeat-y;
}

#topnav ul li.archives a {
background: none;
}

.pagetitle {main.css (line 854)
clear:both;
color:#8C3329;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
display:block;
margin:5px 0;
padding:0 0 5px;
}
/* contains just the sidebar and content area */

#ccontainer {
padding: 0;
margin: 0 auto;
background: url(/images/ccbg.png) no-repeat;
}

.pagetitle {
margin: 5px 0;
padding: 0 0 5px 0;
display: block;
clear:both;
}

p {
font-family:Georgia,serif;
font-size:14px;
line-height:1.4em;
color:#333;
}

#bubble_tooltip {
display:none;
position:absolute;
width:350px;
z-index:100;
}
#bubble_tooltip .bubble_top {
background-image:url(bubble_top.gif);
background-repeat:no-repeat;
height:12px;
}
#bubble_tooltip .bubble_middle {
background-image:url(bubble_middle.gif);
background-position:left bottom;
background-repeat:repeat-y;
padding-left:7px;
padding-right:7px;
}
#bubble_tooltip .bubble_middle span {
font-family:Trebuchet MS,Lucida Sans Unicode,Arial,sans-serif;
font-size:11px;
position:relative;
text-align:left;
top:-3px;
}
#bubble_tooltip .bubble_bottom {
background-image:url(bubble_bottom.gif);
background-repeat:no-repeat;
height:27px;
position:relative;
top:-3px;
}