@charset "UTF-8";

/* Global Styles */

<style>

body {
    background: #fff;
    color: black;
    font-size: 100%;
}
  
header {
	width: 100%;
    background-color: white;
    text-align: center;
}

.editorial_logo {
	width: 20%;
	margin-top: 10px;
	left: 150px;
	float: left;
}

.editorial_banner  {
	float: center;
	width: 85%;
	height: 60px;
	background-color: white;
}

.editorial_banner h1 {
	font-size: 4em;
	font-family: Times, serif;
	text-align: center;
	margin-top: 20px;	
}

.clearFloat {
	clear:both;
}

.nav {    
	font-size: 1.5em;
}

h2 {
    font-size: 1.5em;
     font: Century, serif;
     margin: 40px 0px 10px 0px;
     text-align: center;
     font-style: normal;
}  
     
h3 {
     font-size: 1em;
     font: Century, serif;
     margin: 10px 0px 10px 0px;
     text-align: center;
     font-style: normal;
}

ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

ul li { 
	float: left;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
}
 
ul li a {
  	display: block;
  	width: 100%;
  	text-decoration: none;
  	padding: 10px 35px;
  	margin: 0 px; 
  	color: black;
  } 

#wrapper {
	width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/
}

.middle_wrap   {
	margin-left: auto;
    margin-right: auto;
}


.main {
	width: 75%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
}

.aside {
	width: 22%;
	float: left;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 2%;
	background-color: white;
}

#div-1c {
	clear:both;
	line-height: 1.5em;
}

.aside p {
	width: 100%;
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-top: -3px;
	font-size: 1.025em
}

.four_column {
	width: 100%;
	height: 600px;
	float: left;
	background-color: white;
}

.aside_1 {
	width: 23%;
	height: 600px;
	float: left;
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-top: -3px;
	font-size: 1em;
	margin: 0px 10px 10px 20px;
}

.aside_2 {
	width: 23%;
	height: 600px;
	float: left;
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-top: -3px;
	font-size: 1em;
	margin: 0 10px 10px 10px;
}

.aside_3 {
	width: 23%;
	height: 460px;
	float: left;
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-top: -3px;
	font-size: 1.025em;
	margin: 90px 10px 10px 10px;
}

.aside_4 {
	width: 23%;
	height: 400px;
	float: left;
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-top: -3px;
	font-size: 1.025em;
	margin: 150px 10px 10px 10px;
}

#caption {
	width: 100%;
	text-align: left;
}

#caption p {
	font-size: .9em;
	width: 100%;
}

.thumb_content {
	width: 100%;
	border-bottom: solid 1px black;
}

.image_link {
	float: left;
	width: 18.2%;
	margin: 10px 10px 10px 10px;

}

#footer {
	clear: left; /* starts the footer below the floated content */
	text-align: center;
	border-top: solid 1px black;
	width: 1200px;
}

</style>