/* CSS Document */
	

/* Body*/

body {
	background-color:#000;
}


/* Regular body text*/
p {
	color: #FFFFCC;
	font:Arial, Helvetica, sans-serif;
	font-size: .9em;
	
	}
	
/* Main Headers*/
h1 {
	color: #FFCC66;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	}

/* Navigation headers*/	
h3 {
	color: #FFCC66;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	margin-bottom: 12px;
	margin-top: 12px;
	}	
	
/* Window navigation */	
h4 {
	color:#006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	margin-bottom: 12px;
	margin-top: 12px;
	}	
	
/* Artists*/
h5 {
	color: #FFcc66;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.75em;
	font-weight: normal;
	font-style:italic;
	margin-top: 3em;
	} 
/*And their restoration*/
h6 {
	color: #FFCC66;
	font-family:"Times New Roman", Times, serif;
	font-size: 1.75em;
	font-weight: normal;
	font-style:italic;
	line-height:12%;
	}
	
/*Copyright info*/
.copyright {
	color: #ffcc66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:.7em;
	} 
	
/* background color of Navigation*/	
.firstcolumn {
	background-color: #660000;
	width:350px;
	border:none;
	padding-left: 10px;
	vertical-align: top;
	}
	
/* background color of Fast Facts*/	
.firstcolumn2 {
	background-color: #660000;
	border:none;
	padding-left: 10px;
	list-style-type: disc;
	vertical-align: top;
	}
	
/*background color of title cell*/
.titlecell {
	background-color: #330000;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 30px;
	}
	
/*background color of navigation bar*/
.navBar {
	background-color: #660000;
	width:350px;
	border:none;
	text-align: center;
}
	
/*background color of juncture*/
.juncture {
	background-color: #660000;
	}
	
/*content*/
.content {
	padding-left: 15px;
	line-height: 1.5em;
	vertical-align: top;
	}
	
/*Fast Facts box*/
.fastfacts  {
	font-size: .8em;
}

/*links*/

a:link {
	color: #336699;
	}

a:visited {color: #6699CC;}

a:hover {color: #006699;}

	
.bodyBullets li {
color:#FFFFCC;
font-size: 80%;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC66;
	font-size:.7em;
	padding-bottom: 12px;
	margin-bottom: 1em;
	font-style: italic;
}#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border: thin solid #600;
}
