body,form{
width:1000px;

color: rgb(255, 255, 255); 
background-color: rgb(98,79,61);

font-family: Book Antiqua;
}

body a:link{
	text-decoration:none;
	color:#ce7e55;
}


body a:hover{
	text-decoration:underline !important;
}
body a:active{
	color:rgb(250,205,160) !important;
	text-decoration:none;
}
body a:visited{
	color:#ce7e55;
	text-decoration:none;
}

h1{
	font-size:200%;
}

h2{
	font-size:150%;
}

p{
	font-size:100%;
	padding:5px;
}

img{
padding-right:3px;
}

.picture{
float:left;
padding: 10px;
text-align: center;
}
#header{
        margin-top:50px;
       margin-left:50px;
	width:900px;
	border-top:10px;
	border-top-color:rgb(250,205,160);
	border-top-style:solid;
	border-bottom:20px;
	border-bottom-color:rgb(207,129,92);
	border-bottom-style:solid;
      padding:20px;


}

#main{
	margin-top:10px;
	width:600px;
       margin-left:300px;

}


#leftnav{
	float:left;
	width:250px;
       margin-left:50px;
}


#footer{
	width:900px;
	clear:both;
	border-top:10px;
	border-top-color:rgb(250,205,160);
	border-top-style:solid;
margin-left:50px;
margin-top:10px;


}