body {
	background-image: url(../images/bar.jpg);
    background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#banner {
	margin: 0;
	height: 154px;
	width: 775px;
	z-index: 2;
}

#navigation {
	float: left;
	width: 200px;
	padding-top: 20px;
	height: auto;
	font-weight: bold;
	color: white;
}

#navigation a:link, #navigation a:visited {
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding-left: 10px;
}

#mainContent {
	margin-top: 0;
	margin-left: 200px;
	width: 550px;
	height: auto;
	margin-right: 15px;
	z-index: 2;
}

.photo {
	float: right;
	width: auto;
	height: auto;
	padding: 5px;
	border: 2px dashed red;
}

#navigation a:link:hover, #navigation a:visited:hover {
	font-weight: bold;
	color: red;
	text-decoration: none;
	padding-left: 10px;
}

#footer {
	clear: both;
	font-size: x-small;
}


#photobar {
border: 15px ridge green;
background-color: #e8e8e8;
width: 690px;
text-align: center;
}

#photobar img {
	margin: 3px;
}