body {  
	font-family: Georgia, "Times New Roman", Times, serif
}

.tagline {
	font-size: 120%;
	font-style: italic;
}

.menuLinks {
	font-size: 90%;
	font-family: sans-serif;
}

.sidebarHeader {
	font-family: sans-serif;
	font-style: bold;
	font-size: 110%;
}

.sidebarLinks {
	font-size: 90%;
}

.footer {
	border-top: 1px dashed #5555aa;
}

#content {
  width:70%;
  float: left;
}

#sidebar {
  width:25%;
  float:right;
  margin-left: auto;
  margin-right: auto;
}

#blogroll {
  padding: 4%;
  border:2px dashed #5555aa;
  background-color: #bdc4ff;
}

