* {
	padding: 0px;
	margin: 0px;
}

html, body {
	margin: 0px; 
	padding: 0px;
	height: 100%;
	background-color: #000;
	color: #fff;
	text-align: center;
	height: 100%;
	font-family: Tahoma;
}

a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:hover {
	border-bottom: 1px dashed #fff;
}

p {
	margin-bottom: 12px;
}

div {
	font-size: 14px;
	overflow: auto;
	margin: auto;
}

img {
	border: 0px;
}

div#splash {
	margin: auto;
	text-align: center;
	width: 484px;
	height: 604px;
}

div#splash a:hover, div#splash a:active {
	border: 0px;
	text-decoration: none;
}

div#container {
	padding: 0px;
	min-height: 100%;
	width: 902px;
	border: 1px solid #1c1c1c;
	background: #000 url('./img/logo.jpg') scroll bottom right no-repeat;
}

div#header {
	/*width: 800px;*/
	width: 100%;
	height: 200px;
	background: #000 url('./img/banner.jpg') scroll top right no-repeat;
}

div#navigation {
	margin: 0px;
	padding: 5px 50px;
	background-color: #1c1c1c;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
}

div#navigation, div#navigation a {
	font-family: 'BookAntiquaRegular', serif;
	border: 0px;
}

div#navigation a:hover {
	font-style: italic;
}

.navbutton {
	margin: 0px 90px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
}

div#content {
	margin: 25px 5px 25px 255px;
	/*width: 535px;*/
	width: 641px;
	height: 100%;
	text-align: left;
	font-size: 12px;
}

div#footer {
	font-size: 10px;
	margin: 50px auto 3px auto;
}



/* ///////NEWS ITEM CSS//////// */
.newsItem, .newsHeader, .newsTitle, .newsItemContent {
	text-align: left;
}

.newsItem {
	border-bottom: #1c1c1c 1px dashed;
	margin-bottom: 10px;
}

.newsHeader {
	font-weight: bold;
	margin-bottom: 5px;
}

.newsTitle {
	width: 300px;
	float: left;
}

.newsDate {
	text-align: right;
	float: right;
}

.newsItemContent {
	font-size: 13px;
}

/* ///////TOUR TABLE CSS/////// */
th,td {
	margin: 0px;
	padding: 0px;
}
#tourschedule {
	text-align: center;
}

th.tourdate, td.tourdate {
	width: 150px;
	text-align: left;
}

th.tourcity, td.tourcity {
	width: 100px;
	text-align: left;
}

th.tourplace, td.tourplace {
	width: 250px;
	text-align: left;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 2, 2010 */
@font-face {
	font-family: 'BookAntiquaRegular';
	src: url('fonts/bkant-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BookAntiquaRegular';
	src: url(//:) format('no404'), url('fonts/bkant-webfont.woff') format('woff'), url('fonts/bkant-webfont.ttf') format('truetype'), url('fonts/bkant-webfont.svgz#webfontlD8EASYn') format('svg'), url('fonts/bkant-webfont.svg#webfontlD8EASYn') format('svg');
	font-weight: normal;
	font-style: normal;
}

