@charset "utf-8";
/* CSS Document */
header{
	background-color: #4f7b84;
	height: 100px;
	width: 100%;
	position: fixed;
	top: 0px;
}

#logo {
    padding-left: 50px;
    padding-top: 12px;
    float: left;
    left: 50px;
    top: 12px;
}
body {
    margin: 0px;
}

header nav a {
    color: #FFFFFF;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding-right: 20px;
    font-size: 20px;
    float: right;
    margin-top: 60px;
}
.bucket {
    width: 300px;
    height: 300px;
    text-align: center;
    line-height: 0px;
    color: #FFFFFF;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    background-color: #4F7B84;
    display: inline-block;
    float: left;
    clear: none;
    margin-left: 15px;
    margin-top: 30px;
    margin-right: 15px;
    margin-bottom: 30px;
    padding-left: 0px;
}
body main {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
    width: 1000px;
    bottom: 0px;
    position: static;
    display: inherit;
}
body footer {
    bottom: 0px;
    position: fixed;
    background-color: #4F7B84;
    text-align: center;
    width: 100%;
    height: 50px;
    padding-top: 0px;
}
html{
	margin: 0px;
}
footer nav a {
    color: #FFFFFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    margin-top: 0px;
    text-decoration: none;
    margin-left: 15px;
}
body footer nav {
    margin-top: 15px;
}

a:hover{
	text-shadow: 1px 1px black;
}
.bucket a {
    text-decoration: none;
    color: #FFFFFF;
}
body main h1 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

main{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#top:hover {
    text-shadow: 0px 0px #FFFFFF;
}
body main a {
    text-decoration: none;
    color: #000000;
}

table{
	margin: auto;
	width: 500px;
}
