/*general layout and sections styling*/
html {



}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	color: #59512F;
	background-image: url(/assets/imgs/parchmentbg.gif); 
	background-repeat: repeat;

}

#vitruvian {
	background-attachment: scroll;
	background-image: url(/assets/imgs/vitmanbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper {
	background-color: #FFFFFF;
	width: 750px;
	margin: auto;
	padding: 0px;
}

#content {padding-top:15px; margin-top:15px;}
#wrapper #content ul {
	list-style-position: outside;
	list-style-image: url(/assets/imgs/bullet.gif);
	font-weight:normal;
}

#header {
	background-color: #990000;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -15px;
	padding-left: 0px;
	height:104px;
}

#footer {
	font-size: x-small;
	color: #808080;
	width: 100%;
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0DFC5;
	min-height:325px;
}
div#footer a {
	color: #104576;
	text-decoration: none;
}
div#footer a:hover {
	color: #FF6600;
}

/*typographic type stuff */
a {
	color: #990000;
	text-decoration: none;
}
#content p {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

#content {
	margin-top: 0px;
	width: 750px;
}


img {
	border: none;

}
.note {
	font-size: x-small;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}
.portrait {
	margin-right: 3px;
	margin-top: 10px;
	border: 2px groove #990000;
	float: right;
	padding:3px;
	margin-left: 3px;
}









#nav, #nav ul {
	float: left;
	width: 751px;
	list-style: none;
	line-height: 1;
	background: #B7804D;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
	z-index:999;
}

#nav a {
	display: block;
	text-decoration: none;
	color: white;
	width: 135px;
	w\idth: 135px;
	padding: 0.5em 0 .5em 1em;

}


#nav li {
	float: left;
	padding: 0;
	width: 12em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 145px;
	w\idth: 145px;
	font-weight: normal;
	border-width: .25em;
	margin: 0;
}

#nav li li {
	
	width: 145px;
	w\idth: 145px;
}

#nav li ul a {
	width: 145px;
	w\idth: 145px;
	font-weight: bold;
}
#nav li ul li a {
	border-bottom: solid 1px white;}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #D0C0A4;
}

