body {
	background-color: #999;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: .8em;
}

html {
	background-color: #999;
}

a {
	color: blue;
}

a:hover {
	color: #fff;
	background-color: blue;
}

h1 {
	font-size: 1.5em;
	border-bottom: 1px solid #72b41e;
	color: #1d2e08;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

div#container {
	margin: auto;
	width: 749px;
	border-right: 2px solid #656565;
	border-left: 2px solid #656565;
	border-bottom: 2px solid #656565;

}

div#header {
	background: #1d2e08 url(../images/samo_banner2.jpg) no-repeat;
	/*height: 164px;*/
	height: 152px;
}

div#page {
	background-color: #fff;
	padding: 10px;
	min-height:300px;
  	height:auto !important;
  	height:300px;
  	font-size: .9em;	
}

div#footer {
	background: #1d2e08;
	height: 25px;
	text-align: center;
	padding: 15px;
	color: #c7c7c7;
}
#navigation {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.1em;
	background-color: #353021;
	margin: 0;
	padding: 0;
}

#navigation ul {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	list-style-type: none;
	text-align: center;	
}

#navigation li {
	display: inline;
	margin-left: 60px;
}

#navigation li.first {
	margin-left: 0;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
	color: #fff;
	background-color: #353021;
}

.contact {
	font-size: 2em;
	text-align: center;
}

.contact a {
	color: #1d2e08;
	text-decoration: underline;
}

.contact a:hover {
	background-color: #1d2e08;
	color: #fff;
	text-decoration: none;
}

.photo img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.name {
	font-size: 1.3em;
	font-weight: bold;
}

.title {
	font-size: 1.1em;
}

.bio {
	font-size: 1.2em;
}

.bioinfo {
	margin-left: 225px;
}