/*css document*/
/* universal settings*/
* {
	margin: 0;
	padding: 0;
}
/*re-define tags*/
body
{
}
#container {
	border: 1px solid #cccaca;
	text-align: left;
	margin: 0 auto;
	position: relative;
	height: 1300px;
	width: 800px;
	font: 1em verdana, sans-serif;
	font-weight: bold;
	color: #827f7f;
}
#header {
	border-bottom: 1px solid #cccaca;
	padding: 1em 1em 1em 10px;
	font: 2em Verdana, sans-serif;
	font-weight: bold;
	color: #827f7f;
}
/*<!-- tabbed navigation -->*/
#nav {
	/*background: url (../images/bg.gif) repeat_x left bottom;*/
	padding: 0;
	float: left;
	width: 100%;
	font-size: 0.9em;
	display: block;
	margin: 0 0 2em 0;
}
#nav ul {
	margin: 0;
	padding: 10px 10px 0 10px;
	list-style: none;
}
#nav li {
	background: url(../images/tabnew_right.gif) no-repeat right top;
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}
#nav a {
	float: left;
	display: block;
	background: url(../images/tabnew_left.gif) no-repeat left top;
	padding: 12px 20px 2px 6px;
	border: 1px solid #827f7f;
	text-decoration: none;
}
#nav a:link {	color: #000 ;	}	#nav a:visited { 	color: #333;	}#nav a:hover {	color: #fff;	}#nav a:active { 	color: #930;	}
/* current tab selected */
#nav #current {
	background: url(../images/tabnew_right_c.gif) no-repeat right top;
}
#nav #current a {
	background: url(../images/tabnew_left_c.gif) no-repeat left top;
	color: #fff;
	padding: 12px 20px 2px 6px;
}
/*<!-- main content-->*/
#content {
	display: block;
	clear: both;
}
/*<!-- home page quote formatting -->*/
#quote {
	display: block;
	margin: 0 120px;
	font: 0.9em Verdana, sans-serif;
	text-align: justify;
}
#marks_open {
	height: 4em;
	color: #827f7f;
	font: 3em Times;
	font-weight: bold;	
	float: left;
	margin: -10px 0 0 70px;
}
#marks_close {
	height: 4em;
	color: #827f7f;
	font: 3em Times;
	font-weight: bold;	
	float: right;
	margin: -20px 70px 0 0;
}


#content p {
	display: block;
	margin: 1em 1em 1em 10px;
	font: 0.9em Verdana, sans-serif;
	color: #827f7f;
	text-align: justify;
}
#mainphoto {
	display: block;
	margin: 1em 0;
}
#insetphoto {
	float: left;
	margin: 0 1em 1em 10px;;
}
/*<!-- menu - fixed into position for compatible browsers-->*/
#links {
	float: center;
	position: fixed;
	bottom: 1em;
	padding: 1em;
	font: 1em Verdana, sans-serif;
	font-weight: bold;
	color: #827f7f;
}
#links ul {
	display: block;
}
#links ul li {
	display: inline;
	margin: 0 1em;
}
#links ul li a {
	text-decoration: none;
	color: #827f7f;
}



