/* CSS Master Style Sheet, alterasset.com, incept: Dec 16, 2008
Author: Benjamin Liu, Designer: Robert Bethanis */

html, body, div, p, h1, h2, h3, h4, h5, ul, li, table, td, tr, form {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #4e5358;
	color: #000;
	font: 65% Georgia, Times, "Times New Roman", serif;
}

a img {
	border: 0;
	cursor: pointer;
}

p {
	margin-bottom: 10px;
}	

#mainarea {
	/* mainarea allows the drop shadow around the whole site */
	font-size: 1.3em;
	width: 976px;
	margin: 40px auto 50px auto;
	background: url('../img/mainarea_bg.gif') top left repeat-y;
}

#header {
	background: url('../img/header_bg.jpg') top left no-repeat;
	width: 949px;
	height: 145px;
	margin: 0 auto;
	position: relative;
}

#main {
	/* main forms the content area inside the drop shadowed area, it is edge to edge */
	clear: both;
	width: 919px;
	/* top padding here allows nav to drop down without obscuring content */
	padding: 10px 15px 20px 15px;
	background-color: #fff;
	margin: 0 auto;
}

#nav_main {
	position: absolute;
	bottom: 0;
	left: 4px;
	list-style: none;
}

#nav_main li {
	display: inline;
	padding: 0 10px;
}

#nav_main li a {
	text-decoration: none;
	color: #4e5358;
}

body#home li#homelnk a, body#bios li#bioslnk a, body#cont li#contlnk a {
	color: #05005e;
}

h1 {
	font: italic 2.1em "Georgia", Times, "Times New Roman", serif;
	color: #05005e;
	margin-bottom: 10px;
	
}

h2 {
	font: bold 1.4em "Georgia", Times, "Times New Roman", serif;
}

#footer {
	color: #fff;
	font-size: .8em;
	width: 936px;
	height: 44px;
	padding: 20px 20px 0 18px;
	background: url('../img/footer_bg.jpg') top left no-repeat;
}

.clearingdiv {
	clear: both;
	line-height: 0;
}
