@charset "UTF-8";
/* Fearless */

body {
	background:#000000;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.95em;
}
a, a:visited {
	color:#00F;
}
h2 {
	color:#042a6e;
	font-size:1.15em;
}
.wrapper {
	width:780px;
	margin:0 auto;
	background:#ffffff;
	
}
.content{
	padding:10px;
}
.header{
	height:140px;
	background:url(../i/masthead.jpg) no-repeat;
	width:780px;
}
.undernav {
	height:22px;
	background:url(../i/undernav.jpg) no-repeat;
	width:780px;
}
.left_col {
	float:left;	
	width:63%;
	margin-right:10px;
}
.right_col {
	float:left;
	width:35%;
	font-size:.7em;
}
.top1 {
	float:left;
	width:49%;
}
.top2 {
	float:left;
	width:49%;
}
.prod {
	text-align:center;
}
.author {
	border-top:1px solid #eeeeee;
}
.smaller {
	font-size:.7em;
	text-align:center;
}
.max_image {
	padding:5px;
	border:#eeeeee 1px solid;
}
.resources_link a, resources_linka:visited {
	color:#000;
	text-decoration:none;
}
.clear {
	clear:both;	
}
.footer {
	height:96px;
	background:url(../i/footer.jpg) no-repeat;
	width:780px;
}

