body{
    font-family:"Trebuchet MS";
    background-image:url("images/striped bg.png");
    color:white;
    padding:0px;
    margin:0px;
}
div.content{
    width:800px;
    margin:auto;
    padding:5px;
    border:5px solid #333333;
    border-top:0px;
    background-color:#232323;
}
div.navigation{
    height:30px;
    background-color:black;
    text-align:right;
}
div.header{
    height:280px;
    background-color:#4F6F37;
    width:800px;
    margin:auto;
    padding:5px;
    border-left:5px solid #5F7F47;
    border-right:5px solid #5F7F47;
}
a{
	color:white;
}
a:hover{
	text-decoration:none;
}
