/* CSS Document */

html{
height: 100%;
width:100%;
border: 0;
padding: 0;
margin: 0;
	overflow:hidden;

scrollbar-base-color: #faf9dd;
scrollbar-arrow-color: #8D886E;
scrollbar-track-color: #8D886E;

scrollbar-shadow-color: #8D886E;

}

body {
	background-color:#8D886E;
	background-image:url(../images/home_back.jpg);
	background-repeat:repeat-y;
	background-position:center;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	font-weight:bold;
}

#wrapper {
	width:100%;
	height:100%;
	}
#menu {
	float: right;
	width: 125px;
	margin-right: 20px;
	margin-left: 20px;
	position:absolute;
	z-index:5;
	height:100%;
	background-color:#ACD6B6;
	text-align:left;
	right: 0px;
}
#menu_interior {
	position:relative;
	top:30%;
	height: 40%;
	width:100%;
	color:#faf9dd;
	}
#menu_interior a { 
	color:#faf9dd;
	text-decoration:none; }
#menu_interior a:hover {
	text-decoration:underline;
	}
#menu_interior a:visited {
	color:#faf9dd;
	}
#left {
	position:absolute;
	z-index:5;
	width:225px;
	margin-left:20px;
	height:100%;
	background-color:#ACD6B6;
	background-image:url(../images/bk.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	text-align:center;
	}
#center {
	width:351px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	background-image:url(../images/bk.jpg);
	background-repeat:no-repeat;
	background-position:center 250px;
	text-align:center;
	}
	
#bowcenter {
	margin-left:auto;
	margin-right:auto;
	z-index:2;
	height:150px;
	top:0;
	text-align:center;
	}
	
#bowleft {
	position:absolute;
	z-index:10;
	height:150px;
	top:5px;
	padding-left:22px;
	}
#insidebody {
	position:absolute;
	z-index:0;
	top:30%;
	min-height: 40%;
	width:100%;
	background-color:#faf9dd;
	color:#8D886E;
	}
#insideblog {
	position:absolute;
	z-index:0;
	top:30%;
	width:100%;
	min-height:40%;
	background-color:#faf9dd;
	color:#8D886E;
		}
#blogpad {
	margin-left: 300px;
	padding-right:165px;
	}
#insidebody p {
	left:300px;
	margin-left: 300px;
	padding-right:185px;
	}
#insidebody h1, #insidebody h2, #insidebody h3, #insidebody h4 {
	left:300px;
	margin-left: 300px;
	padding-right:165px;
	}
	
a { 
	color:#333300;
	text-decoration:none; }
a:hover {
	text-decoration:underline;
	}
a:visited {
	color:#333300;
	}
	
h2 {
	padding-top:20px;
	}

h3 {
	padding-top:20px;
	}

#bkb {
	top:40%;
	text-align:center;
	position:relative;
	}