body, html {
	height: 100%;
}

body {
	background-image: url("images/v1_bg.png");
	font: 15px/24px 'Lato', sans-serif;
	margin: 0;
	padding: 0;
}

#container {
	position: relative;
	width: 1208px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 1208px;
}

#navi {
	position: absolute;
	top: 470px;
	left: 570px;
}
table.nav {
	width: 400px;
}
table.nav a {
	display: inline-block;
	background-color: #847767;
	width: 100px;
	padding: 5px;
	text-align: center;
	color: #fff;
}
table.nav a:hover {
	background-color: #a79783;
	color: 
}

#content {
	position: absolute;
	top: 600px;
	left: 200px;
	width: 900px;
}

#footer {
	background: rgb(132,119,103);
	width: 100%;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	color: #d3c7b6;
	font-size: 12px;
	line-height: 16px;
}

h1 {
	background: url("images/v1_titlebg.png") 0 0 no-repeat;
	width: 557px;
	height: 84px;
	padding-left: 25px;
	padding-top: 32px;
	margin: 0;
	margin-bottom: -35px;
	color: #fff;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
}

i {
	color: #2c82a6;
}

p {
	text-indent: 40px;
}

blockquote {
	background-color: rgb(116,51,52);
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	color: #d3c7b6;
	font-style: italic;
}

p.quote {
	text-indent: 60px;
	margin: 0;
}

/* Links */
a:link {
	color: #dc2a93;
	text-decoration: none;
}
a:visited {
	color: #dc2a93;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #3a5690;
	text-decoration: none;
}

#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #cfcfcf;
	text-decoration: none;
}
#footer a:active {
	color: #3a5690;
	text-decoration: none;
}


/*This is for centered divs.*/
.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-indent: 0;
}

.firstcharacter {  
	font-size: 32px; 
	font-weight: bold;
	padding-top: 0;
}

/* IMG BORDERS */
img.display {
	border: 8px solid #fff;
	margin-left: 10px;
	margin-right: 10px;
}