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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFCE42;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(assets2/brickwall3.jpg);
}
.bluelightflashing {
	color: #00CCFF;
	text-decoration: blink;
}
.twoColFixLtHdr #container {
	width: 875px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(assets2/background.jpg);
	background-repeat: repeat-y;
	background-position: center 325px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C46B17;
	border-left-color: #C46B17;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C46B17;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 325px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #005262;
	background-repeat: no-repeat;
	margin-top: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px;
	background-color: #FFCE42;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #003E4A;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 a {
	color: #005262;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #FF9900;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 275px;
	padding-top: 0;
	padding-right: 36px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	color: #FFCE42;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 300px;
} 
.twoColFixLtHdr #container #footer a {
	color: #FFCE43;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navbar {
	position: relative;
	top: 300px;
	height: 22px;
	width: 875px;
	background-color: #360103;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C66316;
	border-bottom-color: #C66316;
}
a:link {
	color: #FFCC00;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FFCC00;
}
.menuimage {
	margin-right: 5px;
}
h1 {
	font-size: 20px;
}
.rightimage {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.leftimage {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
.entertainmenthead {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCE43;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	color: #005262;
}
.leftimagepad {
	padding-right: 10px;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCE45;
	font-style: italic;
}
.smalltext {
	font-size: 12px;
	font-weight: normal;
}
