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

html
{
	margin:0px;
	padding:0px;
	background-color:#50798b;
	background-image:url(images/ihr-background2.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}
body
{
	background-image:url(images/stone-face.gif);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}
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;
}
#logo
{
	width:100%;
	height:89px;
}
#navigation
{
	width:171px;
	height:100%;
	padding:10px;
	float:left;
	background-image:url(images/stone-face.png);
	background-repeat:repeat-y;
}
#content
{
	width:71%;
	margin-left:180px;
	background-color: #fff;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	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=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	padding-left:10px;
	border-top:double;
	border-bottom:double;
	border-top-color:#000066;
	border-bottom-color:#000066;
}
#background
{
	padding:8px;
}
.background a
{
	background-color: #fff;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	padding:2px;
}
