body {
	background: #999999;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.small {
	font-size: 12px;
	background-position: right;

}
.med {
	font-size: 16px;
}
.more {
	font: 14px Georgia, "Times New Roman", Times, serif;
}

#body {
	position:absolute;
	left:10px;
	top:0;
	width:985px;
	background-color: #FFFFFF;
	height: auto;
	z-index: 2;
}

.blurb {
	font-size: 18px;
	font-style: italic;
	line-height: 35px;
	font-weight: lighter;
}
a {
	color: #CC0000;
	text-decoration: none;
}
.title {
	font-size: 18px;
	color: #0081db;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

.blurb_med {
	font-size: 15px;
	line-height: 1.5em;
}
.large {
	font-size: 17px;
	line-height: 25px;
	font-style: italic;
}
.smallest {
	font-size: 11px;
}
#nav {
	position: absolute;
	left:211px;
	top:0px;
	width:695px;
	height:30px;
	z-index:4;
	background-color: #56453E;
}
#logo {
	position:relative;
	float: left;
	left:8px;
	top:-5px;
	width:249px;
	z-index:3;
}
#content {
	position:relative;
	float: left;
	left:8px;
	top:45px;
	width:706px;
	z-index:3;
	margin-bottom: 3em;
}
#footer {
	clear:both;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
.entrydate {
	font-size: 11px;
	color: #999999;
	text-transform: uppercase;
	margin-top: .5em;
	margin-bottom: .5em;
}
.entrytitle {
	font-size: 14px;
	margin-bottom: .5em;
}
.entry {
	margin-top: 1em;
	margin-bottom: 1em;
}
.main-title {
	color: #CCCCCC;
	letter-spacing: 0.5em;
	font-size: 14px;
}
