

body {
	background-color: #F7ECD8;
	color: #512800;
	background: url("bg.gif") repeat;
}
/* A hyperlink */
a:hover {
    color: #AB6A3A;
}
/* Current index page number */
#index .page_cur {
	background-color: #FBF7F0;
}
/* Other index page numbers */
#index .page_other:hover {
	background-color: #F0DFC8;
}
/* The "for sale" label. */
#index .for_sale {
	left: -6px;
}
/* The folder thumbnail. */
#index .folder_image {
	border-color: #C8A277;
}
/* The thumbnail image */
#index .image_thumb {
	border-color: #D8BE9B;
}

#content {
    position: relative;
	text-align: left;
	margin: 0 auto;
	width: 785px;
	background: url("texturep.jpg") repeat;
	border:2px solid #c50;
	padding-bottom:20px;
}

#topnav {
list-style:none;
font:14px bold Georgia, "Times New Roman", Times, serif;
height: 29px;
background: transparent url("bkg_menubar.png") repeat-x;
z-index: 200;
padding: 0;
margin: -10px 0 0 0;
}

#topnav ul li {
padding: 0 10px 0 10px;
height: 29px;
line-height: 29px;
display: block;
float: left;
}

#topnav a {
color:#512800;
text-decoration: none;
padding:5px;
}

#topnav a:hover {
background-color: #c50;
color: #fff;
}