@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	background-color:#50798b;
}
h1
{
	font-family:"Monotype Corsiva", "Comic Sans MS";
	font-size:150%;
	margin:0px;
	padding:0px;
}
h2
{
	font-family:"Monotype Corsiva", "Comic Sans MS";
	font-size:125%;
}
p
{
	text-indent:3em;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ul
{
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ol
{
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
blockquote
{
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
}
#background1
{
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	position:absolute;
	z-index:0;
	
}
#background2
{
	z-index:1;
	position:absolute;
	background-image:url(images/stone-face.gif);
	background-repeat:repeat-y;
	height:2000px;
}
#logo
{
	width:100%;
	height:89px;
}
#navigation
{
	width:171px;
	height:100%;
	padding:10px;
	float:left;
}
#content
{
	width:71%;
	margin-left:180px;
	background-color: #fff;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	padding:10px;
	border-top:double;
	border-bottom:double;
	border-top-color:#003300;
	border-bottom-color:#003300;
}
#header
{
	width:50%;
	margin-left:180px;
	background-color: #fff;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	padding-left:10px;
	border-top:double;
	border-bottom:double;
	border-top-color:#000066;
	border-bottom-color:#000066;
}