/* Main Selectors */

body {
   background-color: #FFFFFF;
   color: #000000;
   font-family: Verdana, tahoma, arial, sans-serif;
   position: relative;
   top: 0px;
   width: 1000px;
   margin: 0 auto;
   text-align: left;
   border-radius: 0.5em 1em;
}

header {
   background-color: #000066;
   height: 90px;
   padding: 5px;
   text-align: center;
   border-radius: 0.5em 1em;
   box-shadow: 10px 5px 5px grey;
}

h1 {
    text-align: center;
    color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
    position: relative;
    top: -20px;
    left: 450px;
    width: 300px;
    font-style: italic;
}

aside {
   float: right;
   width: 300px;
   padding-top: 10px;
   margin-right: 10px;
}

    aside h1 {
        font-size: 16px;
        font-weight: bold;
        text-align: left;
    }

    aside article {
    background-color: #000066;
    color: #FFFFFF;
    width: 290px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 10px 5px 5px grey;
    border-radius: 0.5em 1em;
    }

section {
   padding-left: 30px;
}

article {
   width: 310px;
   padding: 5px;
   float: left;
}

footer {
   background-color: #000066;
   color: #FFFFFF;
   padding: 5px;
   text-align: center;
   clear: both;
   border-radius: 1em 0.5em;
   box-shadow: 10px 5px 5px grey;
}

    footer article {
    width: 220px;
    padding: 10px;
    margin-bottom: 10px;
    }

#logo {
   text-align: center;
}

a:link {
   color:#FFFFFF;
   text-decoration:underline;
   font-size:15px;
}
a:hover {
   color:#FFFFFF;
   text-decoration:underline;
}