/* =-=-=-=-=-=-=-[CSS]-=-=-=-=-=-=-=- */
body {
	background-color: #000000;
	margin: 0; 
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color:#000;
	padding: 0;
	text-align: center;
} 
 
#container {
	position: relative;
	background-color: #000000;
    vertical-align:top;
	width: 1000px;
	margin: 0 auto;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
}

#topborder {
	position: relative;
    vertical-align:top;
	height: 54px;
	width: 998px;
	margin: 0 auto;
	background: #000000 url("../images/star-border.jpg");
	background-repeat: repeat-x; 
    overflow: hidden;
}

#logo {
   	position: relative;
	width: 378px;
	height: 168px;
	text-align: left;
	float: left;
   overflow: hidden;
}

#photo {
   	position: relative;
	width: 186px;
	height: 168px;
	background-color: #000;
	text-align: left;
	float: left;
   	overflow: hidden;
}


/* =-=-=-=-=-=-=-[Navigation]-=-=-=-=-=-=-=- */

#nav {
	position:relative;
	background-color: #000000;
	float: left;
    vertical-align: top;
	margin: 0;
	padding: 0;
	width:1000px;
	height:43px;
	overflow: hidden;
}

#home {
	position:absolute;
	left:0px;
	top:0px;
	width:81px;
	height:43px;
}

#games {
	position:absolute;
	left:81px;
	top:0px;
	width:112px;
	height:43px;
}

#experience {
	position:absolute;
	left:193px;
	top:0px;
	width:150px;
	height:43px;
}

#company {
	position:absolute;
	left:343px;
	top:0px;
	width:133px;
	height:43px;
}

#contact {
	position:absolute;
	left:476px;
	top:0px;
	width:103px;
	height:43px;
}

#spacer {
	position:absolute;
	left:579px;
	top:0px;
	width:232px;
	height:43px;
}

#phone {
	position:absolute;
	left:811px;
	top:0px;
	width:189px;
	height:43px;
}

/* =-=-=-=-=-=-=-[End of Navigation]-=-=-=-=-=-=-=- */


/* =-=-=-=-=-=-=-[Content Area]-=-=-=-=-=-=-=- */
#contentarea {
	position: relative;
	float: left;
	background-color: #000000;
	vertical-align:top;
	width: 1000px;
	overflow: hidden;
} 

#leftcolumn {
	position: relative;
	vertical-align:top;
	float: left;
	width: 780px;
	background-repeat: no-repeat;
    background-position: center 50px; 
	background-color: #fff;
	text-align: center;
	padding-top: .5em;
	overflow: hidden;
}

#leftcolumn p {
	text-align: left;
	font-size:.95em;
	font-weight:normal;
  	line-height: 1.5em;
  	color:#000;
	margin: 0 50px .5em 50px;
}


#rightcolumn {
	position: relative;
	vertical-align:top;
	float: right;
	background: #a8a7a8;
	width: 220px;
	text-align: center;
	padding: 1em 0;
	margin: 0;
    overflow: hidden;
}

#rightcolumn p{
	color: #fff;
	font-weight:bold;
	font-size: .95em;
}

.reservations {
	width: 80%;
	margin: 0 auto;
}

td	{
	font-size:.95em;
}

.package {
	border: 5px solid #000;
	padding: 1em 2em 0.5em 2em;
	margin: 0 50px;
}

/* =-=-=-=-=-=-=-[End of Content Area]-=-=-=-=-=-=-=- */


h1 { 
	color:#000;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 .75em 0;
}

h2 { 
	color:#d60c11;
	text-align: center;
	font-size: 1.15em; 
	font-weight: bold;
	margin-bottom: 0.75em;

}

h3 { 
	color:#000;
	text-align: center;
	font-size: 1em; 
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 0em;
	margin-bottom: 1em;

}

p {
	text-align: left;
	font-size:.95em;
	font-weight:normal;
  	line-height: 1.5em;
  	color:#000;
	margin-top: 0em;
	margin-bottom:1em; 
}

/* all links except footer */

a:link {text-decoration: underline; color: #dc0c11;}
a:visited {text-decoration: underline; color: #d60c11;}
a:active {text-decoration: underline;}
a:hover {color: #000000; text-decoration: underline;}

li :link {
color: #17111d;
text-decoration: underline;
font-weight: normal;
}

:link {
color: #17111d;
text-decoration: underline;
font-weight: normal;
}

:visited {
color: #000;
text-decoration: underline;
font-weight: normal;
}
li :visited {
color: #000000;
text-decoration: underline;
font-weight: normal;
}
:active {
color: #d60c11;
font-weight: normal;
text-decoration: underline;
}
/* =-=-=-=-=-=-=-[Lists]-=-=-=-=-=-=-=- */

ul {
	list-style-type: none;
	padding-left: 0px;
	text-align: left;
	margin: 0;
	font-size: .95em;
	font-weight: 500;
	line-height: 1.15em;
}

li { 
	background: url('../images/bullet.png') left top no-repeat;
	padding-left: 22px;
	margin-bottom: 15px;
	}
	
ul.ul2 {
	list-style-type: none;
	padding-left: 0;
	margin: 0 50px;
	text-align: left;
	font-size: .95em;
	font-weight: 500;
}

.ul2 li { 
	background: url('screen.css') no-repeat left top;
	list-style-type:square;
	padding-left: 5px;
	margin-bottom: 15px
}


/* =-=-=-=-=-=-=-[End of lists]-=-=-=-=-=-=-=- */

#footer {
	position: relative;
	width: 1000px;
	float: left;
    background: #ffffff url("../images/footer.gif");
	background-repeat: repeat-x; 
    margin: 0 auto;
	height: 11px;
	overflow: hidden
}


#flashcontent {
	float: right;
	height: 168px;
	width: 436px;
	overflow: hidden;
}
