/* Zero Nukes CSS Document for the Header, menu, and footer */

body {
	margin: 20px;
	padding: 0;
	background: #ffffff;

}

/* Header */

#header {
	width: 850px;
	height: 262px;
	align: center;
	margin: 0 auto;
	background: url(images/2009/zn_header.gif);
	border: 0px;
	
}

/* Header Menus */

#menuone {
	float: left;
	width: 850px;
	height: 20px;
	padding: 205px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 auto;

}
#menuone ul {
	margin: 0;
	padding: 0;
	list-style: none;
		
}

#menuone li {
	display: inline;
	width: 121.42px;
	line-height: 12px;
}

#menuone a {
	display: block;
	float: left;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	width: 121.42px;
	line-height: 12px;
	
}

#menuone a:hover, #menuone .active a {
	text-decoration: underline;
	color: #ffffff;
} 
	

#menutwo {
	float: left;
	width: 850px;
	height: 20px;
	padding: 9px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 auto;

}

#menutwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
		
}

#menutwo li {
	display: inline;
	width: 121.42px;
	line-height: 12px;
}

#menutwo a {
	display: block;
	float: left;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	width: 121.42px;
	line-height: 12px;
	
}

#menutwo a:hover, #menutwo .active a {
	text-decoration: underline;
	color: #ffffff;
} 

/* Archive Heading */

p.archive{
	margin: 12px 0 12px 0;
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #4d1d00;
	text-align: center;
	text-decoration: underline;
	
}


/* Footer */


#footer {
	width: 846px;
	position: relative; top: 8px;
	align: center;
	margin: 0 auto;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4d1d00;
	text-align: center;
	
}