body {
	background-color:#F2F2F2;
    margin: 0 0 0 0;
}

#wrapper {
    background: url('wrapper_bg.png');
    width: 1000px;
    min-height: 800px;
    height: auto;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 30px;
}

#header {
    width: 947px;
    height: 143px;
    margin: auto;
}

#navigation {
    background: url('navigation_bg.png') repeat-x;
    width: 1000px;
    height: 76px;
    margin-top: 5px;
    font-family: 'Cabin Sketch', arial, serif;
    font-size: 36px;
    color: white;
    text-align: center;
}

#nav {
    padding-top: 15px;
}

#nav ul {
    margin-top: 1px;
    list-style-type: none;
}

#nav ul li {
    float: left;
    margin-right: 40px;
}

#nav a {
    font-family: pointy;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 31px;
	text-shadow: 0 0 0.4em #000, 0 0 0.4em #000, 0 0 0.4em #000;
}

#nav a:hover {
    color: #E3AE64;
}

#content {
    padding: 0 40px 0 40px;
    text-align: justify;
	font-family: Arial, Tahoma, Verdana;
    color: white;
    font-size: 17px;
	line-height:22px;
	letter-spacing:.05em;
}

#titles {
	font-family: pointy;
	font-size: 32px;
	color: #E3AE64;
	text-shadow: 0 0 0.4em #000, 0 0 0.4em #000, 0 0 0.4em #000;
}

#credits {
    text-align: left;
	font-family: Arial, Tahoma, Verdana;
    color: #E3AE64;
    font-size: 11px;;
	letter-spacing:.08em;
	text-transform:uppercase;
}

#footer {
    background: url('footer_grass.png');
	background-position:center;
	background-repeat:no-repeat;
    width: 100%;
    height: 236px;
    position: fixed;
    bottom: 0;
}

