* {
	margin: 0em;
	padding: 0em;
}

a {
	color: #8DA359;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	background-color: #F0E3A4;
	background-image: url('../assets/img/a4.gif');
	background-repeat: repeat-x;
	color: #37371E;
    font-family: georgia, serif;
    text-align: justify;
    margin-top: 80px;
}

.container{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0em;
	background-color: #FEFEF2;	
	background-image: url('../assets/img/a3.gif');
	background-repeat: repeat-x;
	padding: 1.0em;
	border-top: solid 1px #ffffff;
	margin-bottom: 1.0em;
}

.row {
	border: dotted 1px #EFEAD1;
	padding: 1.0em;
}

.nav {
    opacity: 0.5;
}

.menu a {
	color: #ffffff;
	text-decoration: none;
}

.menu ul {
	list-style: none;
	padding: 0em;
}

.menu li {
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
}

.menu li a {
	padding: 0.8em;
}

.menu li a:hover {
	background-color: #515815;
	background-image: url('../assets/img/a2.gif');
	background-repeat: repeat-x;
}

.header {
	padding: 0.8em 1.2em 1.2em 1.2em;
}

.header h1 {
	font-size: 3.0em;
	/*text-transform: lowercase;*/
	font-weight: normal;
    letter-spacing: -0.05em;
}

.header h2 {
	position: relative;
	top: -0.1em;
	/*text-transform: lowercase;*/
    color: #4F4F2B;
}

.content {
    padding: 1.2em;
}

.content h2 {
    margin-top: 2em;
}

.footer {
	border-top: dashed 1px #EFEFD6;
	padding-top: 1.0em;
	font-size: 1.0em;
	color: #AFA162;
	padding-left: 1.2em;
	clear: both;
}