#container {
width: 800px;
height: 1000px;
position: relative;
left: 50px;
background-color: #c0c0c0;
border: 2px solid #000000;
margin: 0 auto;

}

#logo {
height: 480px;
width: 873px;
position: relative;
margin-left: auto;
margin-right: auto;
padding-left: 100px;
}

body {
background-image: url('gradient.jpg');
background-repeat: repeat-x;
background-color:#000000;
}

#nav {
height: 30px;
width: 800px;
margin: 0 auto;
}

div#nav li{
width:130px;
display:inline-block;
text-align:center;
}

a {
text-decoration: none;
font-family: geneva;
font-size: 18pt;
color: #990000;
}

a:hover {
text-decoration: none;
font-family: geneva;
font-size: 18pt;
color: #000000;
}

.image {
position: relative;
top: 50px;
float: left;
}

#paragraph {
width:700px;
height:500px;
position: relative;
top: 50px;
margin: 0 auto;
}


p {
text-indent: 30px;
font-family: geneva;
font-size: 12px;
color: #000000;
}
