

body {
	color: #512800;
	background-color: #F7ECD8;
	background: url("bg.gif") repeat;
}

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

img {
	border-color: #D8BE9B;
}

td {
	border-color: #D1B48B;
}

#index hr {
	border-color: #D1B48B;
}

/* Current index page number */
#index .page_cur {
	color: #A67033;
}
/* Other index page numbers */
#index .page_other:link {
	color: #512800;
}
#index .page_other:visited {
	color: #512800;
}
#index .page_other:hover {
	color: #C9A47E;
}

/* The "for sale" label. */
#index .for_sale {
	left: -5px;
}

/* The border around a folder thumbnail. */
#index .folder_image {
	border-color: #FDF5DF;
	border-width: 1px;
}

/* The border around an index page thumbnail. */
#index .image_thumb {
	border-color: #D8BE9B;
}

/* The border around the main slide image. */
#slide .image_main {
	border-color: #D8BE9B;
}

/* The border around the superimposed image. */
#slide .image_superimposed {
	border-color: #D8BE9B;
}

#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;
}