/* CSS Document */
body {
	/*background-image:url('Images/???.jpg');
	background-repeat: repeat*/
	background-color: #000000;
	margin: 0; /* to avoid margins */
	text-align: center; /* to correct the centering IE bug*/
	background-image: url(images/background.jpg);
	padding-top: 10px;
}
/*Divs*/
#container {
	position:relative;
	width:800px;
	height:800px;
	z-index:5;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	left: 0px;
	border: solid #CCCCCC 2px;
}
#content {
	position:absolute;
	width:800px;
	height:600px;
	z-index:2;
	left: 0px;
	top: 200px;
	background-color: #990033;
}
#menu {
	position:absolute;
	width:799px;
	height:25px;
	z-index:2;
	left: 1px;
	top: 0px;
	background-color: #000000;
}
#footer {
	position:absolute;
	width:799px;
	height:25px;
	z-index:4;
	left: 1px;
	top: 570px;
	background-color: #660021;
	padding-top: 5px;
}

/*Classes*/
h1,
h2,
h3,
h4,
h5,
h6 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; margin:0px; padding:0px; color:#333; }

.stylemenu{
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	color: #FFFFFF;
	text-decoration: none;
	

}
.entertxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.entertxt:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FF00FF;
	text-decoration: none;
}
.headertxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF00FF;
	text-decoration: none;
	text-align: left;
}
.subheadertxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.contenttxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.contenttxtbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.footertxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
/*navigation*/
.navigation a, .navigation:link a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990033;
	display: block;
	padding: 0;
	width: 16%;
	text-decoration: none;
	list-style: none;
	margin: 0;
	text-align: center;
	float: left;
	border: solid #000000 thin;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}
.navigation:visited a{
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990033;
	display: block;
	padding: 0;
	width: 16%;
	text-decoration: none;
	list-style: none;
	margin: 0;
	text-align: center;
	float: left;
	border: solid #000000 thin;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}
.navigation:hover a{
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF00FF;
	display: block;
	padding: 0;
	width: 16%;
	text-decoration: none;
	list-style: none;
	margin: 0;
	text-align: center;
	float: left;
	border: solid #000000 thin;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}
