/* CSS Document */
p{
	font-family:arial;
	font-size:12pt;
	font-weight:normal;
	text-align:left;
	color:#ededed;
	padding:0px;
	margin:0px;
	padding-bottom:13px;
}
td,li{
	font-family:arial;
	font-size:12pt;
	font-weight:normal;
	text-align:left;
	color:#ededed;
	padding:0px;
	margin:0px;
}
h1{	
	font-family:arial;
	font-size:16pt;
	font-weight:bold;
	text-align:left;
	color:#d2d2d2;
}
h2{
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
	text-align:left;
	color:#d2d2d2;
}
.button{
	cursor:pointer;
	border:0px;
}
.subpage-text{
	top:100px;
	left:0px;
	position:absolute;
	width:747px;
	height:230px;
	overflow-y:auto;
	padding:15px;
	padding-bottom:0px;
}
a:link{
	color:white;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:white;
	text-decoration:underline;
	font-weight:bold;
}
a:visited{
	color:d2d2d2;
	text-decoration:none;
	font-weight:bold;
}
.footer-text{
	font-size:9pt !important;
	color:#737373;
	text-align:right !important;
	padding:0px;
	margin:0px;
	padding-top:7px;
}
a.footer-link:link{
	color:#d0d0d0;
	text-decoration:none;
	font-weight:normal !important;
}
a.footer-link:hover{
	color:white;
	text-decoration:underline;
	font-weight:normal !important;
}
a.footer-link:visited{
	color:#737373;
	text-decoration:underline;
	font-weight:normal !important;
}
body{
	background-color:black;
	text-align:center;
	margin:0px;
}
.popup{
	margin:20px !important;
	border:2px;
	border-color:#333333;
	border-style:solid;
	height:180px;
}
.popup2{
	margin:20px !important;
	border:2px;
	border-color:#333333;
	border-style:solid;
	padding:10px;
}
.party{
	margin:5px !important;
}
	#container{
		position:relative;
		margin:auto;
		width:790px;
		height:605px;
	}
		#background-image{
			top:0px;
			left:0px;
			position:absolute;
			width:790px;
			height:600px;
			z-index:1;
		}
		#menu{
			top:0px;
			left:5px;
			position:absolute;
			width:777px;
			height:75px;
			z-index:2;
		}
		#content{
			top:75px;
			left:5px;
			position:absolute;
			overflow-y:auto;
			width:777px;
			height:360px;
			z-index:2;
		}
		#content-subpage{
			top:75px;
			left:5px;
			position:absolute;
			width:777px;
			height:360px;
			z-index:2;
		}
		#content-contact{
			top:75px;
			left:5px;
			position:absolute;
			width:747px;
			height:330px;
			z-index:2;
			padding:15px;
		}
		#iframe-subpage{
			top:75px;
			left:5px;
			position:absolute;
			width:777px;
			height:355px;
			padding:0px;
			margin:0px;
			border:0px;
			z-index:2;
		}
		#buttons{
			top:435px;
			left:5px;
			position:absolute;
			width:777px;
			height:120px;
			z-index:3;
		}
			#button-monday{
				top:0px;
				left:7px;
				position:absolute;
				width:180px;
				height:120px;
				z-index:0;
			}
			#button-thursday{
				top:0px;
				left:201px;
				position:absolute;
				width:180px;
				height:120px;
				z-index:0;
			}
			#button-friday{
				top:0px;
				left:395px;
				position:absolute;
				width:180px;
				height:120px;
			}
			#button-saturday{
				top:0px;
				left:589px;
				position:absolute;
				width:180px;
				height:120px;
			}
		#footer{
			top:575px;
			left:5px;
			position:absolute;
			width:777px;
			height:30px;
			z-index:2;
			overflow:hidden;
		}
			#footer-image{
				float:left;
			}