/* Ets Style Sheet */


header, footer {
margin: 0px auto;
}

/* Body styles */

body{
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.2em;
	list-style: none;
	vertical-align: baseline;
	background: black url(Stars.jpg) fixed center center repeat;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	width: 95%;
	min-width: 1000px;
	max-width: 1400px;
}

body h1{
font-size: 1.5em;
color: rgb(193, 105, 18);
}
 

/*Navigation styles*/
nav.verticalNav ul{
display: block;
width: 14%;
list-style-type: none;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 0.9em;
padding-right: 0.9em;
background-color: rgb(193, 105, 18);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
line-height: 1.5em;
}


nav.verticalNav ul li a{
	color: rgb(84, 46, 97);
	text-decoration: none;
}

nav.verticalNav li a:hover{
	color: rgb(254, 211, 16);
}

figcaption{
color:white;
text-align: center;
} 

aside{


background-color: rgb(193, 105, 18);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
color: rgb(20, 9, 67);
top: 20px;
left: 950px;
position: absolute;
width: 30%;
height: 450px;

}

aside img{
position: center;
padding: 20px 20px 10px 20px;
margin: 2px 90px 0px 90px;
}

aside h1{
color: rgb(20, 9, 67);
font-size: 75%;
font-weight: bold;
margin-bottom: 10px;
text-align: center;
}

aside p{
color: white;
font-size: 85%;
padding: 10px 10px;
margin: 5px 5px 40px 5px;
}



/*
section {

display: block;
float: right;
clear: right;

background-color: rgba(311, 100, 49, 0.40);
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
width: 30%;
margin: 1%;
}


section h3 {
	float: right;
	color: rgb(126, 0, 102);
	
	margin-left: 60%;
	margin: 1px 80px 13px 80px;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: 0.3em;
}

section p{
	color: rgb(126, 0, 102);
	margin: 20px auto;
	text-align: left;
	margin-left: 7%;
	
	padding: 2px 3px 2px 3px;
	}
	
/*Footer styles*/

/*
footer p{
	display: block;
	float: right;
	clear: right;
	margin-left: 3%;
	width: 7%;
	font: normal 0.8em Verdana, Geneva, sans-serif;
	text-align: left;
	
}

