/* Hyperlinks */
a {	
	color: #000;
	font-weight: bold;	
	text-decoration: none;
	}
a:hover {	
	color: #000;
	font-weight: bold;	
	text-decoration: underline;
}

#navigation a {	
	color: #fff;
	font-weight: bold;	
	text-decoration: none;
	}
#navigation a:hover {	
	color: #fff;
	font-weight: bold;	
	text-decoration: underline;
}

#medialeft a {	
	color: #000;
	font-weight: normal;	
	text-decoration: underline;
	}
#medialeft a:hover {	
	color: #000;
	font-weight: normal;	
	text-decoration: none;
}

#footer a {	
	color: #fff;
	font-weight: bold;	
	text-decoration: none;
	}
#footer a:hover {	
	color: #fff;
	font-weight: bold;	
	text-decoration: underline;
}
#indexfooter a {	
	color: #fff;
	font-weight: bold;	
	text-decoration: none;
	}
#indexfooter a:hover {	
	color: #fff;
	font-weight: bold;	
	text-decoration: underline;
}

/* Alignments */

/* Layout */

body {	
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .75em;	
	color: #000000;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	}
	
#body {
	background: #000 url('images/bodybg.jpg') no-repeat top;
	margin-left: auto;
	margin-right: auto;
	width: 876px;
	height: 600px;
}

#subbody {
	background: #000 url('images/subbodybg.jpg') no-repeat top;
	margin-left: auto;
	margin-right: auto;
	width: 876px;
	height: 600px;

}

#navigation {
	width: 760px;
	padding-top: 120px;
	padding-left: 60px;
	word-spacing: 30px;
	border: solid #ffffff 0px;
} 
#main {
	width: 760px;
	border: solid #ffffff 0px;
	margin-left: auto;
	margin-right: auto;
	}
	
#left {
	float: left;
	margin-top: 390px;
	margin-left: 155px;
	width: 175px;
	border: #fff solid 0px;
	
}

#right {
	float: right;
	margin-top: 75px;
	margin-right: 175px;
	width: 238px;
	height: 330px;
	border: #fff solid 0px;
	}
#subright {
	float: right;
	margin-top: 75px;
	margin-right: 165px;
	width: 340px;
	border: #fff solid 0px;
}
#subrightcontent {
	width: 320px;
	overflow: auto;
	height: 295px;
	border: #fff solid 0px;
}

#mediarightcontent {
	width: 335px;
	overflow: auto;
	height: 295px;
	border: #fff solid 0px;
}

#bookingrightcontent {
	width: 180px;
	height: 295px;
	float: left;
	border: #fff solid 0px;
}

#bookingleftcontent {
	width: 135px;
	height: 260px;
	float: left;
	padding-left: 5px;
	border-left: #fff dashed 1px;
}

#medialeft {
	float: left;
	width: 100px;
	border: #fff solid 0px;
}

#mediacenter {
	float: left;
	width: 130px;
	border: #fff solid 0px;
}
#mediaright {
	float: left;
	width: 30px;
	border: #fff solid 0px;
}

#tourleft {
	float: left;
	width: 100px;
	border: #fff solid 0px;
}

#tourcenter {
	float: left;
	width: 130px;
	border: #fff solid 0px;
}
#tourright {
	float: left;
	width: 50px;
	border: #fff solid 0px;
}
#photo {
	border-top: solid #fff 1px dashed;
	padding-top: 5px;
	width: 238px;
}

#biophoto{
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#photoright{
	font-size: .89em;
	width: 120px;
	text-align: left;
	float: left;
	padding-left: 0px;
}

#photoleft{
	float: left;
	padding-right: 8px;
}

/* Heading */
h3 {
	font-size: 1.5em;
	font-weight: lighter;
	color: #1c6ba6;
	margin-bottom: 5px;
	margin-right: 5px;
	}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	padding-bottom: 3px;
	margin-bottom: 5px;
	margin-right: 5px;
	
}
h2 {
	font-size: 1.2em;
	color: #000;
	margin-bottom: 5px;
	margin-right: 5px;	
}

.subheadertext{
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	color: #000;
	margin-top: 95px;
	margin-right: 15px;	
}
	
b {
	font-weight: bold;
	color: #000;
	font-size: .9em;
}

/* Footer and Clearing */

#footer {
	width: 300px;
	font-size: .75em;
	text-align: right;
	float: right;
	color: #fff;
	margin-top: 15px;
	margin-right: 175px;
	border: 0px #fff solid;
	}
#indexfooter {
	width: 240px;
	font-size: .75em;
	text-align: right;
	float: left;
	color: #fff;
	margin-top: 25px;
	margin-left: 0px;
	border: 0px #fff solid;
	}
.clear {
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	clear: both;
	}

