/* CSS Document */

body {
	background: #552 url(/images/background.gif);
	color: #552;
	font: 11px Arial, Helvetica, sans-serif;
}
img, fieldset { border: 0px; }
body,h1,h2,h3,h4,h5,h6,ul,li, form { margin: 0px; padding: 0px; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
a { text-decoration: none; }
p { line-height: 1.5em; }
p a:hover { text-decoration: underline; }

/* Main Page */
#content {
	background: url(/images/cornerstone_background.jpg) no-repeat left top;
	height: 670px;
	width: 730px;
}
#email-bar{
	background: url(/images/email_bar.jpg) no-repeat left top;
	height: 35px;
	width: 682px;
	margin-left: 39px;
}
#email-bar h2, #email-bar h2 a{
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #eea;
	text-decoration: none;
}
#email-bar h2{ padding: 16px 0px 0px 98px; }
#email-bar h2 a:hover{ color: #eea; text-decoration: underline; }

#logo{
	background: url(/images/logo.jpg) no-repeat left top;
	height: 312px;
	width: 682px;
	margin-left: 39px;
	text-indent: -5000px;
}

#information {
	clear: both;
	padding: 25px 0px 0px 80px;
	width: 280px;
	float: left;
}
#information p, #copyright{
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #bb9;
	margin-bottom: 0px;
}
#information strong{ color: #bb5; font-weight: normal; }

#picture {
	width: 210px; 
	float: left;
	height: 138px;
	padding: 61px 0px 0px 17px;
	
}
#contact-info {
	clear: both;
	text-align: right;
	margin: -10px 0px 0px 80px;
	width: 650px;
}
#contact-info p, #contact-info a{
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #995;
}
#copyright{	width: 730px; text-align: right; }
