body{
background-color: #5b544c;
background-image: url(photos/paper.jpg);
repeat-y: repeat;
repeat-x: no-repeat;
}

#contactcontent{
height: 458px;
width: 650px;
background-image: url(/photos/contactbackground.jpg);
background-repeat: no-repeat;
background-position: center;
margin-left: auto;
margin-right: auto;
background-color: #555;
color: #eee;
font-variant:small-caps;
font-size: 12pt;
font-weight: bolder;
}

   input.btn{
   color:#171008;
   font-family:'times new roman',helvetica,serif;
   font-variant:small-caps;
   font-size:75%;
   background-color:#8e877f;
   border:1px solid;
   border-top-color:#666;
   border-left-color:#666;
   border-right-color:#333;
   border-bottom-color:#333;
   }

#allcontent{
width:650px;
height: auto; 
color: #999977;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
font-family: 'times new roman', serif;
}

#nav{
width:650px;
height:auto;
float: left;
color: white;
text-align:center;
margin-bottom:10px;
padding-left:10px;
}

#nav ul{
list-style:none;
margin-left:0px;
margin-right:0px;
padding:0px;
}

#nav ul li{
margin-top:-10px;
display: inline
}

#nav a{
display:block;
float:left;
padding:3px;
text-decoration:none;
margin-left: 50px; 
}

#nav a:hover{
color:#fff;
text-decoration:none;
}

#nav a.clicked{
color:#ddd;
text-decoration: none;
}

:link{
color: #8e877f;
}

:visited{
color: #7d766e;
}

p {
color: #171008;
font-size: 10pt;
font-variant: normal;
font-weight: normal;
}