body, html {
	height: 100%;
}

body {
	background-image: url("images/v1_bg.png");
	font-family: 'Open Sans', sans-serif;
}

#container {
	background: rgba(0,0,0,0.2);
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 10px solid rgba(0,0,0,0.2);
	border-radius: 40px;
}

#header {
	width: 1060px;
	height: 408px;
	padding: 0;
	margin: 0;
}

#navigation {
	background: #363636;
	width: 1060px;
	height: 60px;
	color: #c1c1c1;
	font-size: 18px;
}
#navigation i {
	font-size: 14px;
}

/* Navigation list. */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 12px;
	padding-left: 100px;
	height: 60px;
	line-height: 16px;
}
li {
	display: inline-block;
	vertical-align: center;
	width: 220px;
	border-left: 1px solid #cfcfcf;
	padding-left: 5px;
}

#content {
	background-image: url("images/v1_bg2.png");
	padding: 30px 100px 20px 100px;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
}

#footer {
	background-image: url("images/v1_footer.png");
	width: 1060px;
	height: 113px;
}
#footer_nav {
	background: rgba(90,90,114,0.8);
	border-radius: 10px;
	width: 100px;
	padding: 5px;
	position: relative;
	top: -35px;
	left: 675px;
	font-size: 12px;
}
#footer_info {
	background: rgba(90,90,114,0.8);
	border-radius: 10px;
	width: 400px;
	padding: 5px;
	position: relative;
	top: 25px;
	left: 250px;
	font-size: 12px;
}


h1 {
	margin: 0;
	color: #020934;
	font-weight: bold;
}

h2 {
	margin: 0;
	margin-bottom: 5px;
	color: #505990;
	font-size: 18px;
	font-style: italic;
}

h3 {
	color: #007a61;
	margin: 0;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}

#content i {
	color: #007a61;
}


/* Links */
a:link {
	color: #004192;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #004192;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #6eac9c;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #3a5690;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:link {
	color: #cfcfcf;
	text-decoration: none;
}
#navigation a:visited {
	color: #cfcfcf;
	text-decoration: none;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
}
#navigation a:active {
	color: #3a5690;
	text-decoration: none;
}

#footer a:link {
	color: #c9d6c6;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	color: #c9d6c6;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #cfcfcf;
	text-decoration: none;
	font-weight: normal;
}
#footer a:active {
	color: #3a5690;
	text-decoration: none;
	font-weight: normal;
}


/*This is for centered divs.*/
.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-indent: 0;
}

.firstcharacter {  
	font-size: 24px; 
	font-weight: bold;
	padding-top: 0;
}


/* Individual page nav tables. */
table.nav {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
td.nav_l {
	background-color: rgba(210,210,210,0.5);
	text-align: right;
	width: 100px;
	padding: 3px 5px 3px 5px;

}
td.nav_r {
	background-color: rgba(196,196,196,0.5);
	padding: 3px 5px 3px 5px;
	font-style: italic;
}
/* Lyric td */
td.lyric_l {
	background-color: rgba(210,210,210,0.5);
	text-align: right;
	width: 50%;
	padding: 3px 5px 3px 5px;
	vertical-align: top;
}
td.lyric_r {
	background-color: rgba(196,196,196,0.5);
		vertical-align: top;
	padding: 3px 5px 3px 5px;
}

/* Images */
img.display {
	border: 4px solid #000;
	margin: 0 8px 0 8px;
}


/*The following are character colour codes for quotes.*/
b.valgarv {color: #136756;}
b.xelloss {color: #7225a3;}
b.lina {color: #d9105c;}
b.jiras {color: #ff7800;}
b.gravos {color: #73a79c;}
b.armace {color: #bba1bd;}
b.filia {color: #ffc600;}
b.elder {color: #9a9a9a;}
b.garv { color: #c30000;}

blockquote {
	background-color: rgba(196,196,196,0.2);
	padding: 10px;
}

#title {
	background-image: url("images/v1_titlebar.png");
	background-repeat: no-repeat;
	padding-left: 25px;
}