﻿body {
	background-color: #000000;
	font-family: CaligulaDodgy;
	padding: 0px;
	font-size: small;
	color: #c97910;
	width: 100%;
}
/* Styles for DIV tags */
#masthead {
	color: #778899;
	background-color: #000000;
	margin: 10px;
	vertical-align: top;
	text-align:center;
}
#row {
	display: table;
	clear:both;
}
#column_left {
	float: left;
	height: 85vh;
	width: 50%;
	background-position: center;
	vertical-align: top;
	background-color: black;
}
#column_right {
	background-color: #000000;
	background-image: url('../images/bgstone.jpg');
	color: #e6e6e6;
	height: 95vh;
	width: 45%;
	overflow: auto;
	float: right;
	vertical-align: top;
	text-align:center;
}
#image {
	display: flex;
	justify-content: center;
}
#footer {
	width: 50%;
	background-color: #000000;
	position:absolute;
	bottom: 0;
	color: #e6e6e6;
	clear: both;
	margin: 0;
	display: flex;
	text-align: left;
}
/* Styles for Masthead */

#player {
	float: left;
}

#footertext {
	float: left;
}

#masthead centre {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#masthead h1 {
	color: #778899;
	font-style: normal;
	font-weight: normal;
	font-size: xx-large;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
#masthead h3 {
	margin-top: 0.4em;
	color: #f5f5f5;
	margin-bottom: 0px;
	text-align: center;
	font-size: large;
	padding-top: .3em;
	font-style: normal;
	font-weight: normal;
}
#masthead a {
	color: #000000;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Right Column */
#column_right h4 {
	color: #a6a6a6;
	font-size:xx-large;
	font-weight: bold;
}
#column_right p {
	font-size: x-large;
	font-weight: normal;
}
#column_right a {
	color: #a6a6a6;
	font-size: x-large;
	font-weight: bold;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #333333;
}
h2 {
	font-size: x-large;
	color: #333333;
}
h3 {
	font-size: large;
	color: #333333;
}
h4 {
	font-size: medium;
	color: #000000;
}
h5 { 
	font-size: x-small;
}
h6 { 
	font-size: xx-small;
}
a {
	color: #112233;
}
a:hover {
	color: #998866;
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: small;
}

#footer copyright {
	float: right;
	text-align: right;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}