/* CSS Document */

body{
	background-color:#796449;
	margin:25px;
	text-align:center;
}
body, a, div, td, p, li, span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover{
	text-decoration:none;
}
.big{
	font-size:14px;
	font-weight:bold;
}
.ico a:hover{
	background-color:#E2BC01;
}
.side{
	font-size:11px;
	line-height:1.5em;
	padding-left:25px;
}
#main{
	border:solid 9px white;
	width:790px;
	text-align:left;
}
#breadcrumb{
	line-height:35px;
	color:white;
	padding-left:18px;
	font-size:11px;
}
#breadcrumb a{
	color: white;
	text-decoration:underline;
}
#breadcrumb a:hover{
	text-decoration:none;
}

#nav {
	margin: 0;
	padding:23px 0 25px 0;
	list-style: none;
	width: 220px;
	background-color:#E9E8D3;
}
#nav li {
	position: relative;
}
#nav li ul {
	position: absolute;
	left: 180px;
	top: 0;
	display: none;
	background-color:#E9E8D3;
	width: 170px;
}
/* Styles for Menu Items */
#nav li a, #nav li ul li a {
	display: block;
	text-decoration: none;
	color: #443838;
	font-weight: bold;
	line-height: 23px;
	font-size:11px;
	padding-left: 39px;
	background: url("/images/nav_arrow.gif") no-repeat 22px 6px;
}
/*
#nav li ul li a{
	padding-left: 20px;
	background: #E9E8D3;
}
*/
#nav a:hover{
	background-color: #D1B69E;
}
	
/* Holly Hack. IE Requirement \*/
* html #nav li { float: left; height: 1%; }
* html #nav li a { height: 1%; }
/* End */

#nav li:hover ul, #nav li.over ul { display: block; } /* The magic */

#foot{
	font-size:11px;
	line-height: 18px;
}
#foot a{
	text-decoration:underline;
	color:black;
}
#foot a:hover{
	text-decoration:none;
}
#content{
	padding: 10px;
}
#content, #content p, #content td, #content li{
	font-size:11px;
}
#content, #content p, #content li{
	line-height:1.5em;
}
#content p{
	padding: 0 10px 0 10px;
}
h2{
	background: url("/images/bg_header.gif") no-repeat;
	line-height:32px;
	padding-left:40px;
	padding-bottom:5px;
	margin:2px 0 0 0;
	font-size:14px;
	font-weight:bold;
}
#content li{
	margin-bottom:10px;
}
.underline{
	text-decoration:underline;
}
.widen{
	width: 290px;
	font-weight:bold;
}
.widena{
	width: 290px;
}

.photos tr td{
	line-height:1.3em;
}
.photos tr td img{
	margin-bottom:3px;
	margin-top:15px;
	border:1px solid black;
}
.p{
	border:1px solid black;
}