/* Clear Fix */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix-left:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: left; 
	visibility: hidden;
}

.clearfix-right:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: right; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
* html .clearfix-left {height: 1%;}
* html .clearfix-right {height: 1%;}
/* End hide from IE-mac */

body{
	background:#c7b299;
	text-align:center;
	font:12px Verdana, Arial, sans-serif;
	color:#fff;
}

a{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#000;
}

#container{
	margin:20px auto;
	text-align:left;
	border:1px solid #534640;
	width:960px;
	background:#7e9dd2;
}

#masthead{
	height:100px;
	background:#7e9dd2 url('../images/masthead-back.gif') top left repeat-x;
	position:relative;
}

#masthead h1{
	text-indent:-9999px;
	background:url('../images/logo.gif') top left no-repeat;
	width:360px;
	height:100px;
	margin-left:32px;
}

#masthead h1 a{
	border:0;
	outline:0;
	display:block;
	width:360px;
	height:100px;
}

#masthead h2{
	position:absolute;
	top:10px;
	right:10px;
	width:250px;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	font-family:"American Typewriter",Georgia,serif;
}

#previews{
	display:block;
	height:120px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	background:#fff url('../images/preview-strip.jpg') top left no-repeat;
}

#nav{
	background:#425A8A;
	border-bottom:2px solid #fff;
}

#nav ul li{
	float:left;
}

#nav ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	font-weight:bold;
	padding:0 6px;
}

#nav ul li a:hover{
/*	color:#7e9dd2;*/
	background:#212E46;
}

#torso{
	background:#7e9dd2;
	margin:20px 32px;
}

#torso h3 a{
	color:#fff;
	text-decoration:none;
}

#torso h3 a:hover{
	color:#000;
}

#torso h3{
	font:24px 'Arial Black', sans-serif;
}

#torso h4{
	margin-top:-6px;
	font:14px 'Arial Black', sans-serif;
}

#torso h5{
	font:bold 12px 'Arial', sans-serif;
	margin-top:2px;
}

#torso p{
	font-size:18px;
}

#torso .column{
	float:left;
	width:213px;
	margin-right:11px;
}

#content{
	border-bottom:2px solid #fff;
	padding-bottom:20px;
	margin-bottom:10px;
	font-size:18px;
}

#content h2,h3,h4{
	font-weight:normal;
}

#content p{
	padding-bottom:10px;
}

#footer{
	margin:20px 32px;
	padding:10px 150px 0 0;
	border-top:2px solid #fff;
	font-size:12px;
	min-height:150px;
	background:url('../images/circle-w.gif') bottom right no-repeat;
}

#footer .column{
	float:left;
	width:300px;
}

#footer-ad{
	width:728px;
	height:90px;
	margin-bottom:20px;
}