@charset "UTF-8";
/* CSS Document */

@font-face {font-family: Aller Light;src: url(Aller_Lt.ttf);font-weight:50;}

@font-face {font-family: Cinzel Decorative;src: url(CinzelDecorative-Regular.ttf);font-weight:50;}

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

a:hover{
	color: #FFF;
	border-bottom: solid 2px #fff;
}

a:visited{
	color: #FFF;
}

a:active{
	text-decoration: none;
	color: #FFF;
}

h1{
	font-weight: lighter;
	color: #08370b;
	margin: 0px;
	font-size: 36px;
	font-family: "Cinzel Decorative";
}

h2{
	color: #063717;
	font-weight: lighter;
}

h3{
	margin: 0px;
	font-weight: lighter;
	color: #063717;
}

img.icon{
	float: right;
	padding-right: 5px;
	padding-top: 40px;
}

img.icon:hover{
	opacity: 0.75;
}

menu{
	background-color: #08370b;
	color: #FFF;
	padding: 1px;
	text-align: center;
	width: 960px;
}

li{
	display: inline;
	list-style: none;
	padding: 2px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	text-indent: 0px;
}

body{
	font-family: "Aller Light";
	font-weight: lighter;
	background-color: #344638;
}

#wrapper{
	background-color: #FFF;
	width: 960px;
	margin: auto;
	height: auto;
	padding: 20px;
	text-align: left;
}

#header{
	background-color: #FFF;
	width: 960px;
}

#main{
	display: inline-block;
	float: left;
	width: 660px;
	background-color: #FFF;
}

#image{
	float: left;
	width: 300px;
	text-align: right;
	background-color: #FFF;
	height: auto;
	padding-top: 20px;
}

#footer{
	background-color: #073712;
	width: 960px;
	margin: auto;
	margin-top: 20px;
	clear: both;
	font-size: 14px;
	font-weight: lighter;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #FFF;
}

.clear{
	clear: both;
}

hr{
	background-color: #65996B;
	color: #65996B;
	height: 1px;
}
