body {
	margin: 0;
	padding: 20px;
	
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
}

h3 {padding-top: 10px}

#header {
}

#header h1 {
	margin: 0 0 0 140px;
	background-image: url("images/barbieri.gif");
	background-position: top left;
	width: 346px;
	height: 110px;
}

#header h1 span {
	display: none;
}

#navbar {
	float: left;
	width: 110px;
	padding: 47px 30px 0 0;
}

#navbar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navbar li {
	text-align: right;
	padding: 4px 0 4px 0;
}

#navbar a {
	color: #5a5a36;
	text-decoration: none;
	font-size: 15px;
}

#navbar a:hover {
	color: #5b1e31;
}

#navbar #here a {
	border-right: 5px solid #5b1e31;
	padding: 0 6px 0 0;
	margin-right: -11px;
}

#content {
	padding: 0 30px 10px 30px;
	margin: 0 140px 0 140px;
	
	border-left: 2px solid #5b1e31;
	border-right: 2px solid #5b1e31;	
	
	font-size: 12px;
	line-height: 17px;
}

#content h1, h2, h3 {
	color: #5b1e31;
	margin-top: 0;
}

#content h1 {
	border-bottom: 1px solid #999;
	padding-bottom: 4px;
	
	font-size: 18px;
}

#content h2 {
	font-size: 15px;
	margin-top: 1.5em;
}

#corners-top {
	margin: 30px 140px 0 140px;
	background-image: url("images/corners-top.gif");
	background-position: top left;
	height: 19px;
	border-right: 2px solid #5b1e31;
}

#corners-bottom {
	margin: 0 140px 0 140px;
	padding: 0;
	background-image: url("images/corners-bottom.gif");
	background-position: bottom right;
	height: 19px;
	border-left: 2px solid #5b1e31;
}

#footer {
	text-align: left;
	margin-top: 30px;
	margin-left: 140px;
	font-size: 10px;
	color: #666;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#content a {
	color: #5b1e31;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

.green {
	color: #5a5a36;
}

.red {
	color: #5b1e31;
}

.darkgrey {
	color: #444;
}


ul#people li {
	padding: 2px;
}

.leftpic {
	margin-left: 0px;
	margin-right: 10px;
}

img { 
	border: none;
}
.img-caption {
	text-align: center;
	font-weight: bold;
	color: #5b1e31;
	font-size: 15px;
}