﻿
body{
    background: white ;
    width: 90%;
    position: relative;
    min-width: 1000px;
	max-width: 1400px;
	margin: 0px auto;
}    
header{
    width: 100%;
	margin-left: 0px;
	background-size:100%;
    text-align: center;
}

/* Navigation List */
#nav{
    
    line-height:30px;
     background-color:#eeeeee;
    height:300px;
    width:200px;
     float:left;
     padding:5px; 
}

#nav a{
    color: blue;
    display: block;
    display: block;
    line-height: 1.5em;
    text-decoration: none;
	
}
/* Section styles */
#section {
	float: center;
	width: 70%;
	padding-left: 20px;
	text-align: center;
}

/* Article styles */
article  {
   background-color: gray;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 15px;
	margin: 15px 0px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
}

article h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
}

article p {
	font-size: smaller;
	margin-bottom: 15px;
	text-align: center;
}

article figure {
	float: center;
	text-align: center;
	width: 18%;
	margin: 0px 5px 10px 15px;
}

article img {
	width: 100%;
	height: auto;
}

article figcaption {
	font-size: 10px;
	font-style: italic;
}

article ul {
	font-size: smaller;    
	margin-left: 2em;
	line-height: 1.8em;
}

/* Links2 Navigation styles */
aside {
	float: right;
	width: 20%;
    padding-right: 20px;
	margin-right: 2%;
	
}

aside h1 {
	color: Blue;
	font-weight: normal;
	font-variant: small-caps;
	text-align: right;
}

aside ul li {
	list-style: none;
}

aside ul li a{
	border-bottom: 1px solid rgb(182, 182, 92);
	color: rgb(51, 102, 0);
	display: block;
	line-height: 2.2em;
    text-decoration: none;
}
/*good*/
/* Footer styles */
#footer {
    clear: left;
	width: 100%;
	background-color: rgb(51, 102, 0);
	text-align: center;
	margin-top: 25px;
	padding-bottom: 20px;
}

#footer address {
	font-style: strong;
	color: white;
	font-size: 15px;
}