body {
	margin: 0px;
	padding: 0px;
	background-color:#bee0e9;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 975px;
	border-left: 1px dotted #ad9b32;
	border-right: 1px dotted #ad9b32;
	border-bottom: 1px dotted #ad9b32;
	background-color:#bee0e9;
}

.menu {
	width: 200px;
	background-color: #f4f1df;
}

#leftnav {
	height: 350px;
	background-color: #f4f1df;
	width: 200px;
	background-image:url(bottom.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	border-right:1px dotted #ad9b32;
}

#leftnav .menu .menulist ul {
	list-style-type: none;
	margin-left: 0px;
	padding: 0;
	padding-left:0px;
	border-bottom:1px dotted #ad9b32;
}

.menu .menulist li{
	border-top:1px dotted #ad9b32;
	font-family: "Times New Roman";
	height:42px
}

.menu .menulist li a{
	font-size:20px;
	display:block;
	padding:10px;
	color:#14556b;
	text-decoration:none;
}
#leftnav .menu .menulist a:hover {
	background-image:url(list-bkg.gif);
	background-repeat:repeat-x;
	background-color:#f6eba9;
	text-decoration:none;
}

.menu .menulist .highlight {
	background-color: #f1ebc9;
}

#contentcontainer {
	border-top:1px dotted #ad9b32;
	padding: 10px;
}

#photogallery {
	border-top:1px dotted #ad9b32;
	padding-top: 10px;
}

#photo {
	padding: 4px;
	background-color:#FFFFFF;
	border: 1px dashed #14556b;
	width: 225px;
	height: 169px;	
}

#photo img {
	border: 0px;
}

#photolarge {
	padding: 4px;
	margin-top: 2px;
	background-color:#FFFFFF;
	border: 1px solid #14556b;
	width: 908px;
	height: 682px;	
}

#photolarge img {
	border: 1px solid #ad9b32;
	margin-top: 2px;
}

#footer {
	margin: 0px;
	padding-bottom: 0px;
	background-color:#bee0e9;
	text-align: center;
	font-family: "Times New Roman";
	font-size: 16px;
	color:#5191a7;
}

#footer a{
	font-size:16px;
	font-family: "Times New Roman";
	color:#5191a7;
	text-decoration:none;
}

#footer a:hover{
	color:#246379;
}


