body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #BDA285; /*brookline beige */
}	
	
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border-color: #584932;
	border-width: 1px;
	border-style:solid; 
	width: 960px;
	background-color:#EDE7D9;  /* white down */
	/* background: url("cybersquibbs/images/2010/background_cols.gif") repeat; */ 
}

#header {
	margin: 0 0 10px 0;  
	background-color: #EDE7D9;
}

#side-a {
	float: left;
	width: 250px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;	
	border-right-color: #584932;
	border-right-width: 1px;
	border-right-style:solid; 
}

#side-b {
	float: right;
	width: 280px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;	
	margin-bottom: 10px;
	border-left-color: #584932;
	border-left-width: 1px;
	border-left-style:solid; 
}

#content { 
	float: left;
	width: 380px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	background: #9B543D; /* rusty nail */
	font-size: 80%;
	color: #dddddd;
	padding: 1px;	
}



a:link {
	color: #666633;
	text-decoration: none;	
	font-weight: bold;
}
a:visited {
	color: #666633;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
		font-weight: bold;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
		font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	/* background-color: #584932;  */
	background-color: #9B543D;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.smalltext {
	font-size: 80%;
}
.yellowright {
	font-size: 90%;
	font-weight: bold;
	background-color: #ffffcc;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 10px;
}
.toplinks {
	text-transform:uppercase;
	margin-left: 10px;
    margin-top: 20px;
	font-size: 90%;
    font-weight:normal;
}
.bloglist {
	font-weight:normal;
	font-size: 80%;
}