/*  Style for Grand Lodge of Maine Historial Documents */
/*  1-12-07  created based on Project 7 washi (thanks p7!) */

body {
	background-color: #FFFFFF;
	background-image: url(washi_pagebg.jpg);
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4em 0 2em 0;
	padding: 0px;
	}
#outer_wrapper {
	padding: 4px;
	width: 750px;
	margin: 0 auto;
	border: 1px solid;
	border-color: #646A4E;
}
#inner_wrapper {
	background-color: #FDFDFD;
	background-image: url(washi_layout.gif);
	background-repeat: repeat-y;
	border: 1px solid;
	border-color: #646A4E;
	padding: 0;
	opacity: .75;
	filter: alpha(opacity=75);
}
/* For inside pages */
#inner_wrapper2 {
	background-color: #FDFDFD!important ;
	border: 1px solid;
	border-color: #646A4E;
	padding: 0;
	opacity: .85;
	filter: alpha(opacity=85);
}

/* Main for inside pages */
#mainbox2 {
	width:  746px;
}
#maincontent2 {
	margin: 0 0 0 20px;
	padding: 6px 12px 12px 6px;
	font-size: 0.85em;
	line-height: 1.3em;
	color: #000000;
}

#maincontent2 p {
	padding-top: 10px;
	text-indent: 1.5em ;
}

#maincontent2 a {
	color: #646A4E;
}
#maincontent2 a:hover {
	color: #646A4E;
}
#maincontent2 blockquote {
	line-height: 1.2em;
}
#sidebar {
	float: left;
	width: 230px;
	color: #000000;
}

#subhead {
	background-color: #8E9359;
	padding: 12px 24px;
	border-bottom: 1px solid #000;
	margin: 0 0 16px 0;
	font-size: .8em;
	color: #000000;
	line-height: 1.5em;
}
#subhead a {
	color: #000000;
}
#subhead a:hover {
	text-decoration: none;
	background-color: #646A4E;
}
#menubar {
	background-color: #646A4E;
	background-image: url(washi_logosmall.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px solid #444;
	font-size: 0.8em;
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
	filter: alpha(opacity=85);
	opacity: .85;
	z-index: 2;
}
/*\Hide from IE5 Mac*/
#menubar {
	position: fixed;
}
/*End Hiding*/
#menubar ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#menubar li {
	float: left;
	list-style-type: none;
}
#menubar a {
	color: #333333;
	text-decoration: none;
	background-color: #F8B121;
	padding: 10px 6px;
	float: left;
	display: block;
	border-right: 1px solid #333;
	letter-spacing: -1px;
}
#menubar a:hover {
	color: #000000;
	background-color: #D4C38F;
	font-weight: bold;
	letter-spacing: -1px;
}
#footer {
	clear: both;
	background-color: #8E9359;
	padding: 8px 24px;
	border-top: 1px solid #333;
	font-size: 0.75em;
	color: #FFFFFF;
	text-align: center;
}
#footer a {
	color: #000000;
}
#footer a:visited {
	color: #000000;
}	