html,body {
	font-family: sans-serif;
	color: #000;
	font-size: 13px;
	background: #9b7560;
	text-align: center;
	margin: 0;
	padding: 0;
}
li { margin: 0; padding: 0; }

/* body table */

table#container { width: 780px; }
td { margin: 0; }
tr { margin: 0; }
.tl, .tr, .bl, .br { width: 10px; height: 0px; }

/* top */

.tl { background: url('images/tl.gif') no-repeat; }
.tm { background: url('images/tm.gif') repeat-x; }
.tr { background: url('images/tr.gif') no-repeat; }

/* middle */

.cl { background: url('images/cl.gif') repeat-y; }
.cm { background: white; }
.cr { background: url('images/cr.gif') repeat-y; }

/* bottom */

.bl { background: url('images/bl.gif') no-repeat; }
.bm { background: url('images/bm.gif') repeat-x; }
.br { background: url('images/br.gif') no-repeat; }

/* content stuff */

#header { margin-bottom: 7px; }
#content {
	 text-align: left;
	 vertical-align: top;
}
a { color: #555; text-decoration: none; }
#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	color: #444;
	font-family: verdana;
	font-size: 100%;
	border-bottom: 1px solid #ddd;
}
h2 {
	color: #990000;
	font-family: verdana;
	font-size: 14px;
	margin-left: 10px;
}
h3 {
	color: #444;
	font-family: verdana;
	font-size: 12px;
	margin-left: 10px;
}
p {
	margin-left: 10px;
}
img { border: 0; }
#content img {
}
.footer { 
	margin: 0; 
	padding-top: 3px; 
	font-size: 90%; 
	text-align: center; 
	color: #888; 
	border-top: 1px solid #ddd; 
}
/* nav menu */
#menu {
	margin-top: 5px;
	font-size: 13px;
}
#menu li {
	display: inline;
}
#menu ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-transform: capitalize;
}
#menu a, #menu strong {
	padding: 5px;
	background-color: #efefef;
	border: 1px solid #ccc;
}
#menu a:hover, #menu strong {
	color: #000;
	background-color: #fff;
}
