/* ========================================================================= 
Title: style.css
Author: brs
Date: 7.14.2008
Purpose: This CSS file will control the styles for the emmanuel's new building project
============================================================================ */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #cccccc;
}

#site {
	background: url(../images/page.png) repeat-y;
	margin: 10px auto;
	width: 771px;
	overflow: auto;
}

#header {
	background: url(../images/header2.png) no-repeat;
	width: 771px;
	height: 87px;
}
	.imglink {
		position: relative;
		top: 0px;
		left: 580px;
		display: block;
		height: 87px;
		width: 189px;
	}
	
#page {
	width: 771px;
	height: 700px;
	margin: 0 auto;
}
	
#sitenav {
	background: #343434 url(../images/navbg.png) no-repeat;
	width: 216px;
	float: left;
}
	#sitenav a {
		position: relative;
		top: 75px;
		font-size: 11pt;
		font-weight: bolder;
		font-family: tahoma, verdana;
		display: block;
		width: 165px;
		height: 30px;
		line-height: 30px;
		margin: 4px 0 0 51px;
		text-align: center;
		text-decoration: none;
		background-color: #aaaaaa;
		color: #000066;
	}
	#sitenav a:hover {
	    background-color: #bcbcbc;
	    color: #990000;
	}

	
#contentbg {
	background-color: #ffffff;
	width: 555px;
	float: right;
}
#content{
	margin: 0 20px 20px 20px;
	color: #232323;
	font-family: verdana;
	font-size: 8pt;
	line-height: 1.5em;
	}	
	#content h2{
		font-family: tahoma, verdana;
		font-size: 14pt;
		font-weight: 800;
		color: #aa0000;
		border-bottom: 2px solid #c4deff;
		margin: 20px 0 6px 0;
	}
	#content p{
		text-indent: 20px;
		margin-bottom: 8px;
	}
	#content a{
		color: #aa0000;
		text-decoration: underline;
	}
	#content a:hover{
		color: #000099;
		text-decoration: underline;
	}
	#content ul{
		margin-left: 30px;
		line-height: 1.8em;
	}
	#content ol{
		margin-left: 30px;
	}
	#bottompad {
		padding-bottom: 300px;
	}
	
#footer {
	background: url(../images/bottom2.png) no-repeat;
	width: 771px;
	height: 23px;
	margin: -10px auto;
}

