body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: url("images/v1_bg4.png");
}

#header {
	background: #b9b9b9;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -4px;
	text-align: center;
	z-index: 1;
}

#title {
	background: #626262;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 75px;
	z-index: 2;
	
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 62px;
	letter-spacing: 10px;
	color: #65c5c9;
}

#nav {
	background: #2f2f2f;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	height: 38px;
	z-index: 2;
	
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 26px;
	letter-spacing: 1px;
	color: #afada8;
}

#nav a:link {
	color: #288f00;
	text-decoration: none;
}
#nav a:visited {
	color: #288f00;
	text-decoration: none;
}
#nav a:hover {
	color: #288f00;
	text-decoration: none;
	border-bottom: 3px solid;
}
#nav a:active {
	color: #288f00;
	text-decoration: none;
}

.current {
	color: #288f00;
	border-bottom: 3px solid;
}


#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	
	font-family: 'Crimson Text', serif;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #252525;
}

h1 {
	font-size: 28px;
	font-weight: semibold;
	letter-spacing: 6px;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
}

i {
	color: #3654ec;
}

#footer {
	background: #2f2f2f;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	color: #868f95;
}
#footer a:link {
	color: #288f00;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #288f00;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #288f00;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid;
}
#footer a:active {
	color: #288f00;
	text-decoration: none;
	font-weight: bold;
}

#content a:link {
	color: #fefefe;
	text-decoration: none;
	text-shadow: 1px 1px #288f00;
}
#content a:visited {
	color: #fefefe;
	text-decoration: none;
	text-shadow: 1px 1px #288f00;
}
#content a:hover {
	color: #fefefe;
	text-decoration: none;
	text-shadow: 1px 1px #288f00;
	border-bottom: 1px solid;
}
#content a:active {
	color: #fefefe;
	text-decoration: none;
	text-shadow: 1px 1px #288f00;
}

.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-indent: 0;
}

img {
	margin-right: 5px;
}