/* Page Tags */
body{
	background-color:#18325E;
	/*background-image:url(website.jpg);*/
	background-repeat:no-repeat;
	width:95%;
	height:95%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	}
	
body a{
	color:#CBCCA6;
}

/* Page-wide */
	
/* Navigation */
.nav-wrapper{
	background-color:#18325E;
	position:absolute;
	left: 0px;
	top: 110px;
	width: 172px;
	height: 121px;
	/*border-left-width:4px;
	border-left-style:solid;
	border-left-color:#263F68;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#263F68;*/
	
	}
.nav-wrapper a {
	color:#003366;
	color:#CBCCA6;
	text-decoration:none;
	}
.nav-title{
	/*position:relative;
	width:100%;*/
	/*background-color:#EEEEDD;
	background-color:#18325E;
	color:#1B2057;*/
	color:#CBCCA6;
	text-indent:12px;
	background-position:left center;
	background-repeat:no-repeat;
	border-top-width:0px;
	border-top-style:solid;
	border-top-color:#A9A87A;
	font-weight:bold;
	}

/*
#nav-ticketing-all:hover{
	background-color:#E6E6CC;
	}
#nav-return:hover{
	background-color:#E6E6CC;
	}
#nav-ticketing-all a:hover{
	color:#18325E;
	}
#nav-return a:hover{
	color:#18325E;
	}
*/

.nav-titleb{
	position:relative;
	width:100%;
	background-color:#EEEEDD;
	color:#96955F;
	text-indent:12px;
	background-position:left center;
	background-repeat:no-repeat;
	border-top-width:0px;
	border-top-style:solid;
	border-top-color:#A9A87A;
	font-weight:bold;
	}
.nav-item{
	border-top-width:0px;
	border-top-style:solid;
	border-top-color:#A9A87A;
	color:#CBCCA6;
	text-indent:25px;
	}
/*
.nav-item:hover{
	background-color:#E6E6CC;
	}
.nav-item a:hover{
	color:#18325E;
	}
*/
.header-wrapper{
	background-image:url(headerbg.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	background-color:#132A53;
	height:97px;
	/*max-width:1228px;
	width:100%;*/
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	/*border-top-width:3px;
	border-top-style:solid;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-left-width:4px;
	border-left-style:solid;
	border-right-width:1px;
	border-right-style:solid;
	border-color:#1B2057;*/
	}
.header-items{
	position:absolute;
	}
.header-text{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	display: block;
	line-height:normal;
	position:absolute;
	}
.header-menu {
	position:absolute;
	color: #003366;
	font-size: 10px;
	text-align: right;
}
.header-menu a{
	color: #003366;
	font-size: 10px;
	text-align: right;
}
.header-slogan {
	position:absolute;
	color: #003366;
	font-size: 11px;
	text-align: right;
}
.header-address {
	position:absolute;
	color: #003366;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}
.div-wrapper{
	background-image:url(divbg.jpg);
	background-position:left;
	background-repeat:repeat-x;
	max-width:1228px;
	width:85%;
	position:absolute;
	top:102px;
	left:0px;
	height:8px;
	z-index:3;
	border-left-width:4px;
	border-left-style:solid;
	border-right-width:0px;
	border-right-style:solid;
	}
.content-wrapper{
	position:relative;
	top:80px;
	/*position:absolute;
	top:110px;
	left:177px;*/
	max-width:1054px;
	width:100%;
	min-height:80%;
	height:auto;
	border-right-width:0px;
	border-right-style:solid;
	border-bottom-width:0px;
	border-bottom-style:solid;
	border-left-width:1px;
	border-left-style:solid;
	border-color:#1B2057;
	color:#CBCCA6;
	}