/*@font-face {
	font-family: Franchise;
	src: url('../fonts/Franchise-Bold-hinted.eot');
	src: local(Franchise), url('../fonts/Franchise-Bold-hinted.ttf') format('opentype');
}

@font-face {
	font-family: Boycott;
	src: url('../fonts/Boycott.eot');
	src: local(Bleeding), url('../fonts/Boycott.ttf') format('truetype');
}*/

@font-face {
    font-family: Boycott;
    src: url('../fonts/boycott-webfont.eot');
    src: url('../fonts/boycott-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/boycott-webfont.woff') format('woff'),
         url('../fonts/boycott-webfont.ttf') format('truetype'),
         url('../fonts/boycott-webfont.svg#BoycottRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: Franchise;
    src: url('../fonts/franchise-bold-hinted-webfont.eot');
    src: url('../fonts/franchise-bold-hinted-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/franchise-bold-hinted-webfont.woff') format('woff'),
         url('../fonts/franchise-bold-hinted-webfont.ttf') format('truetype'),
         url('../fonts/franchise-bold-hinted-webfont.svg#FranchiseRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}





html {
	height: 100%;
}

body {
	width: 1050px;
	text-align: center;
	background-color: #000000;
	line-height: 110%;
	font-family: "Times New Roman", Times, serif;
	margin: 0 auto 0 auto;
}

.black {
	background: #000000;
	width: 100%;
	height: 20px;
}
	
#container {
	position: relative;
	margin: 0 auto 0 auto;	
	top: -10px;
	left: 0px;
	min-height: 100%;
	background-color: #111111;
	color: #ffffff;
	text-align: left;
}

* html #container {
	height: 100%;
}

div.logo {
	background: #000000;
	background-image: url('../images/starpower.jpg');
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	width: 100%;
	height: 200px;
}
div.image {
	position: relative;
	top: 10px;
	left: 25px;
	width: 301px;
	margin: 5px;
	
}
.box {
	border: 2px;
	border-style: solid;
	text-align: center;
	width: 450px;
	background-color: #d9d9d9;
}

.inline {
	float: right; 
	margin: 6px; 
}

.inline_left {
	float: left; 
	margin: 6px; 
}

#center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	height: 480px;
	
}

#center2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr.header {
	display: none;
	color: #a60000;
	background-color: #a60000;
	width: 600px;
}

div.cont {
	position: relative;
	background: #000000;
	text-align: justify;
	margin: 15px 10px 5px 10px;
	padding: 10px;
	min-height: 655px;
	color: #ffffff;
}

div #booking {
	background: #222222;
	margin: 10px;
	padding: 10px;
	line-height: 100%;
	font-size: 80%;
	width: 500px;
}

div.info {
	position: relative;
	font-variant: normal;
	font-size: 70%;
	text-align: center;
	margin: 0px 0 8px 0;
	padding-bottom: 0;
	background-color: #111111;
	color: #ffffff;
	padding: 2px;
}

.indent {
	margin: 20px;
}

.emph {
	font-size: 110%;
	font-weight: bold;
}

.normal {
	font-variant: normal;
}

h1 {
	font-family: Franchise;
	color: #bd0100;
	line-height: 100%;
	font-weight: normal;
	font-size: 50px;
	text-align: center;
	margin: 10px 0 0 0;
}

h2, h3 {
	font-family: Franchise;
	color: #bd0100;
	font-size: 160%;
	text-align: left;
	font-weight: normal;
}

h3.main {
	font-family: Franchise;
	font-weight: normal;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	margin-top: 0px;
}

h3.norm {
	color: #bd0100;
}

sup {
	font-size: 90%;
	font-variant: normal;
}

ul {
	line-height: 100%;
	font-variant: normal;
	width: 400px;
}

ul.normal {
	width: 90%;
}

ul.normal li {
	list-style-type: none;
}

a {
	font-variant: normal;
	border-style: hidden;
	border-width: 0;
}

#menu {
	font-family: Boycott;
	font-size: 110%;
	width: 100%;
	background-color: #000000;
	padding-bottom: 2px;
	color: #ffffff;
	list-style-type: none;
	display: inline;
	overflow: hidden;
}

#menu li {
	padding: 2px 10px 4px 10px;
	float: left;
}

#menu li a {
	text-decoration: none;
	color: #ffffff;
}

#menu li a:hover {
	color: #bd0100;
}

#menu ul {
	position: absolute;
	display: none;
	margin: 0 0 0 -1px;
	list-style: none;
	padding: 0;
	z-index: 1;
	width: 175px;
}

#menu ul li {
	float: none;
	background: #000000;
	border: 1px solid #222222;
}

#menu ul a {
	color: #ffffff;
}
	
ul#paypal {
	list-style-type: none;
}

.imageList {
	display: block;
	list-style-type: none;
	height: 150px;
	width: auto;
	position: relative;
}

.imageList li button {
	float: left;
	margin-bottom: -30px;
	margin-top: -30px;
}

.imageList li a {
	float: left;
}

.imageList li img {
	width: 100px;
	height: 75px;
	margin: 10px;
}

