*
{
margin: 0px;
padding: 0px;
}

body
{
background-color: #021833;
font-family: century gothic, sans-serif;
}

h1
{
color: white;
font-family:"Century Gothic", sans-serif;
text-align: center;
margin: 50px;
}

h2
{
color: #5177A4;
font-family: "Century Gothic", sans-serif;
margin-left: 165px;
margin-bottom: 15px;
}

a:link {color: #932CA5;}
a:visited {color:#B7822E;}
a:hover {color:#A6B62E;}
a:active {background-color:#932CA5;}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:underline;}

#nav1
{
background-color: white;
float: left;
height: 600px;
width: 160px;

}

#wrapper
{
float: left;
width: 850px;
padding: 25px;

}



#nav2 ul
{


list-style: none;
padding: 5px;
text-align: center
}

#nav2 ul li
{
display: inline;
padding-left: 30px;

}


p
{
color: white;
font-family: "Century Gothic", sans-serif;
line-height: 18px;
margin-left: 165px;

}

#content
{
width: 850px;
height: 350px;
padding: 50px;
}

#footer
{
color: #6F4400;
margin-top: 150px;
margin-left: 215px;
}

ul
{
list-style: none;
font-family: "Century Gothic", sans-serif;
display: inline;
}





