@import url(http://fonts.googleapis.com/css?family=Julius+Sans+One|Libre+Baskerville:400,400italic|Poiret+One);
body { 
		background: url(photos/path.JPG) no-repeat;
                background-size: cover;
		background-position: center center;
		background-attachment: fixed;  
	}

h1 {
	background-color: white;
	opacity: 0.6;
	border-top: 1px solid #A6A409;
	border-right: 1px solid #A6A409;
	border-left: 1px solid #A6A409;
	font:  3em 'Julius Sans One', sans-serif;
	letter-spacing: 10px; 
	color: #2B7C48; 
	text-align: left;
	margin: 0px 0px 0px 0px;
	}
h2 {
	background-color: white;
	opacity: 0.6;
	border-bottom: 1px solid #A6A409;
	border-right: 1px solid #A6A409;
	border-left: 1px solid #A6A409;
	font:  italic 1em 'Libre Baskerville', serif;
	letter-spacing: 3px; 
	color: #2B7C48; 
	text-align: right;
	margin: 0px 0px 0px 0px;
}
#sidebar-left {
	background-color: white;
	opacity: 0.6;
	border: 1px solid #2B7C48;
	border-radius: 5px;
	margin: 50px 10px 10px 30px;
	font:  italic 1em georgia, sans-serif;
	letter-spacing: 1px; 
	color: #2B7C48; 
	text-align: center;
	width: 15%;
	clear: both;
	float: left;
}
img.small {
	width: 200px;
	height: 125px;
}
#sidebar-right {
	margin: 50px 10px 10px 30px;
	float: right;
}
#main {
	font:  2em 'Julius Sans One', sans-serif;
	letter-spacing: 1px; 
	color: #F5F361; 
	background-color: #184104;
	opacity: 0.6;
	border: 1.25px solid #A6A409;
	border-radius: 5px;
	letter-spacing: 1.25px;
	margin: 50px 10px 50px 150px;
	color: #F7F6D3;
	text-align: center; 
	float: left;
	width: 80%;
}

li {
	display: inline;
	position: relative;
	padding: 8px;
	border: 1px solid #A6A409;
	border-radius: 5px;
	font: .75em georgia, sans-serif;
	color: #2B7C48;
	text-align: center;
	background-color: white;
}
#button {
	float: left;
	margin: 20px 10px 10px 120px;
	height: 10px;
	width: 100px;	
}

#footer {
	clear: both;
	font:  1em 'Poiret One', serif;
	letter-spacing: 1px; 
	background-color: white;
	padding: 10px;
	margin: 10px;
}
a:link {
	text-decoration: none;
	color: #2B7C48;
}
a:visited {
	color: black;
}
a:hover {
	color: #BDBA0D;
	}