@charset "UTF-8";

/* Global Styles */

<style>

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

.editorial_logo {
width: 20%;
top: 35px;
left: 150px;
float: left;
}

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

}

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


.clearFloat {
	clear:both;
}

nav {    
	width: 1200px;
	margin: 20px 0px 0px 0px;
	font-size: 1.5em;
}
        
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: 171px;
  	text-decoration: none;
  	padding: 10px 0px;
  	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: 20px;
	margin-bottom: 20px;
}

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

#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;
}

#caption {
	width: 75%;
	text-align: left;
	padding: 35px 0px 0px 0px;
}

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

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

.image_link {
	float: left;
	width: 20%;
	margin: 15px 0 15px 0;

}

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

</style>