* {padding: 0; margin: 0;}

/*  BEGIN PAGE LAYOUT  */

#container {
 text-align:center;
 width:693px;
 margin: auto;
 position:relative;
}
.col1 {
 position:relative;
 float:left;
 width:296px;
 padding-left:30px;
 padding-right:18px;
}
.col2 {
 position:relative;
 width:296px;
 padding-right:30px;
 padding-left:18px;
 float:left;
}
#navheader {
 padding-right:40px;
 padding-top:12px;
 padding-bottom:6px;
 text-align:right;
 width:693px;
}
#headerp1 {
 text-align:left;
 width:693px;
 height:133px;
 background-image:url(images/headerp1.jpg);
 background-repeat: no-repeat;
 margin:0px;
 border:0px;
}
#topnav {
 text-align:center;
 width:693px;
 height:77px;
 background-color:rgb(73,51,12);
 margin:0px;
 border:0px;
 padding-top:4px;
}
#headerp2 {
 text-align:left;
 width:693px;
 height:25px;
 background-image:url(images/headerp2.jpg);
 background-repeat: no-repeat;
 margin:0px;
 border:0px;
}
#content {
 text-align:justify;
 width:693px;
 background-color:rgb(230,208,132);
 clear:both;
 margin:0px;
 border:0px;
 padding:0px;
}
#footer {
 text-align:left;
 width:693px;
 height:68px;
 background-image:url(images/footer.jpg);
 background-repeat: no-repeat;
 margin:0px;
 border:0px;
}
#credits {
 text-align:center;
 width:693px;
 height:33px;
 margin:0px;
 border:0px;
 padding-top:10px;
}

/*  END PAGE LAYOUT  */