body{
	background:url(intro_bg.gif) repeat-x #000000;
	margin:0px;
	font-family:verdana;
	font-size:10px;
	color:#FFFFFF;
	width:100%;
	height:100%;
	padding:0px;
	text-align: center;
	vertical-align: top;
}

h1{
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
}

h2{
	font-size:10px;
	margin-top:5px;
	margin-bottom:5px;
	font-style:italic;
	font-weight:bold;
}

a:link, a:active, a:visited, a:hover{
	text-decoration:none;
	color:#000000;
}

a:hover{
	text-decoration:underline;
}

.subNavList{
	list-style:none;
	margin:0px;
	margin-top:5px;
	padding:0px;
	float:left;
	line-height:normal;
}

.subNavList li {
	float:left;
	margin-right:10px;
}
.subNav:link, .subNav:visited, .subNav:active, .subNav:hover{
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
}
.subNav:hover{
	text-decoration:underline;
}

.mainNavList{
	list-style:none;
	margin:0px;
	margin-top:0px;
	padding:0px;
	float:left;
	line-height:normal;
}

.mainNavList li {
	float:left;
	background:#000000;
	height:40px;
}
.mainNav:link, .mainNav:visited, .mainNav:active, .mainNav:hover{
	display:block;
	float:left;
	font-size:13px;
	color:#bfbfbf;
	text-decoration:none;
	font-weight:bold;
	height:40px;
	padding-top:9px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;
	border-right:1px solid #4b555a;
}
.mainNav:hover{
	background:#FFFFFF;
	color:#2d2023;
	border-right:1px solid #4b555a;
}
.mainNavSelected:link, .mainNavSelected:visited, .mainNavSelected:active, .mainNavSelected:hover{
	display:block;
	float:left;
	font-size:13px;
	background:#FFFFFF;
	color:#2d2023;
	text-decoration:none;
	font-weight:bold;
	height:40px;
	padding-top:9px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;
	border-right:1px solid #4b555a;
}

.sideBoxHead{
	background:url(sidebox_head.gif) no-repeat;
	width:192px;
	height:19px;
	padding-left:25px;
	padding-top:5px;
	font-weight:bold;
}

.sideBoxContent{
	background:url(sidebox_content.gif) repeat-y;
	width:192px;
	overflow:auto;
}

.sideBoxBottom{
	background:url(sidebox_bottom.gif) no-repeat;
	width:192px;
	height:5px;
	margin:0px;
}

.sideBoxLnk:link, .sideBoxLnk:visited, .sideBoxLnk:active, .sideBoxLnk:hover {
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	margin-top:5px;
}

.sideBoxLnk:hover {
	text-decoration:underline;
}


.modelPrevLargeLnk:link, .modelPrevLargeLnk:visited, .modelPrevLargeLnk:active, .modelPrevLargeLnk:hover{
	text-decoration:none;
	color:#333333;
	#border:1px solid #FFFFFF;
	display:block;
	height:175px;
	width:106px;
	float:left;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:3px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}


.modelPrevSmallLnk:link, .modelPrevSmallLnk:visited, .modelPrevSmallLnk:active, .modelPrevSmallLnk:hover{
	text-decoration:none;
	color:#333333;
	border:1px solid #FFFFFF;
	display:block;
	height:110px;
	width:80px;
	float:left;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	padding-top:5px;
}

.modelPrevSmallLnk:hover, .modelPrevLargeLnk:hover{
	background-color:#FFFFFF;
	color:#333333;
}

.contentBox {
	width:783px;
	margin:auto;
	display:block;
	background:url(content_bg.gif) repeat-y top;
	text-align:left;
}

.mainContent {
	width:504px;
	background:url(content_bg.gif) top repeat-x #39434d;
	margin-left:5px;
	padding-top:0px;
	position:relative;
	float:left;
}

.mainContent h1 {
	text-align:center;
	font-size:20px;
}

.sideContent {
	width:300px;
	display:block;
	position:relative;
	float:right;
	margin-right:126px;
}

.contentBoxLink:link, .contentBoxLink:visited, .contentBoxLink:active, .contentBoxLink:hover{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.contentBoxLink:hover{
	text-decoration:underline;
}

.spacer{
	width:851px;
	height:21px;
	margin-top:1px;
	background:url(spacer.gif) repeat-x #666666;
}

.spacerH1{
	color:#FFFFFF;
	margin:0px;
	margin-left:5px;
	padding:0px;
	font-size:12px;
	padding-top:2px;
}

.footerMainNav:link, .footerMainNav:visited, .footerMainNav:active, .footerMainNav:hover{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.footerMainNav:hover{
	text-decoration:underline;
}

.exclusivLogin
{
    font-family:arial;
    font-size:9pt;
    font-weight:bold;
    text-decoration:none;
    color:#FFFFFF;
}

.formularLabel
{
	font-family:verdana;
	font-size:12px;
	width:150px;
}

.textField
{
	font-family:verdana;
	font-size:12px;
}

.buttonField
{
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
}

input[type=text], input[type=password] {
	width:150px;
	font-family:verdana;
	font-size:12px;
}

button, input[type=submit], input[type=button], .buttonField, submit{
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
}

.bookingBox{
	color:#ede8d2;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.memberBox{
	background:url(member_bg.gif) top repeat-x #39434d;
	width:204px;
	text-align:center;
	margin:auto;
	margin-top:15px;
}

.memberBox h2{
{
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.galleryBox2 {
	display:block;
	overflow:auto;
	margin-top:15px;
	background:#13181c;
	width:300px;
}
