body {
	background-color: #8a896f;

}
P {
	font: normal normal 10px;
	font-family: Arial;
	font-weight: bold;
	float: none;
	color: #fff;
	margin:0px 0px 12px 0px;
	padding:0px;
	}
h1 {
	font: normal normal 14px;
	font-family: Arial;
	font-weight: bold;
	float: none;
	color: #fff;
}
h2 {
	font: normal normal 12px;
	font-family: Arial;
	font-weight: bold;
	float: none;
	color: #8a896f;
}

.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color: White;
	font-size:12px;
	font-family: arial;
	font-weight:bold;
	text-decoration:none;
	}
a:link {color: White; font-size: 12px; font-family: Arial}
a:visited {color: White;}
a:hover {background-color: #8a896f;}
  

/* All the content boxes belong to the content class. */
.content {
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:490px;
	min-width:400px;
	margin:0px 100px 20px 210px;
	border:0px solid black;
	background-color:#8a896f;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#header {

	width: 750px;
	height: 210px;
}
#navAlpha {
	position:absolute;
	width:180px;
	top:220px;
	left:35px;
	font: normal normal 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: none;
	color: #fff;
	background-color:#8a896f;
	padding:10px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\";/
*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:170px;}

.footer {
	font: 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	margin:0px 0px 16px 0px;
	padding:10px;
}
		
.gallerytitle {

    font: normal normal 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: none;
	color: #fff;
}


