* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #CCCCFF;
	background: #000000 url(images/bkline.gif) repeat-x 0px 36px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1.1em;
	font-weight: 500;
	margin: 15px 0px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
}
h1 {
	background: url(images/RumLogo2.gif) no-repeat center top;
	text-indent: -8888px;
	line-height: 72px;
	margin-top: 20px;
}
h4 {
	font-size: 1em;
}
p {
	font-size: 0.9em;
	text-indent: 1em;
	margin-top: 1em;
	line-height: 1.3em;
}
a:link, a:visited {
	color: #C90;
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: underline;
	color: #C63;
}
table {
	margin: 40px 0px 0px;
	padding: 40px 0px 0px;
}
#branding {
	height: 100px;
	text-align: center;
}
#wrapper {
	width: 800px;
	margin: 0px auto;
}
#footer {
	border-top: 1px solid #333;
	margin: 12px 0px;
}
#footer p {
	font-size: .8em;
	text-align: center;
}
#navBar {
	list-style-type: none;
	margin: 0px 0px 20px 150px;
	height: 24px;
}
#navBar li {
	font-size: 14px;
	font-weight: 500;
	float: left;
	text-align: center;
	line-height: 24px;
	width: 100px;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
}
#navBar a {
	display: block;
}
#navBar a:link, #navBar a:visited {
	text-decoration: none;
}
#navBar a:hover, #navBar a:active {
	text-decoration: none;
	color: #FFF;
}
#navBar .selected {
	background: #333;
}
#rumPlayer {
	height: 295px;
	width: 200px;
	margin-left: 298px;
}
#rumPhotos {
	height: 550px;
	width: 600px;
	margin-left: 100px;
}
/* gig schedule */
.tourinfo {
	font-size: 0.9em;
	width: 600px;
	margin: 0px 0px 0px 100px;
	border-style: none;
	padding: 0px;
}
.tourinfo caption {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #333;
}
.tourinfo td {
	line-height: 1.5em;
	border-bottom: 1px solid #333;
	text-align: center;
	padding: 5px 0px;
}
.tourinfo tr:hover {
	color: #FFF;
}
.tourdate {
	width: 150px;
}
.tourvenue {
	width: 300px;
}
.tourtime {
	width: 150px;
}
/*Contact form styles  */
#signUp {
	border: 1px solid #CCF;
	width: 330px;
	padding: 6px 15px;
	min-height: 100px;
	margin: 0px 0px 40px 220px;
}
form {
}
form p {
	font-size: 12px;
	padding: 8px 0px 6px;
	line-height: 15px;
	margin: 0px;
	text-indent: 0px;
}
fieldset {
}
label {
	margin: 0px 0px 0px 4px;
	padding: 0px;
}
textarea {
	width: 220px;
	height: 100px;
	margin-left: 3px;
}
input {
	padding: 0px;
	margin-left: 3px;
}
label.fields {/*form labels are flush right, input aligned left*/
	text-align: right;
	float: left;
	width: 90px;
	line-height: 15px;
	padding-top: 4px;
	margin: 0px 4px 0px 0px;
}
label.radiolabel {
}
input.radio {
	margin-left: 22px;
}
p.radioline {
	margin-left: 90px;
}
.field_w {
	width: 220px;
}
.form_btn {
	margin: 12px 0px 12px 140px;
}
.warning {
	color: #F90;
}
.centertxt {
	text-align: center;
	text-indent: 0px;
}
