body {
	background-color: #fff;
	background-image: url(images/bg_gradient2.jpg);
	background-repeat: no-repeat;
	font-family: garamond, times new roman, serif;
	border-left: solid black 20px;
	margin: 0px;
	padding: 0px;
}

.copy {
	text-align: left;
	letter-spacing: -0.03em;
}

.firstpara {
	font-size: 105%;
	font-weight: bold;
}

.mainpicright {
	border: 0px solid #000;
	margin-left: 25px;
	margin-bottom: 25px;
	float: right;
}
.mainpicleft {
	border: 0px solid #000;
	margin-right: 25px;
	margin-bottom: 25px;
	float: left;
}

.photocredit {
	color: #555;
	font-size: 70%;
}

a {
	text-decoration: none;
	color: #338;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px solid #000;
}

#footer {
	font-size: 70%;
	font-family: myriad, helvetica, arial, sans-serif;
	height:100px;
}

#logobig {
	position: relative;
	left: -18px;
}
#logosmall {
	position: relative;
	left: -9px;
}
#title {
	position: relative;
	top: -4;
}

#menubar {
	position: absolute;
	left: 80px;
	top: 193px;
	z-index: 1;
}
#menubar a:hover {
	text-decoration:none;
}

#menu {
	visibility: visible;
	border: 1px solid #000;
	width: 100px;
	height: 1px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	left: 300px;
	top: 10px;
	overflow: hidden;
	background-color: #fff;
	z-index: 2;
}

#menu a {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: myriad, helvetica, arial, sans-serif;
	font-size: 13px;
	color: #000;
	width: 100%;
}
#menu a:hover {
	text-decoration:none;
	color: #fff;
	background-color: #000;
}
