@charset "UTF-8";
/* CSS Document */

/*this is to keep page from shifting to left on load in safari and firefox*/
html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }
/* end of hack */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	padding: 3px;
	border-top: 0;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 18px;
	border-bottom: 0px;
	visibility: visible;
	text-align: left;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	padding: 8px;
	width: 180px;
	display: block;
	text-decoration: none;
}
body {
	text-align: left; 
	/* min-width: 374px; */
	padding: 0;
	display: block; 
} 
#wrapper{
	width: 820px;
	/* margin: 0 auto; */
	/* text-align:left; */
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #CCCCCC;
	background-repeat: repeat-y;
	background-position: right;
	background-image: url(images/paperbgnd.jpg);	/* float: left; */
}
#pagemain {
	background-color: #FFFFFF;
	/* margin-right: 230px; */
	margin-left: 72px;
	width: 518px;
	background-image: url(images/peopleb2.jpg);
	background-position: right;
	background-repeat: repeat;
	overflow: hidden;
	float: left;
	min-height: 290px;
}
.disqus_iframe { margin: 0; padding: 0; width:519px; height: 90%; border: 0 }
.disqus_comments { margin: 0 15px; padding: 0; width: 480px; border: 0 }
div#disqus_thread { margin-bottom: 0 }

img {
	border: none;
}
#header {
	float: left;
	height: 240px;
	width: 590px;
}
#sidebar {
	float: right;
	width: 230px;
	background-image: url(images/paperbgnd.jpg);
	background-repeat: repeat-y;
}
#footer {
	background-color:#CC3300;
	clear:both;
	height:20px;
	width:748px;
	margin-left: 72px;
}
.floatclear {
	clear: both;
}

