	* {
	margin: 0;
	padding: 0;
	}
	
	body {
	color:#444;
	font-family: arial, "lucida grande", sans-serif;
	font-size: 12px;
	line-height: 18px;
	min-width: 600px;
	margin:auto;
	}
	
	div#mainwrapper {
	width: 880px;
	margin: 0 auto;
	}	
		
	div.container {
	margin:0;
	}
	
	form{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#690;
	}
	
	textarea{
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	input{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#690;
	}
	
/*font dealies*/
	
	h1 {
	text-align:left;
	padding-bottom: 30px;
	color:#690;
	font-family: georgia, serif;
	font-size: 24px;
	font-weight: normal;
	}
	
	h2 {
	font-size: 13px;
	margin-bottom: 3px;
	display:inline;
	}
	
	h3 {
	font-size:12px;
	margin-bottom:3px;
	display:inline;
	font-weight:lighter;
	margin-left:2em;
	color:#FFD;
	}
	
	p { padding-bottom: 14px; }
	
	ul p {display:inline;}
	
	ul h1 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	}
	
/*links*/

	a:link {
	color: #690;
	font-weight: bold;
	text-decoration: none;
	}
	
	a:visited {
	color: #690;
	font-weight: bold;
	text-decoration: none;
	}
	
	a:hover {
	color: #F60; 
	font-weight: bold;
	text-decoration: none;
	}
	
	h1 a { font-weight: normal; }
	
	a.inh { 
	display:inline;
	color:#FFF;
	text-decoration:underline;
	background-image:none;
	}
	
	a.inp {
	background-color:#FFF;
	text-decoration:underline;
	background-image:none;
	padding-left:20px;
	}
	
	a.inlp {
	background-color:#FFF;
	text-decoration:underline;
	background-image:none;
	}


/*image*/
	div#img { border: 0;}

	img.bios{
	height:170px;
	float:left;
	padding:20px;
	border:groove black;
	margin:15px;
	}

/*styling*/
	div.rounded {
	background:#8B2;
	}
	
	#front-right {
	height:auto;
	min-height:600px;
	width:575px;
	padding: 35px 0 35px 50px;
	float: left;
	left: 200px;
	}
	
	#front-left {
	float: left;
	height:auto;
	background-color: #FFF;
	width: auto;
	}
	
	#header {
	width: auto;
	height: auto;
	padding-top: 25px;
	margin-bottom:1.5em;
/*	border-bottom: 3px solid #690;*/
	text-align:center;
	}
	
	div#header h1{
	font-size:700%;
	text-align:center;
	}
	
	div#header h2{
	margin-bottom:0; padding-bottom:0;
	color:#690;
	line-height:.6em;
	font-size:400%;
	font-weight:normal;
	font-family: "lucide grande", georgia, serif;
	}
	
	div#header p {
	color:#666;
	line-height:2.2em;
	font-size:20px;
	font-weight:normal;
	font-family: calibri, arial, sans-serif;
	}
	
	div.bios{
	padding-left:15em;
	padding-top:7em;
	}
	
	p.bios{
	border-top:dotted thin #666;
	margin-left:2em;
	}
	
	h2.bios{
	margin:0;
	padding:0;
	}
	
	div.svcs {
	padding-top:3em;
	}
	
	p.svcs {
	margin-left:0;
	}

	#footer {
	border-top:dotted thin #666;
	text-align: center; 
	color: #666; 
	padding: 18px 0;
	}
	
	clear {
	clear: both;
	}
	
/*list styling*/
	ul {
	margin-top:0;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 8px;
	padding-left: 8px; 
	padding-right: 0px;
	}
	
	li {
	padding: 1px 0;
	}
	
	dl li {
	list-style-type:none;
	margin-left:30px;
	} 
	  
	  /*******************************Seth's list***************************/	
		  
	.navcontainer2
		{
		font-size:130%;
		text-align:center;
		}
	
	.navcontainer
		{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		border-top: 1px solid #999;
		z-index: 1;
		}
	
	.navcontainer ul
		{
		list-style-type: none;
		text-align: center;
		margin-top: -8px;
		padding: 0;
		position: relative;
		z-index: 2;
		}
	
	.navcontainer li
		{
		display: inline;
		text-align: center;
		margin: 0 5px;
		}
	
	.navcontainer li a
		{
		padding: 1px 7px;
		color: #666;
		background-color: #fff;
		border: 1px solid #ccc;
		text-decoration: none;
		}
	
	.navcontainer li a:hover
		{
		color: #000;
		border: 1px solid #666;
		border-top: 2px solid #666;
		border-bottom: 2px solid #666;
		}