body, table, td {
	margin: 0;
	font-family: Arial, Helvetica;
	color: #000;
	font-size: 12px;
}

ul {}
li { margin-left: -20px;}

h1 { color: #7B5028; font-size: 18px; }

h2 { color: #7B5028; font-size: 14px; margin-top: 30px; }

table, td {
font-size: inherit;
font-family: inherit;
}

.linkOut { background: none; }

.linkOver { background: #D4CDA3; }

body {
	background: #DBC88E;
	margin:0;
}

a { 
	color: #7B5028;
	text-decoration: none;
}

img { border: 0; }

.gallery img { border: 2px solid #7B5028; }

a:hover { 
	text-decoration: underline;
}

table.main {
	background: #F1E4BE;
	border: 1px solid #B7520B;
	width: 802px;
	height: 600px;
}

td.side {
	background: url(../images/side_background.gif);
	width: 397px;
	height: 600px;
}

table.side {
	background: url(../images/background_side.jpg) no-repeat;
}

td.top {
	background: url(../images/background_top.jpg) no-repeat;
}

td.content {
	background: url(../images/background_content.jpg) no-repeat;
}

.menuTop a, .menuTop, .footer a, .footer { 
	font-size: 11px;
	color: #F3E6C1; 
}

.footer { background: #683D1E; padding:10px; }

td.photo {
	padding-left:7px;
}

td.text {
	padding: 15px;
	padding-bottom: 25px;
}

.cursor {
	cursor: hand;
	cursor: pointer;
}