/* ---------- general text styles ----------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
}
h1 {
	font-size: .8em;
	color: #403565;
	text-transform: uppercase;
}
h2 {
	font-size: 0.7em;
	color: #403565;
	text-transform: uppercase;
}
h3 {
	font-size: 0.65em;
	color: #403565;
}
h4 {
	font-size: .5em;
	color: #FFBD00;
}
p {
	font-size: 0.7em;
	color: #403565;
	line-height: 20px;
}
strong em {
	color: #336666;
	font-size: .9em;
}
table {
	font-size: .85em;
	color: #403565;
	line-height: 20px;
}

ul {
	font-size: 0.7em;
	color: #403565;
	line-height: 20px;
}
/* ------ class styles ------------ */
.testimonials {
	font-style: italic;
	margin-top: -1em;
}
.photocaption {
	font-size: 0.6em;
	text-align: right;
	margin: 0px;
	padding-right: 1em;
	line-height: 1em;
	padding-top: 1em;
	font-style: italic;
}
.blackBorder {
	border: thin solid #000000;
}
/* -------- tables -------------- */

td {
	font-size: .8em;
	padding: 3px;
}
dt {
	font-size: .9em;
	font-weight: bold;
	color: #6B1101;
}
table.reversed {
	color: #403565;
	border-collapse:collapse;
}
table.reversed td {
	border-bottom:thin solid #CCCCCC;
}
table.reversed .name {
	width: 160px;
}
table.reversed .address {
	width: 200px;
	border-left:thin solid #CCCCCC;
}
table.reversed .suburb {
	width: 135px;
	border-left:thin solid #CCCCCC;
}
table.reversed .phone {
	width: 145px;
	border-left:thin solid #CCCCCC;
}
/* ---------- forms ----------*/
form.bandcomp {
	width:500px;
	height:300px;
	color:#FFFFFF;
	
	
}

form.bandcomp input, form.bandcomp textarea{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
	display:inline;
	background-color:#000000;
	color: #FFBD00;
	font-size: 1em;
}
form.bandcomp p {
	clear:left;
}
form.bandcomp p label {
	float:left;
	width:30%;
}
/* ---- general use class styles -------- */
.boldit {
	font-size: .95em;
	font-weight: bold;
	color: #990000;
	letter-spacing: .1em;
}
/* ----- positional CSS -------------- */
/* ---------- wrapper ----------- */
#wrapper {
	width: 760px;
	text-align: left;
	margin: auto;
	background-color: #FFFFFF;
	background-image:url(images/bgstrip.jpg);
	background-repeat: repeat-y;
	background-position: 0px 80px;
	
}
/* ---------- content ----------- */
#maintext {
	float: right;
	width: 560px;
	padding: 10px;
}
#maintext a:link, #maintext a:visited,  {
	text-decoration:none;
	color: #403565;
	line-height: 20px;
}
#maintext a:hover {
text-decoration:none;
	color: :#FFCC00;
	line-height: 20px;
}
/* ---------- banner ----------- */
#imgtop {
	width: 760px;
	font-size: 0.75em;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
}
/* ---------- banner menu ----------- */
#menu {
	height: 18px;
	width: 750px;
	background-color:#403565;
	text-align:right;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-right: 10px;
}
#menu a:link,#menu a:visited  {
	font-size: .9em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 5px;
	
}
#menu a:hover {
	font-size: .9em;
	text-transform: uppercase;
	color: #FFCC00;
	text-decoration: none;
	text-indent: 5px;
}
/* ---------- left column menu ----------- */
#leftnav {
	float: left;
	width: 150px;
	background-repeat: repeat;
	background-position: 0px 0px;
	color: #ffcc00;
	font-size: 0.9em;
}

#leftnav p{
	line-height:0.8em;
	padding-left: 10px;
	}
#leftnav .menuname  {
	font-weight: normal;
	text-transform: uppercase;
	color: #FFCC00;
	text-decoration: none;
	display: block;
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #A49FB6;
	padding-top: 1em;
}
#leftnav a.submenulink:link, #leftnav a.submenulink:visited {
	text-decoration: none;
	color:#FFFFFF;
	padding-left: 10px;
}
#leftnav a.submenulink:hover {
	text-decoration: none;
	color:#FFCC00;
	padding-left: 10px;
}
/* -------- footer ------------- */
# footer {
	height: 18px;
	width: 760px;
}
