@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #38332C;
	background-color: #f1e9d7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.burrinjuck #container {
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #f1e9d7;
	background-image: url(../images/bg.jpg);
}
.burrinjuck #header {
	background: #ae9e7c;
	width: 100%;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 120px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}
.burrinjuck #mainContent {
	background: #fefaf1;
	width: 80%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 100px;
}
.burrinjuck #footer {
	background: #ae9e7c;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	text-align: right;
} 
.burrinjuck #footer p {
	margin: 0;
	padding-top: 7px;
	padding-right: 110px;
	padding-bottom: 7px;
	padding-left: 0;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #a60304;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #a60304;
}
a.navbar:link {
	color: #fefaf1;
	text-decoration: none;
}
a.navbar:visited {
	text-decoration: none;
	color: #fefaf1;
}
a.navbar:hover {
	text-decoration: underline;
	color: #524d45;
}
a.navbar:active {
	text-decoration: none;
	color: #fefaf1;
}
a.page:link {
	color: #ae9e7c;
	text-decoration: none;
}
a.page:visited {
	text-decoration: none;
	color: #86302c;
}
a.page:hover {
	text-decoration: underline;
	color: #a60304;
}
a.page:active {
	text-decoration: none;
	color: #ae9e7c;
}
