* {
	margin: 0;
}
html, body {
	height: 100%;
}

div#header {
	width: 100%;
	height: 75px;
	border: thin solid black;
}

div#people  {
	width: 740px;
	/*border: thin solid black;*/
}

div#people div#box {
	width: 720px;
	padding: 10px 10px 0 10px;
	margin: 0 0 20px 0;
	border: thin solid silver;
}

div#people div#photo {
	width: 185px;
	height: 237px;	
	float: left;
    margin: 0;
	text-align: center;
	/*border: thin solid silver;*/
}
div#people div#info {
	width: 503px;
	height: 237px;
	float: right;
	padding: 0 10px 0 10px;
    margin: 0;
	border: thin solid silver;
}

div#people div#bottom { 
	clear: both;
	text-align: right;
	width: 720px;
	padding: 0;
	/*border-top: thin solid black;*/
}

div#navigation {
	width: 800px;
	height: 20px;
	padding-top: 25px;
	/*border: thin solid black;*/
}
div#admin{
	width: 800px;
	padding: 25px;
	line-height:1.5em; 	
	/*border: thin solid black;*/
}
div#admin p {
	padding-top: 25px;
}
ul {
	list-style:none;
}

div#wrapper {
	width: 800px;
	/*border: thin solid black;*/	
}

div#content {
	width: 100%;
	line-height:1.5em; 
	margin: 25px 0 25px 0;	
	overflow: hidden;
	/*border: thin solid black;*/
}

div#leftside {
	float:left; 
	width: 650px;
	padding-right: 5px;	
	border-right: thin dotted gray;
	/*background:url('http://images.stoll.us/details-bg.gif') right top no-repeat;*/	
}

div#leftside a {
text-decoration:none;
color:#1a1a1a;
}
div#rightside {
	float:left; 
	width:140px;	
	padding-left: 3px;	
}

div#rightside h2{
	text-align:center;
}

div#billboard {
	text-align: center;
	border-bottom: thin solid black;
	width: 800px;
}
	
	
div#footer {
	width: 800px;
	height: 50px;
	clear: both;
	padding-top: 13px;	
	border-top: thin solid black;
}

#social-bar {
	float: right;
	/*border: thin solid red;*/
}

