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

body {
	width: 100%;
	position: relative;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-left: 0;
	}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	background-image: url(../images/Marble.jpg);
	background-repeat: repeat-y;
	background-position: left 50px;
}
p.indent  {
	text-indent: 20px;
	}

#topnav {
	height: 65px;
	width: 100%;
	padding-top: 3px;
	padding-left: 10px;
	background-image: url(../images/top-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidenav {
	float: left;
	width: 145px;
}
#sidenav ul {
	list-style-type: none;
	position: relative;
	z-index: 500;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidenav li {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	}
#sidenav ul li a:link, #sidenav ul li a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 1.1em;
}
#sidenav ul li a:hover, #topnav ul li a:active {
	color: #8E2820;
} 
#mainContent  {
	float: right;
	width: 600px;
	margin-left: 5px;	
	}
#footer  {
	width: 760px;
	text-align: center;
	margin-top: 20px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	background-color: #b3aba7;
	clear: both;
	}
#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #8e2820;
}
