/* CSS Document */
td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
	
.left {
	float:left;
	border: 1px solid black;
	height: 140px;
	width:270px;
	clear: both;
}

.right {
	float: left;
	border: 1px solid black;
	height: 140px;
	width:270px;
}

.left h3, .right h3 {
	padding-left:10px;
}

#links {
	clear:both;
	padding-top:20px;
}

/* Rarebird adjustments */
body {
	margin: 0px;
	padding: 0px;
}
#toolbar > .content > ul {
  	border-left: 1px solid #9F0C39 !important;
}
#toolbar .topnav {
	font-weight: normal;
	font-size: 14px !important;
}
#toolbar .subnav_node a {
	font-size: 12px !important;
}

#header, #columns {
	margin-top: 35px;
}
