﻿
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0.75em;
	font-family: Georgia, Times, Times new roman, serif;
	font-style: normal;
	background-color: #981B1E;
	line-height: 1.8em;
}
#container {
	padding: 10px 10px 10px 10px;
	width: 760px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	overflow: auto;
	height: auto;
	height: 100%;
	min-height: 100%;
	position:relative;
}
#masthead {
	width: 760px;
	padding: 0;
	background-color: #FFFFFF;
	height: 80px;
	background-image: url('../images/valmasdottrar_top.jpg');
	background-repeat: no-repeat;
}
#navigation {
	list-style: none;
	width: 760px;
	padding: 0;
	background-color: #981B1E;
	height: 20px;
	
}
#content {
	width: 760px;
	padding: 0;
	background-color: #FFFFFF;
	height: 100%;
	margin: 0;
	float: left;
	
}
#foot
{
	width: 740px;
	padding: 0;
	background-color: #FFFFFF;
	height: 25%;
	margin: 10px 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: left;
	border-top: 1px #C0C0C0 solid;
	bottom:0; /* stick to bottom */
	
}
#foot a
{
	color: #000000;
	text-decoration: none;
}

/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 0 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 0.85em;
	
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 10px 0 10px;
}
#navigation a#current{
	background-color: #CC0000;
	
	
}


#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}

/* Styles for Content */
#content ul {
	width: 100%;
	margin: 20 0 0 0px;
	padding: 0;
	font-family: Arial;
	font-size: 0.85em;
	background-color: #C0C0C0;
}
#content li {
	border: 0.5px #FFFFFF solid;
	list-style-type: none;
	float: none;
}
#content a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0 0 0 0px;
}
#content a#current{
	background-color: #CC0000;
}

#content a:hover {
	color: #800000;
	text-decoration: none;
	font-weight: normal;
}
h1 {
	color: #965;
	font-size: 1.75em;
	margin: 5px 10px 0 px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #965;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
