@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size: 16px;
	color:#333333;
}

.preview{

}


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

a img{
	border:none;
}

.content_container{
	width:900px; 
	margin-left:auto; 
	margin-right:auto;
}

#content{
	float:right; 
	width:650px; 
	margin-top:30px;
}

.mod_title{
	font-size:24px;
}

.mod_date{
	margin-top:5px;
	margin-left:300px;
	font-size:12px;
}

.mod_blurb{
	margin-top: 5px;
	font-style:italic;
	font-size:12px;
}

.mod_bottom{
	font-size:12px;
	clear:both; 
	padding-left:250px;
	margin-top:15px;
}

#footer{
	padding-top:50px;
	padding-bottom:30px;
	clear:both;
	width:100%;
	font-size:12px;
	text-align:center;
	height:100px;
}
#footer em{
	width:150px;
	text-align:center;
}