/* classic photography */
.small { font-size: 85%; }
#container {
	margin: auto;
	margin-top: 10px;
	width: 750px;
	padding: 5px;
	text-align: left;
	background: #f5f5f5;
	border: #000 1px solid;
}
#header {
	padding: 5px;
	height: 100px;
	margin: 5px;
	border: #000 solid 1px;
	text-align: right;
	background: #fff url(/images/header_bg.jpg) no-repeat top left;
}
#header h1 img {
	border: 1px #000 solid;
}
#navbar {
	padding: 5px 5px 5px 5px;
	margin: 0;
	width: 150px;
	float: left;
}
#navbar ul {
	margin: 0 0 0.5em 0;
	padding: 0;
}
#navbar li {
	list-style-type: none;
	border: #000 1px solid;
	padding: 2px;
	margin: 2px;
	text-align: right;
	background: #fff;
}
#navbar li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
html>body #navbar li a {
	width: auto; /* this solves a problem of width: 100% for IE5/Mac and Gecko */
}
#navbar li a:hover {
	background: #efefef url(/images/pattern2.gif);
}
#navbar A:link, A:visited, A:active, A:hover {
	color: #000;
	text-decoration: none;
}
#content {
	text-align: left;
	margin-left: 170px;
	margin-right: 25px;
	padding: 5px;
	min-height: 200px;
}
#content a:link, #content a, #footer a { color: #000; background: transparent; text-decoration: underline }
#content a:visited { color: #333; background: transparent; text-decoration: underline }
#content a:hover { color: #666; background: transparent; text-decoration: underline }
#content a:active { color: #999; background: transparent; text-decoration: underline }
#footer {
	clear: both;
	font-size: 85%;
	text-align: center;
	padding: 5px;
}