/* CSS Document */


/* Common Elements used on All Pages */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset
	{
	margin: 0;
	padding: 0;
	border: 0;
	}
body
	{
	background-color: #B4AD9B;
	text-align: center;
	color: #000;
	font-size: 100%;
	}
	#container
		{
		width: 780px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		background-color: #909A7F;
		font-size: .9em;
		border: 6px double #000000;
		}
	#header h1
		{
		position: relative;
		height: 115px;
		width: 100%;
		}
	#topNav
		{
		position: relative;
		width: 100%;
		height: 110px;
		padding-top: 20px;
		}
		#nav1
			{
			height: 50px;
			}
		#nav2
			{
			height: 50px;
			}
/* End Common Elements */


/* Elements specific to Home Page */
	
		#left
			{
			width: 240px;
			float: left;
			position: relative;
			top: 20px;
			background-image: url(images/leftPg1.gif);
			background-repeat: no-repeat;
			height: 490px;
			padding-bottom: 14px;
			}
		#right
			{
			width: 240px;
			float: right;
			position: relative;
			top: 20px;
			background-image: url(images/rightPg1.gif);
			background-repeat: no-repeat;
			height: 490px;
			padding: 0 0 14px 0;
			}
		#center
			{
			float: left;
			position: relative;
			width: 280px;
			padding: 0 0 0 0;
			}
			#center h1
				{
				text-align: center;
				padding: 10px 0 10px 0;
				}
			#center p
				{
				font-family: Garamond;
				font-size: 1.15em;
				font-weight: bold;
				text-align: justify;
				text-indent: 15px;
				padding-top: 10px;
				padding-bottom: 10px;
				}	
			#center h2
				{
				text-align: center;
				padding-top: 10px;
				}
/* End Home Page Elements */


/* Footer on All Pages */
	#footer
		{
		clear: both;
		background-image: url(images/footer.jpg);
		background-repeat: no-repeat;
		height: 75px;
		}
/* End Footer */



