/* Des Moines Zen Center -- CSS Document */



/* BASIC STYLES
--------------------------------------------------------------------*/

.clear {
	clear: both;
	}
	
.red {
	color: #cc0000;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
body {
	margin-top: 10px;
	padding: 0;
	text-align: center;
	background-color: #666;
	line-height: 155%;
	font-size: 13px;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #fce0ae;*/
	color: #ccc;
	margin-top: 0;
	}
	
.header, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #f6a032;
	font-weight: bold;
	text-transform: uppercase;
	}

.subhead, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #852a00;
	font-weight: normal;
	}

	
a:link, a:visited {
	color: #852a00;
	text-decoration: none;	
	}
	
a:hover {
	color: #f6a032;
	text-decoration: none;	
	}
	
/*
a.subhead:link, a.subhead:visited {
	color: #852a00;
	text-decoration: none;	
	}
	
a.subhead:hover {
	color: #852a00;
	text-decoration: underline;	
	}
*/
	
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	line-height: 135%;
	}
	




/* DIVs
--------------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 600px;
	background-color: #000;
	}
	
#masthead {
	margin: 0;
	padding: 0;
	width: 600px;
	height: 232px;
	background: url(images/masthead.png) no-repeat;
	text-align: left;
	}
	
#masthead #topnav {
	position: relative;
	top: 121px;
	left: 16px;
	width: 396px;
	height: 31px;
	z-index: 1;
	}
	
#content {
	width: auto;
	margin: 5px 16px;
	padding: 0;
	text-align: left;
	}
	
#btmcorners {
	width: 600px;
	height: 16px;
	background: #000 url(images/btmCorners.gif) no-repeat;
	margin: 0;
	padding: 0;
	}
	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #666666;
	}
	

.fourColumn {
	width: 130px;
	float: left;
	margin-right: 15px;
	}
	
.fourColumnlast {
	width: 130px;
	float: left;
	margin-right: 0;
	}
	
.twoColumn {
	width: 275px;
	float: left;
	margin-right: 15px;
	}
	
.last {
	margin-right: 0;
	}
