@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-attachment: fixed;
	background-color: transparent;
	background-image: url(images/wood_page_bg_1024.jpg);
	background-repeat: repeat;
	background-position: center;
}
/*layout*/
#page {
	padding-top: 1em;
	padding-bottom: 1em;
}
#logo {
	height:200px;
	position: relative;
	margin: 0.5em, 1em, 1em, 1em;
	background-color: #DDD;
}
.menu {
	float:left;
	width:12em;
	background-color:#CCC;
	border-style:solid;
	border-color:#333;
	padding:0.5em;
	opacity:0.75;
	filter:alpha(opacity=75);
	height: 38em;
	margin: 0.5em;
}
#content {
	overflow:scroll;
	margin:0.5em;
	border:solid #666;
	height: 35em;
	padding: 2em;
	background-color: #EEE;
	opacity:0.9;
	filter:alpha(opacity=90);
}
#footer {
	position:relative;
	clear:both;
	height:3.5em;
	margin-top: 0.5em;
	background-color:#CCC;
	padding: 2em;
}
/*border box
<div class="box_striped">
<div class="box_striped_top"></div>
<div class="box_striped_mid">

</div>
<div class="box_striped_bottom"></div>
</div>
*/
.box_striped_top {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:32px;
	background-image:url(images/graphics/striped_border_top.png);
	background-repeat:repeat-x;
}
.box_striped_bottom {
	position: absolute;
	bottom: 0px;
	height:32px;
	background-image:url(images/graphics/striped_border_bottom.png);
	background-repeat:repeat-x;
	left: 0px;
	right: 0px;
}
p {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
}
p:first-line {
	text-indent:2em;
}
p.footer {
	font-size:14px;
}
/*menu*/
ul.menu {
	margin:0em;
	padding:0em;
	list-style-type:none;
	border:none;
}
a.menu {
	font-size:1.2em;
	font-family:Verdana, Geneva, sans-serif;
	color:#00F;
	opacity:1;
	filter:alpha(opacity=100);
	background-color:#666;
	height:1.5em;
	width:9em;
	margin:.1em;
	border: thin #333;
	display:block;
	text-decoration:none;
}
a.menu:hover {
	background-color:#333;
}
