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

body {
	text-align: center;/* hack for ie5*/
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#CCC;
}

.td, tr {
		font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
		color:#CCC;
	
	}
	
	a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #999;
}
a:active {
	color: #CCC;
	text-align: right;
}
.central {
margin-right: auto;/*centres in compliant browsers*/
margin-left: auto;/* "	" */
width: 1000px;
text-align: left;
height:800px;
}

	
.menu{
	position: relative;
	width: 1000px;
}
.content{
	position: relative;
	width: 1000px;
}
.footer{
	position: relative;
	float: left;
	width: 1000px;
	background-color:#000;
	color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	vertical-align:middle;
}
/*/////////////////////////////////////////*/
/*All images bg css*/
.imagebghome{
	position: relative;
	width: 1000px;
	height:800px;
	float: left;
	background-image: url(images/img_home.jpg);
}

.imagebgnews{
	position: relative;
	width: 1000px;
	height:800px;
	float: left;
	background-image: url(images/img_news.jpg);
}

.imagebgfire{
	position: relative;
	width: 1000px;
	height:800px;
	float: left;
	background-image: url(images/img_fire.jpg);
}

.imagebgfire2{
	position: relative;
	width: 1000px;
	height:800px;
	float: left;
	background-image: url(images/img_fire2.jpg);
}
.imagebgdanny{
	position: relative;
	width: 1000px;
	height:800px;
	float: left;
	background-image: url(images/img_danny.jpg);
}
.imagebgmagic{
	position: relative;
	width: 1000px;
	height:800px;
	float: left;
	background-image: url(images/img_magic.jpg);

}
.imagebgmagic1{
	position: relative;
	width: 1000px;
	height:800px;
	float: left;
	background-image: url(images/img_magic1.jpg);

}
.imagebgmagic2{
	position: relative;
	width: 1000px;
	height:800px;
	float: left;
	background-image: url(images/img_magic2.jpg);

}
.imagebgmagic3{
	position: relative;
	width: 1000px;
	height:800px;
	float: left;
	background-image: url(images/img_magic3.jpg);

}
.imagebgcon{
	position: relative;
	width: 1000px;
	height:800px;
	float: left;
	background-image: url(images/img_con.jpg);
}
.imagebgcon2{
	position: relative;
	width: 1000px;
	height:800px;
	float: left;
	background-image: url(images/img_con2.jpg);
}

.imagebgmidnight{
	position: relative;
	width: 1000px;
	height:800px;
	float: left;
	background-image: url(images/img_midnight.jpg);

}
.imagebgmedia{
	position: relative;
	width: 1000px;
	height:800px;
	float: left;
	background-image: url(images/img_media.jpg);

}
.imagebggallery{
	position: relative;
	width: 1000px;
	height:800px;
	float: left;
	background-image: url(images/img_gallery.jpg);
}
.imagebgcafe{
	position: relative;
	width: 1000px;
	height:800px;
	float: left;
	background-image: url(images/img_cafe.jpg);
}
/*/////////////////////////////////////////*/
.contentTitle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #FFF;
}
.contentTitleBlack {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #000;
	font-weight:bold;
}
.contentSubtitleBlack {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.contentSubtitleWhite {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

/*////////////////////////////////*/

.ScrollText {
	text-align:left;
	border:solid 2px #000;
	background:#000;
	color:#FFF;
	padding:4px;
	width:330px;
	height:400px;
	overflow:auto;
	scrollbar-face-color: #363636;
	scrollbar-highlight-color: #333;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-shadow-color: #464646;
	scrollbar-arrow-color: #464646;
	scrollbar-track-color: #252525;

	}
.quotes {
	color: #666;
	font-style: italic;
}
a.downloadmovie:link {
	color: #666;
	text-decoration: none;
}
.newsheader {
	color: #990;
}

