body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
}
a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #996666;
	text-decoration: underline;
}
a:active {
	color: #996666;
	text-decoration: underline;
}
h1 {
	font-size: medium;
	font-weight: bold;
	line-height: normal;
}
.home-panel {
	background-image: url(../images/panel-background.jpg);
	background-repeat: no-repeat;
	height: 270px;
}
.menu-panel-main {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-size: medium;
}
.menu-panel-footer {
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-size: small;
}

.footer-panel {
	background-color: #3d191d;
	height: 40px;
	text-align: center;
}
.menu-btn {
	border: 1px solid #333333;
}
.internal-panel {
	background-repeat: no-repeat;
	height: 620px;
	background-image: url(internal-bg.jpg);
}
