#som {
	font-size: 8px;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
}
#header {
	color: #71a027;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	background-color: #d8dec8;
	width: 760px;
	height: 268px;
	margin: auto;
	border-top: 2px solid #483d28;
	border-right: 2px solid #483d28;
	border-left: 2px solid #483d28;
}
#picheader {
	color: #71a027;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	background-color: #d8dec8;
	margin: auto;
	width: 760px;
	height: 100px;
	border-top: 2px solid #483d28;
	border-right: 2px solid #483d28;
	border-left: 2px solid #483d28;
}
body {
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #483d28;
}
#header h1 {
	margin: 0;
	padding-top: 75px;
	padding-bottom: 25px;
	padding-left: 360px;
}
#picheader h1 {
	font-size: 2em;
	margin: 0;
	padding-bottom: 7px;
	padding-left: 360px;
}
.portrait {
	float: left;
	margin: 5px 0 0 5px;
}
.picportrait {
	margin: 0 0 0 0;
	float: left;
}
#header p {
	font-size: 0.8em;
	margin: 0 10px 0 400px;
}
#picheader p {
	font-size: 0.6em;
	margin: 0 10px 0 400px;
}
#top {
	background-image: url(../images/backgrounds/header.gif);
	width: 800px;
	height: 30px;
	margin: 0;
}
#bg {
	background-image: url(../images/backgrounds/container.gif);
	background-repeat: repeat-y;
}
#menu {
	text-decoration: none;
	text-transform: lowercase;
	margin-top: 0;
	margin-left: 350px;
	padding: 5px;
	}
#active {
	color: #71a027;
	background-image: url(../images/backgrounds/active.gif);
	padding: 5px;
}
#menu a:visited {
	color: #71a027;
	text-decoration: none;
}
#menu a:hover {
	color: #71a027;
	background-image: url(../images/backgrounds/active.gif);
	padding: 5px;
	/*border-bottom: 1px solid #483d28;
	border-left: 1px solid #483d28;
	border-right:  1px solid #483d28;*/
}
#menu a:link {
	color: #71a027;
}
#header a:link {
	color: #71a027;
	text-decoration: none;
}
#header a:visited {
	color: #71a027;
	text-decoration: none;
}
#header a:hover {
	color: #71a027;
	text-decoration: none;
}
#menu a {
	text-decoration: none;
	padding: 5px;
}
#content {
	clear: both;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	padding-bottom: 10px;
	min-height: 350px;
}
#side {
	font-size: 0.75em;
	background-color: #d8dec8;
	width: 200px; 
	float: right; 
	margin: 5px 5px 25px 25px;
	padding: 5px;
	border: solid 2px #483d28;
}
#side h2, h3, h4 {
	color: #483d28;
	font-family: "Trebuchet MS, Arial, Verdana;
}
#footer {
	font-size: 0.7em;
	background-image: url(../images/backgrounds/footer.gif);
	width: 800px;
	height: 30px;
	margin-top: 0;
	clear: both;
}
#footer_text {
	padding-left: 50px;
}
#line {
	width: 250px;
	float: left;
}
#small {
	font-size: 0.6em;
}
#content a:link {
	text-decoration: none;
}
#content a:hover {
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
}
#pic_title {
	color: #675645;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
}
hr {
	margin-top: 0;
	padding-top: 0;
}
.hr_line{
	border-top: #000000 solid 1px;
}
.hr_line h2 {
	margin: 5px 0 0 0;
	padding: 0;
}
.results ul{
	list-style: none;
}