body {
	color: #BA6D3C;
	font-family: Trebuchet MS, Georgia, 'Times New Roman', serif;
	margin: 0;
	padding: 0;
	
	text-align: left;
/*	background: white url('http://farm4.static.flickr.com/3530/3940423908_d217b33142_o.jpg') no-repeat scroll; */
	background: white url('plywood.jpg') no-repeat fixed;

	background-position: 0px 0px;
}

div#links-wrapper{
	
	display: inline-block;
	background: white;
	text-align: right;
	float: right;
	overflow: visible;
	z-index:50;



	margin-right: 0px;
	
	padding-left: 80px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 25px;
	
	-moz-top-left-border-radius: 20px;
	-moz-bottom-left-border-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	
	border-top: 5px double #BA6D3C;
	border-left: 5px double #BA6D3C;
	border-bottom: 5px double #BA6D3C;

	opacity:0.7;
}

h1{
	color: white;
	background-color: #BA6D3C;
	text-align: left;
	font-size: 400%;
	margin-top: 100px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 100px;
	padding-bottom: 10px;
	opacity: 0.75;
	border-top: 5px double white;
	border-bottom: 5px double white;
}

h2 {
	font-size:200%;
	line-height:100%; /* needed to prevent IE from clipping the text*/
	overflow:visible;
	z-index:100;

}

h2#links-header{
	background-color: #BA6D3C;
	opacity: 1.0;
	margin-top: -50px;
	color: white;
	border: 5pt double white;
	padding: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:visible;
	z-index:100;

}

a:link {
  	color:#BA6D3C;
  	text-decoration:none;
  }

a:visited {
  color:#BA6D3C;
  text-decoration:none;
  }

a:hover {	
	margin-right: -20px;
	
	padding-right: 5px;
	border-right: 15px solid #BA6D3C;
	text-decoration: none;
	
	
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;

  }

a img {border-width:0;}
a img {border:none;}

ul {
/*	background-color: white; */
	list-style-type:none;
	margin: 0;
	padding: 0;
}

li {
	font-size: 175%;
	margin-bottom: 0px;
}

em {
	color:#BA6D3C;
}