body 
	{
    	background-color: #000000;
    	font-family: Arial, Helvetica, sans-serif;
		color: #87CEFA;
    	font-size: medium;
    	text-decoration: none;
    	margin: 2%;
	}

#stuff_wrapper
	{
	width: 75%;
	max-width: 1024px;
	margin: 0 auto;
	}

hgroup 
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #D0D0D0;
	text-align: center;
	margin: 10px;
	}

hgroup h1
	{
	font-size: 400%;
	}

hgroup h2
	{
	font-size: 300%;
	}

div.center
	{
        margin: 0 auto;
        text-align: center;
	}

#concept_quote 
	{
    margin: 0 auto;
    text-align: center;
	max-width: 800px;
	border: thin #D0D0D0 solid;
	color: #6495ED;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#yar_quote 
	{
	margin: 0 auto;
	max-width: 800px;
	border: thin #D0D0D0 solid;	
	padding: 5px;
	clear: both;
	}

#yar_quote p
	{
	text-align: justify;
	text-indent: 3%;
	color: #6495ED;
	font-style: italic;
	}
	
.float_right 
	{
	float: right;
	margin: 10px;
	} 
      
.float_right figcaption 
	{
	max-width: 300px;
	color: #87CEFA;
	text-align: center;
	font-size: small;
	font-style: italic;
	margin: 0 auto
	}

#intro 	
	{
	text-align: justify;
	text-indent: 3%;
	}

.clear 
	{
	clear: both;
	}	
	
nav 	{
	height: 75px;
	padding-bottom: 5px;
	width: 1024px;
	clear: both;
	}

nav#sa1 ul li 
	{
	list-style-type: none;
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 15%;
	}

nav#sa2 ul li 
	{
	list-style-type: none;
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 18%;
	}

nav#sa4 ul li 
	{
	list-style-type: none;
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 15%;
	}
	
article h5 
	{
	display: inline;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 100%;
	color: #D0D0D0;
	text-align: left;
	}

article ul li 	
	{
	list-style-type: none;
	}

article .background 
	{
	max-width: 960px;
	-webkit-column-count: 2;
	margin: 0 auto;
	clear: both;
	}

article .stories 
	{
	max-width: 960px;
	-webkit-column-count: 2;
	margin: 0 auto;
	clear: both;
	}

article .pictures 
	{
	max-width: 960px;
	-webkit-column-count: 2;
	margin: 0 auto;
	clear: both;
	}

p.email
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: medium;
	color: #000000;
	text-align: left;
	text-indent: 0%;
	text-decoration: none;
	}

hr 	
	{ 
	color: #87CEFA; 
	}

a:link
	{
	color: #6495ED;
	text-decoration: none;
	}

a:visited
	{
	color: #3335BB;
	text-decoration: none;
	}

a:hover
	{
	color: gold;
	text-decoration: underline;
	}

a:active
	{
	color: #FF0000;
	text-decoration: none;
	}

footer p 
	{
	text-align: center;
	font-size: 75%;
	}
