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

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#container #main h1 {
	font-size: 24px;
	text-align: center;
	color: #F00;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#container #main h2 {
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
}
#container #main h3 {
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height: 1.5;
}
.footerTextLeft {
	display: block;
	width: 50%;
	float: left;
	text-align: left;
}
.footerTextRight {
	display: block;
	width: 50%;
	float: left;
	text-align: right;
}

.lBox {
	width: 50%;
	float: left;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5;
	text-align: center;
}


.rBox {
	width: 50%;
	float: left;
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5;
	vertical-align: middle;
	text-align: center;
}
#container #main .lBox p {
	padding-top: 20px;
	padding-right: 10px;
}

#container #main .rBox p {
	padding-top: 20px;
	padding-left: 10px;
}
#container #main .descriptText {
	color: #FFF;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
}

.clearFloat {
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}
.leftFloatImg {
	float: left;
}
.rightFloatImg {
	float: right;
	padding-left: 5px;
}
.contactText {
	font-size: 22px;
	color: #F00;
	text-align: center;
	font-weight: bold;
	display: block;
	padding: 10px;
}
a {
	color: #000;
	text-decoration: none;
}
#container #main .contactText a {
	color: #06F;
	text-decoration: underline;
}
#container #main .contactText a:visited {
	color: #06F;
	text-decoration: underline;
}
#container #main .contactText a:hover {
	color: #000;
}
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}


a:hover {
	color: #FFF;
	text-decoration: underline;
}
.contactTextBlack {
	color: #000;
	text-decoration: underline;
}
.centreItem {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.footerTextRight a {
	color: #FFF;
}

#xmas  {
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-align: center;
	background-image: url(../img/christmas_disco.jpg);
	height: 82px;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	line-height: 1.3;
}
#xmas a:link {
	color: #000;
	text-align: center;
}
#xmas a:visited {
	color: #000;
	text-align: center;
}
#xmas a:hover {
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.whiteText {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.whiteText a {
	color: #000;
	text-decoration: underline;
}
.whiteText a:visited {
	color: #000;
	text-decoration: underline;
}
.whiteText a:hover {
	color: #FFF;
	text-decoration: underline;
}
h5 {
	font-size: 10px;
	text-align: center;
}
.footerTextRight a:visited {
	color: #FFF;
}
.footerTextRight a:hover {
	color: #FC0;
}
