/* body styles */

body	{
	background: #962421;
	}

/* header styles */

#tagline	{
	position: absolute;
	left: -9999px;
	}

#header	{
	width: 958px;
	height: 50px;
	margin: 0 auto;
	border: 1px solid #000;
	border-top: none;
	background: #0c3d63;
	margin-bottom: 20px;
	
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	
	}
	
#header h1	{
	float: left;
	}
	
#header a	{
	float: right;
	width: 95px;
	height: 45px;
	padding-top: 5px;
	padding-left: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 1.25em;
	font-weight: bold;
	border-left: 1px solid #000;
	}
	
#header a:hover	{
	background: #2381c8;
	}
	
#header a.active	{
	color: #000;
	background: #fff;
	border-bottom: 1px solid #000;
	}
	
#header a.active:hover	{
	color: #fff;
	background: #2381c8;
	}
	
/* section styles */

#section	{
	clear: both;
	width: 960px;
	margin: 0 auto;
	}

#aside	{
	float: left;
	border: 1px solid #561513;
	background: #fff;
	margin-bottom: 20px;
	text-align: center;
		
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	
	}
	
.contentbutton	{
	float: left;
	margin: 10px;
	border: 1px solid #000;
	cursor: pointer;
	}
	
#article	{
	border: 1px solid #561513;
	background: #fff;
	margin-bottom: 20px;
	padding: 10px;
	
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	
	}
	
#section h2	{
	letter-spacing: -1px;
	}
	
/* footer styles */

#footer	{
	clear: both;
	width: 938px;
	margin: 0 auto;
	border: 1px solid #561513;
	background: #fff;
	text-align: center;
	padding: 10px;
	
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	
	}