	body
	{
	font-size: 0.8em;
	font-family:"Courier New", Courier, mono;
	font-weight:bold;
	color: #300;
	margin:0;
	padding:0;
	height:100%;
	}
	
	* html .bkgnd2 {
	height:100%;
	width:100%;
	}
	
	div#wrapper
	{
	z-index:1;
	bottom: 5px;
	padding-bottom:2em;
	overflow:visible;
	min-height:100%;
	}
	
	#background-image{
	overflow: visible;
	padding-top:1em;
	bottom: 0px;
	height:100%;
	width:100%;
	z-index: -100;
	background-color:#6C7B37;
	background: URL("../images/backgrounds/bkgrndhair.jpg") no-repeat fixed bottom left;
	}
	
	#mg{
	z-index:-100;
	float:left;
	}
	
	#all{
	z-index:1;
	position:absolute;
	margin-right:10px;
	}
	
	h1
	{
	clear:right;
	font-size: 36px;
	}
	
	h3
	{
	font-size: 24px;
	}
	
	a
	{font-family:Calibri,Candara, Arial,sans-serif;
	font-size:16px;}
	
	a:link
	{color:#036;}
	
	a:visited
	{color:#306;}
	
	a:focus
	{color:#FFF;}
	
	a:hover{
	color:#699;
	font-weight:bolder;
	font-family:"Courier New", Courier, mono;
	}

	a:active
	{color: #000;}
	
	
	.leftbox {
	position:relative;
	float:left;
	top:0px;
	padding: 3px;
	width: 45%; 
	min-height:100%;
	padding-top:2em;
	font-size:18px;
	padding-left:5%;
	padding-bottom:3%;
	}
	
	.rightbox {
	clear:right;
	position:relative;
	float:right;
	top:0px;
	width:45%;
	text-align:right;
	font-size:18px;
	height:auto;
	min-height:100%;
	padding-top:2em;
	padding-right:5px;
	}
	
	.bottombox {
	clear:both;
	height:auto;
	text-align:center;
	font-size:16px;
	vertical-align:middle;
	z-index:-200;
	margin-bottom:1em;
	margin-top:1em;
	overflow:visible;
	}
	
	.topbox {
	clear:both;
	height:auto;
	text-align:right;
	vertical-align:middle;
	z-index:-200;
	overflow:visible;
	padding-right:2px;
	}
	
	.clear
	{clear:both;}
	
	img.floatLeft{ 
	float: left; 
	margin: 4px;
	margin-left:10px;
	margin-top:25px;
	}
	
	img.floatRight { 
	float: right;
	margin: 4px;
	margin-left:20px;
	margin-top:25px;
	}
	
	.clearR
	{clear:right;}
	
	.clearL
	{clear:left;}
	
	#ruley
	{overflow:visible;}
	
	.menuy{
	bottom: 0px;
	height:100%;
	width:100%;
	z-index: -100;
	}