/* begin main */
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: white;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header {
	width: 100%;
	margin: 2em 0;
}
#sidebar {
	width: 20%;
	float: left;
}
#sidebar ul {
	margin-top: 5em;
}
#content {
	width: 75%;
	float: left;
	margin: 5px;
	padding-left: 30px;
	font-size: 1.3em;
}
#content blockquote {
	margin-left: 15px;
}
#content p {
	padding: 5px;
}
#content h2 {
	margin-bottom: .8em;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	letter-spacing: .15em;
	color: #7F7F7F;
	font-size: 2.5em;
}
#content h3 {
	font-size: 1.6em;
	margin: 1em 0 .5em;
}
div#content p a:link {
	font-weight: bold;
	text-decoration: none;
	color: #99002A;
}
div#content p a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #99002A;
}
div#content p a:hover, div#content p a:active {
	text-decoration: underline;
}
#info {
	clear: both;
	color: #888;
	width: 100%;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
#info p#design {
	float: left;
	margin-left: 20px;
}
#info p#copy {
	float: right;
	margin-right: 20px;
}
#header #logo {
	font-size:xx-large;
	font-weight: bold;
	float: left;
	/*  margin-right: 1em;
*/  border: none;
}
#header h1 {
	float:left;
	font-size:1.1em;
	margin-top: 40px;
	color: #708491;
}
/* end main */

/* begin navigation */
#header #navbox {
	width: 380px;
	padding: 15px 15px 0px 15px;
	margin: 0px 0 0px 450px;
	background: #fff;
}
#header div.clearfloats {
	clear: both;
}
#header #nav {
	margin: 0;
	padding: 0 0 22px 40px;
	border-bottom: 1px solid #9FB1BC;
}
#header #nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#header #nav a:link, #header #nav a:visited {
	float: left;
	font-size: 1.2em;
	line-height: 16px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
	}
	
/* you are here top site navigation */

	body.home #home_tab a,  
	body.bio #bio_tab a,  
	body.gallery #gallery_tab a,  
	body.contact #contact_tab a,  
	#header #nav a:hover {
		color: #000;
		background: url(../images_portraits/tab_pyra.gif) no-repeat bottom center;
	}
/* you are here - side navigation bar */
	body.men li#men_tab,  
	body.women li#women_tab,  
	body.relation li#relation_tab,  
	body.couples li#couples_tab,  
	body.children li#children_tab,  
	body.early li#early_tab,  
	body.state li#state_tab,  
	body.exhibit li#exhibit_tab,  
	body.collect li#collect_tab,  
	body.biblio li#biblio_tab,  
	body.approach li#approach_tab,  
	body.synopsis li#synopsis_tab,  
	body.early2 li#early2_tab,  
	body.early3 li#early3_tab,  
	body.men2 li#men2_tab,  
	body.women2 li#women2_tab,  
	body.artworld li#artworld_tab,  
	body.misc li#misc_tab,  
	body.recent1 li#recent1_tab,  
	body.recent2 li#recent2_tab {
		font-weight:900;
	}
/* end navigation */

/* sidebar navigation */
ul#nav_sidebar {
	width: 150px;
	margin: 50px 25px;
	list-style-type: none;
	background: #F7FCE2;
	border-top: 1px solid;
	border-top-color: #7f7f7f;
	}

ul#nav_sidebar li {
	border-bottom: 1px solid;
	border-bottom-color: #7f7f7f;
	font-size: 1.2em;
	text-align: center;
}
ul#nav_sidebar li a {
	display: block;
	padding: 5px;
	text-decoration: none;
}
ul#nav_sidebar a:link, ul#nav_sidebar a:visited {
	color: #99002A;
}
ul#nav_sidebar a:hover {
	background-color: #990078;/*#DFB4CF; */
	color: #F7FCE2;
}
/* end sidebar navigation */

