﻿body {
	margin: 0;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
html {
	min-height:100%;
	height:100%;
	padding-bottom: 1px;
}
#wrapper {
	width: 760px;
	position:absolute;
	left: 50%;
	margin-left: -380px;
}
p {
	margin-top:0px;
	margin-bottom: 12px;
}
h1 {
	font-size: 18pt;
	text-align: center;
	color: #24344C;
}
a:link {
	color: #547CB0;
}
a:visited {
	color: #547CB0;
}
.centre {
	text-align: center;
}

/* TEMPLATE - HEADER ***********************************************************************************/
#banner {
	width: 760px;
	height: 95px;
	position: absolute;
	top: 10px;
	background-color: #5a7db0;
}
#title {
	z-index: 2;
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-right: 5px;
	text-align: right;
	font-size: x-large;
	font-weight:bold;
	color: #C1CEE1;
}
#topnav {
	width: 760px;
	height: 35px;
	position: absolute;
	top: 106px;
}
.links {
	position:absolute;
	width: 126px;
	height: 22px;
	padding-top: 5px;
	text-align: center;
	background-color: #24344C;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	cursor:pointer;
}
/* TEMPLATE - CONTENT ***********************************************************************************/
#content {
	width: 760px;
	position: absolute; 
	top: 150px;
}

/* TEMPLATE - FOOTER ***********************************************************************************/
#footer1 {
	border: 1px #24344C solid;
	width:550px; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.footer2 {
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight:bold;
}

/* HOME PAGE ***********************************************************************************/
.headline {
	text-align: center;
	font-size: medium;
	font-style:italic; 
	font-weight:bold;
	color: #24344C;
}
.intro {
	margin: 0 80px 0 80px; 
}
.artists {
	margin: 0 80px 0 80px; 
	text-align:center;
}
.reviews {
	margin: 0 140px 20px 140px; 
	text-align:center;
	font-style:italic; 
	font-weight:bold;
}

/* TOUR SCHEDULE ***********************************************************************************/
.tabprop       { 
	margin: 20px auto 20px auto;
	border-collapse: collapse;
	border:2px black solid;
}
table.cellprop td {
	border:1px black solid;
	vertical-align:top;
	padding:6px;
}
