body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #020020;
	text-align:center;
}
#container {
	position:relative;
	padding: 1px; /* messy method of overcoming a rendering bug in mozilla 1.4, maybe others */
	background-image: url(assets/images/bg_elements/as_bg.jpg);
	height: 600px;
	width: 800px;
	margin: auto;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top;
}
#content {
	text-align: left;
}

#logo {
	position: absolute;
	left: 47px;
	top: 2px;
	z-index: 2;
	display: none;
}
#hero {
	position: absolute;
	left: 28px;
	top: 100px;
	height: 407px;
	width: 734px;
	border: 1px solid #000000;
}
#copy {
	position: absolute;
	height: 315px;
	width: 397px;
	left: 333px;
	top: 162px;
	/* border: 1px solid #02001E; */
	text-align: left;
	overflow: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#navMain {
	background-color: #8E4451;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	position: absolute;
	height: 90px;
	width: 800px;
	left: 0px;
	top: 0px;
	background-attachment: fixed;
	background-image: url(assets/images/bg_elements/navMain_bottomborder.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	border-bottom-style: none;
}
#navSub {
	position: absolute;
	text-align: left;
	left: 462px;
	top: 371px;
	list-style-type: none;
}
#navSub ul {
	list-style-type: none;
	margin: 0px;
	color: #D07871;
}
#navSub li {
	margin: 0px;
}
#ContactInfo {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	top: 520px;
	position: absolute;
}
#ContactInfo a {
	color: #FFFFFF;
	text-decoration: none;
}
#ContactInfo a:hover {
	text-decoration: underline;
	background-color:#003300
}





h2 {
	margin-top: 0px;
	padding-top: 1px;
}
h3 {
	font-size: 14px;
	color: #530000;
	margin-bottom: 0px;
}
h4 {
	font-size: 14px;
	color: #000000;
	margin-bottom: 3px;
}


a:link {
	color: #AF3A3A;
}
a:visited {
	color: #AF3A3A;
}
a:hover {
	color: #AF3A3A;
	background-color: #FBF4F4;
}

td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
th {
	border-bottom-style: double;
	border-bottom-width: 3px;
	border-bottom-color: #FFFFFF;
}
.tourDescription {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


.floatRight {
float:right;
margin-left:3px;
}
.floatLeft {
	float: left;
	padding-right: 5px;
}

.floatRightViewLyric {
	float:right;
	margin-left:10px;
	border:1px solid #FFFFFF;
	margin-right: 3px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}

input {
	color: #000066;
	background-color: #EAD9D9;
	border: thin solid #A4515B;
}
.button {
	background-color: #FFFFFF;
}
#advert {
	height: 40px;
	width: 160px;
	top: 110px;
	position: relative;
	left: 575px;
}
#advert a:hover {
	background-color: transparent;
	text-decoration: none;
}

#advert2 {
	top: 445px;
	position: relative;
	left: 654px;
	width: 160px;
}

#mp3Player {
	top: 475px;
	position: relative;
	left: 28px;
	width: 200px;
}
#songInformationPanels {
	margin-left: 10px;
	width:450px;
}
