﻿BODY {
	xpadding: 0px; /*Needed for no top margin in Opera*/;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: rgb(196,188,174);
	background-image: url('images/Background-2.jpg');
	overflow: auto; /*No scrollbar in IE unless needed*/
}

html{
	scrollbar-face-color: rgb(70,40,30);
	scrollbar-highlight-color: #808080;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: rgb(229,229,229);
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	xfont-weight: bold;
	color: rgb(70,40,30);
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	xfont-weight: bold;
	color: #666666;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	xfont-weight: bold;
	color: #000000;
}
.copyright a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: rgb(50,30,30);
	xtext-decoration: none;
}
.copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	xtext-decoration: none;
}
.copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	xtext-decoration: none;
}
/* TABLES */
div.centered {
	text-align: center;
}
div.centered table {
	margin: 0 auto; 
}

table.price tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: rgb(50,30,30);
	font-weight: bold;
	height: 10px;
	padding-top: 5px;
}
.main{
height:100%;
}
/* MENU */
.menuPic {
	background-image: url('images/Menu/MenuShort-2.jpg');
	background-repeat: no-repeat;
	background-position: 5px 0px;
}

/* PHOTOS */
.indexPic {
	float: right;
	margin-left: 5px;
	margin-top: 0px;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(70,40,30);
}

.indexPic2 {
	float: left;
	margin-right: 5px;
	margin-top: 22px;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(70,40,30);
}
.pricesPic {
	margin-top: 15px;
	margin-bottom: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(70,40,30);
}
/* TEXT */
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: rgb(45,30,30);
	text-indent: 10px;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: rgb(50,30,30);
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align:center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: rgb(50,30,30);
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

.allHunts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: rgb(50,30,30);
	font-weight: bold;
}
.links p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-indent: 0px;
	color: rgb(50,30,30);
	margin-top: 5px;
	margin-bottom: 7px;
	padding-left: 10px;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
.copyright td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: rgb(50,30,30);
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 0px;
}
.centered {
	text-align: center;
}
.centeredBold {
	text-align: center;
	font-weight: bold;
}
