
html {
 	background: url("./images/metal.JPG"); /* Used if the background-image in the html file is unavailable */
	height: 800px; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-attachment: fixed; /* Do not scroll background */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	-webkit-background-size: cover !important;
      	-moz-background-size: cover !important;
      	-o-background-size: cover !important;
      	background-size: cover !important;
}


#container {
	background-color: rgba(300,300,300,0.1);
	width: 60em;
	padding: 1.5em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}


#header {
	margin: auto;
	height: 6em;
	background-color: rgb(100,10,0); 
}


#header #left {
	position: absolute;
	margin-top: 0em;
	margin-left: 2em; 
	height: auto;
	padding-top: 4.8em;
	background-color: white;
	border-left: thin groove rgb(100,10,0);
	border-right: thin groove rgb(100,10,0);
	border-bottom: thin groove rgb(100,10,0);
}


#header #left img {
	width: 5.8em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}


#header #center {
	position: absolute;
	margin-top: 0em;
	margin-left: 10em; 
	width: 50em;
	height: 6em;
	background-color: white;
}


#header #center img {
	height: 6em;
	width: 50em;
}


#header #right {
	position: absolute;
	margin-top: 0em;
	margin-left: 53.9em;
	height: 6em;
	width: 6.1em;
	background-color: rgba(300,300,300,0.5);
}

#header #right img {
	margin-top: 14em;
	margin-left: -9.1em;
	width: 10em;
	border: 0em;
}
	

#menu {
	font-size: 1.1em;
	font-family: "JosefinSans";
	font-weight: bold;
	margin: 0em 0 0.9em 0;
	padding-left: 9.6em;
	padding-top: 0.7em;
	padding-bottom: 0.7em; 
	background-color: rgb(100,10,0);
}


#menu ul {
	margin-left: -2.8em;
	margin-top: 0em;
	margin-bottom: 0em;
	list-style: none;
	width: 62em;
}


#menu ul li {
	display: inline;
	color: rgb(160,120,60);
	border-left: thin solid rgb(160,120,60);
	padding-left: 0.6em;
	padding-right: 0.3em;
}


#menu ul li a {
	text-decoration: none;
	color: rgb(160,120,60);
}


#menu ul li a:hover {
	text-decoration: none;
	color: rgb(210,210,110);
}


#menu ul #thispage {
	color: rgb(210,210,110);
}


#menu #right {
	position: absolute;
	margin-left: 37.15em;
	margin-top: -1.1em;
}




#main {
	margin-top: 0em;
	margin-left: 0em;;
	width: 60em;
	padding-bottom: 4em;
	height: auto;
	min-height: 25em;
	background-color: white;
}



#content {
	font-size: 1em;
	font-family: "JosefinSans";
	font-weight: lighter;
	margin-left: 0em;
	width: 44em;
	height: auto;
	padding-left: 5em;
	padding-right: 5em;
	padding-top: 2.5em;
	padding-bottom: 0.5em;
	color: rgb(30,30,30);
	background-color: white;
	border-right: thin solid rgb(100,10,0);
}


#content h2 {
	margin-left: -1em;
	padding-bottom: 0.5em;
}

#content h3 {
	margin-left: 0em;
	padding-top: 0.2em;
	padding-bottom: 0em;
}

#content h4 {
	margin-left: 0em;
	padding-top: 0.2em;
	padding-bottom: 0em;
}


#content p {
	margin-left: 0em;
	padding-bottom: 0em;
	text-align: justify;
}


#content table {
	padding-top: 0.5em;
	padding-left: 0em;
	padding-bottom: 0em;
}

#content table tr td {
	padding-right: 2em;
	padding-bottom: 0.6em;
}

#content ul {
	padding-left: 1.2em;
	list-style-type: none;
	text-align: justify;	
}

#content ul li {
	padding-left: 0.6em;
	padding-bottom: 0.6em;
	line-height: 1.4;
}

#content ol {
	padding-left: 1.2em;
	text-align: justify;	
}

#content ol li {
	padding-left: 0.6em;
	padding-bottom: 0.6em;
}

#content a {
	color: rgb(70, 70, 70);
}

#content a:hover {
	color: rgb(140, 140, 140);
}

#content #right {
	margin-left: 42em;
	margin-top: 2em;
}

#content #right img {
	position: absolute; 
	margin-left: 0em;
	width: 10em;
	padding: 0.15em 0 0.15em 0;
	background-color: transparent;
	border-top: thin solid rgb(100,10,0);
	border-bottom: thin solid rgb(100,10,0);
}

#footer {
	margin-top: 0em;
	margin-bottom: 0em;
	width: 85.7em;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	height: auto;
	color: rgb(160,120,60);
	background-color: rgb(100,10,0);
	font-family: "JosefinSans";
	font-weight: bold;
	text-align: center;
	font-size: 0.7em;
}

#footer a {
	text-decoration: none;
	color: rgb(160,120,60);
}


#footer a:hover {
	text-decoration: none;
	color: rgb(210,210,110);
}


