html{
}

body {
margin:0 0 0 0;
}

p {
margin-left:10px;
margin-right:20px;
}

a {
font-weight:bold;
color:#333;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#container {
text-align: center;
}

#content {
margin:0 auto;
margin-top:50px;
height: 660px;
width: 976px;
}

#header {
text-align:right;
font-family: "arial black";
font-size: 0.9em;
text-transform: uppercase;
color: #333
}

#header a {
color: #333;
text-decoration:none;
}

#header a:hover {
color: #999;
text-decoration:none;
}

#logo {
float: left;
font-family: arial;
letter-spacing: 1px;
word-spacing: -1px;
font-size: 1em;
text-transform: uppercase;
color: #999;
text-align: left; 
height: 630px;
width: 270px;
}

#logo p {
margin-right:10px;
}

#logo a {
color: #999;
text-decoration:underline
}

#logo a:hover {
color: #333;
text-decoration:underline
}

#body{
border: 2px solid #333;
float: right;
font-family: arial;
font-size: 1em;
line-height: 1.3em;
color: #999;
text-align: justify; 
height: 630px;
width: 700px;
}

#footer {
float: right;
font-family: arial;
font-size: 0.8em;
text-transform: uppercase;
color: #999;
text-align: center; 
height: 30px;
width: 700px;
}

#footer p {
margin:5px 0 5px 0
}