body {
	margin: 0 auto; 
	padding: 0; 
	font-family: Century Gothic, Verdana, Sans Serif; 
	font-size: 85%;
	 background-color: #f4f1e9;
}

#frame
	{
		 margin: 0px auto;
		 padding: 0;
		 width: 1025px; 
		 height: 800px; 
		 background: url('/images/mikelangeloFinal2.jpg');
		 background-repeat:no-repeat; 
		 position: relative;
	}

#frame2
	{
		 margin: 0px auto;
		 padding: 0;
		 width: 1025px; 
		 height: 800px; 
		 background: url('/images/mikelangeloFinal2.png');
		 background-repeat:no-repeat; 
		 position: relative;
	}

.transparent50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.transparent100 {
	filter:alpha(opacity=90);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}


#nav
	{
		padding: 0;
		margin: 0;
/* 		position: absolute;  */
		float: left;
		width: 500px; 
		margin-left: 205px; 
		margin-top: 190px;
	}

#nav ul
	{
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: inline;
		width: 500px; 
	}

#nav ul li
	{
		padding: 2px 25px;
		margin: 0;
		list-style-type: none; 
		display: inline;
		width: 300px;
	}

#nav ul li a:link, 
#nav ul li a:visited, 
#nav ul li a:active
	{
		color: #874325;
		padding: 2px;
		margin: 0;
		font-size: 1.3em;
		text-decoration: none;
/* 		border-bottom: 3px solid white;  */
		overflow: hidden;
	}

#nav ul li a:hover
	{
		/* border-bottom: 5px solid #874325;  */
		background-image: url('/images/navUnderline.png');
		background-repeat: no-repeat;
		background-position: bottom;
	}

#contentMain
	{
		margin-top: 5px; 
		float: left; 
		margin-left: 60px;
		padding: 20px;
		width: 850px;
	}

h1, h2, h3, h4,h5
	{
		padding: 4px;
		margin: 2px;
	}

h1 { font-size: 1.6em; color: #874325;}
h2 { font-size: 1.4em; color: #874325;}
h3 { font-size: 1.2em; color: #874325;}
h4 { font-size: 1.1em; color: #874325;}

strong { color: #874325;}

hr 
	{
		color: #874325;
		background-color: #874325;
		height: 1px;
		width: 75%;
		text-align: center;
		border: none;
	}

a:link {color:#874325; text-decoration: underline;} /* unvisited link */
a:visited {color:#874325; text-decoration: underline;} /* visited link */
a:hover {
			color:#61240f; 
			text-decoration: none;
		} /* mouse over link */
a:active {color:#874325;  text-decoration: underline;} /* selected link */


/* dark red #61240f;  */
/* ligher red: 874325  */