BODY{
	background-color: #fff;
	color: #993300; 
	font-family: Trebuchet MS;
	font-size: 15px; 
}

.mnuDivider{
	display:block;
	width:180px;
	height:2px;
	background-color: #993300;
	margin-top:5px;
	margin-bottom:5px;
}

.linkLine{
	display:block;
	width:180px;
	height:1px;
	background-color: #E0A22F;
}

/**** TABLES **************************************/
.mainframe{
	width:900px;
	border-collapse: collapse;
	border-color: #993300;
}

.toprow{
	background-image: url(../img/toppers.jpg);
	height:230px;
	border-bottom: none;
	border-bottom: hidden;
}

.oes{
	background-image: url(../img/oystre_slidre_komm_trans.png);
	background-repeat: no-repeat;
}

table.gallery{
	width:520px;
	border-collapse: collapse;
	border-color: #fff;
	color: #fff;
	background-color: #993300;
}

td.galtxt{
	text-align:center;
}

td.galimg{
	text-align:center;
	padding: 30px;
}

td.link{
	width:200px;
	padding: 1em;
	border-top: none;
	border-top: hidden;
	border-right: none;
	border-right: hidden;
	vertical-align: top; 
}

td.content{
	padding-left: 1em;
	padding-right: 10em;
	padding-bottom: 6em;
	border-top: none;
	border-top: hidden;
	border-left: none;
	border-left: hidden;
	vertical-align: top; 
}

/**** HYPERLINKS ***********************************/
a:link {color: #993300;}
a:visited {color: #993300;}
a:hover {color: #E0A22F;}
a:active {color: #FF0000}

.hyperlink{
	text-decoration: none;
	font-size: 15px; 
}

.activepage{
	color: #E0A22F;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

/**** LISTS ****************************************/
ul.rules {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

li.main_rule {
	padding-top: 1em;
}

.sub {
	font-size: 10px; 
	font-style: italic; 
	text-align: center;
}

