@charset "UTF-8";

/* ----------- basic styling ------------ */

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-family: verdana, Arial, sans-serif;
	font-size: 85%;
	color: #2C2404;
	
	}
	
#wrapper {
	position: relative;
	width: 820px;
	margin: 0 auto;
	text-align: left;
	}
	
#clear {
	clear: both;
	}

.photos  {
	border-top-color: #2C2404;
	border-right-color: #2C2404;
	border-bottom-color: #2C2404;
	border-left-color: #2C2404;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #2C2404;
}
.logo {
	margin-bottom: 10px;
}

a.brown, a.brown:link, a.brown:visited {
	color: #2C2404;
	text-decoration: underline;
}

a.brown:hover {
	color: #C77349;
	text-decoration: none;
}

.texton {
	color: #C77349;
}

.menu {
	visibility: hidden;
	font-size: 9px;
}
