/*
Common
*/

body, h1, table, td, a {
 font-family: verdana, helvetica, arial, sans-serif;
 color: #a89e85;
}

body {
 font-size: 80%; 
 background: #ede9df;
 margin-left: 2%;
 margin-right: 2%;
 margin-top: 1.5em;
 margin-bottom: 1.5em;
}

h1 {
 font-weight: bold;
 margin: 0;
 font-size: 100%;
 padding-bottom: 5px;
}

.center {
 width: auto;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

td {
	background-color:#FFFFFF;
}

/* corners */
.corner {
	margin:auto;
	width: 6px;
	height: 6px;	
}

.corner img {
	padding:0px;
	display:block;
	border:0px;
}

.edge {
	font-size:1px;
}

/* nav */
#nav  {
	text-align:right;
}

#nav a:link, a:visited {
	color: #932935;
	font-weight:bold;
	text-decoration: none;
}

#nav a:hover {
	color: #a89e85;
	font-weight:bold;
	text-decoration: none;
}

#nav img {
	display:inline;
	border:hidden;
}

/* content */
#content, #info {
	font-size:90%;
	text-align:center;
}
#content img {
	padding: 6px 0px 6px 0px;
}

/* thumbs */
#thumbs td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a89e85;
}

#thumbs img {
	border:none;
}

/* logo */
#logo, #logo img{
	border:none;
	padding-top:5px;
	
}
