body {
	background-color: #464646;
	font-family: "Segoe UI", "Frutiger Next", "Calibri", "Trebuchet MS", sans-serif;
	background-image: url(../images/testbg5.jpg);
}

h2 {
	margin: 0;
}

p {
	margin: 0 0 5px 0;
}

a {
	color: black;
}

th {
	background-color: #fc4e12;
	height: 23px;
	vertical-align: bottom;
	color: white;
}

.contenttable td {
	font-size: 10pt;
	border-bottom: 1px dashed gray;
}

td {
	text-align: left;
}

td.gray {
	color: #6a6a6a;
}

td.gray a {
	color: #6a6a6a;
}

#box {
	width: 900px;
	height: 450px;
	margin: auto;
	background-color: #fff;
	background-image: url(../images/left_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 100px;
}

#left {
	width: 428px; /* 450 - padding */
	height: 420px; /* 450 - padding */
	padding: 15px 7px 15px 15px;
	float: left;
}

#right {
	width: 450px;
	height: 450px;
	float: left;
	background-image: url(../images/right_bg_001.jpg);
}

#content {
	font-size: 12pt;
	text-align: justify;
	padding-right: 8px;
	height: 379px;
	overflow: auto;
}

#navi {
	margin-top: 409px;
	padding-left: 15px;
}

#navi img {
	float: left;
}

#footer {
	width: 900px;
	color: #8c8c8c;
	font-size: 8pt;
	padding: 3px 0 0 15px;
	padding-left: 15px;
	margin: auto;
}

#footer a {
	color: #8c8c8c;
}

#footer a:hover {
	color: #fff;
}

.orange {
	color: #fc4e12;
}

.logininput {
	border: 1px solid #fc4e12;
	background-color: transparent;
	font-size: 15pt;
	height: 24px;
}

.submitbutton {
	height: 30px;
	vertical-align: bottom; 
}

.note {
	font-size: 9pt;
	color: gray;
	margin: 0;
}

.note a {
	color: gray;
}

.gigsort {
	font-size: 10pt; 
	color: #6a6a6a;
}

.gigsort a { 
	color: #6a6a6a;
}

.bookinginput {
	width: 290px;
}