#main {
	width: 100%;
}

#navcontainer {
	display: none;
}

.noprint {
	display: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
	text-align: justify;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

#banner {
	/*background: url(images/eScribe-Logo.jpg) top left no-repeat;*/
	background: url(images/bg_banner.jpg) top left repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}

#content {
	padding: 10px;
}

.pagetitle {
	color: #fafafa;
	font-family: Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	padding: 5px 10px 5px 20px;
	margin: 0px;
	text-shadow: black 3px 3px 3px 3px;
}

.footer {
	clear: both;
	font-size: 80%;
}

.photo {
	border-top: 1px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 1px solid #999;
	margin: 0px 5px 0px 5px;
}



