html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(images/background.gif) repeat-y #ffffff;
	font-family: "Garamond", serif;
	font-size: 16px;
	color: #000000;
}

#header {
	margin: 0;
	padding: 0;
}

#header a {
	text-decoration: none;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	height: 80px;
	width: 680px;
	overflow: hidden;
}

#header h1 span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(images/pacificmusicworks.gif) no-repeat;
}	

#navigation {
	margin: 0;
	padding: 0;
	float: left;
	height: 100%;
	min-height: 630px;
	width: 260px;
	background: #000000;
	overflow: hidden;
}


ul {
	list-style: none;
}

a {
	color: #0000ff;
}

#navigation ul {
	position: relative;
	margin-top: 120px;
	padding: 0;
}

#navigation img {
	float: none;
	padding: 0;
	margin: 0;
}

#navigation ul li {
	margin: 0;
	padding-bottom: 20px;
	text-align: center;
	font-family: "Optima", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
	color: #3399ff;
}

#navigation ul li a {
	text-decoration: none;
	color: #3399ff;
}

#navigation li a:hover {
	color: #ebf5fc;
}

#subnavigation {
	margin-top: 0px;
	margin-left: 260px;
	padding-top: 110px;
}

#subtitle1 h2 {
	text-align: left;
	margin: 0 0 0 20px;
	padding-bottom: 2px;
	height: 50px;
	background: url(images/news.gif) left no-repeat;
}

#subtitle2 h2 {
	text-align: left;
	margin: 0 0 0 20px;
	padding-bottom: 2px;
	height: 50px;
	background: url(images/aboutus.gif) left no-repeat;
}

#subtitle3 h2 {
	text-align: left;
	margin: 0 0 0 20px;
	padding-bottom: 2px;
	height: 50px;
	background: url(images/songsofwars.gif) left no-repeat;
}

#subtitle4 h2 {
	text-align: left;
	margin: 0 0 0 20px;
	padding-bottom: 2px;
	height: 50px;
	background: url(images/ulysses.gif) left no-repeat;
}

#subtitle5 h2 {
	text-align: left;
	margin: 0 0 0 20px;
	padding-bottom: 2px;
	height: 50px;
	background: url(images/contactus.gif) left no-repeat;
}

#subtitle6 h2 {
	text-align: left;
	margin: 0 0 0 20px;
	padding-bottom: 2px;
	height: 50px;
	background: url(images/reviews.gif) left no-repeat;
}


#banner {
	background: #99ccff;
	padding: 0;
	margin: 0;
}

#banner ul {
	margin: 0;
	padding: 5px 0 5px 20px;
}

#banner ul li {
	display: inline;
	font-size: 20px;
	font-variant: small-caps;
	color: #000080;
	margin: 0;
	padding-right: 20px;
}

#banner ul li a {
	color: #0066ff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#banner a:hover {
	color: #ffffff;
}

#content {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	padding: 0;
	text-align: justify;
	max-width: 700px;
}

.bio {
	clear: right;
}
	
img {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

#content li {
	text-align: left;
	text-indent: -40px;
	margin: 0;
	padding-bottom: 3px;
}

#content a:hover {
	color: #3399ff;
}	

.citation {
	text-align: right;
}

#contact {
	font-size: 110%;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}

#contact a {
	text-decoration: none;
}

#opera {
	text-align: left;
	margin: 40px;
}

#opera h2 a {
	text-transform: uppercase;
	color: #d1004b;
	font-size: 30px;
	margin-top: 0px;
	text-decoration: none;
}


#opera h2 {
	text-transform: uppercase;
	color: #d1004b;
	font-size: 30px;
	margin-top: 0px;
	text-decoration: none;
}

#opera img {
	margin-bottom: 20px;
}

#opera em {
	font-size: 26px;
}

#opera2 {
	clear: right;
}

#opera2 em {
	font-size: 26px;
}

.tickets {
	width: 200px;
	text-align: center;
	font-weight: bold;
	border: 2px solid #000000;
	background: #d1004b;
	margin: 20px 0 20px 0;
	padding: 0;
}

.tickets a {
	color: #000000;
	text-decoration: none;
}

#content .tickets a:hover {
	color: #ffffff;
}

#footer {
	clear: both;
	font-size: 90%;
	margin-top: 60px;
	padding: 0 0 5px 0;
	text-align: center;
}

em {
	font-size: 32px;
}

dl {
	text-align: left;
}

dd {
	padding-bottom: 10px;
}

.hiddentext {
	display: none;
}

.indent {
	margin: 40px;
}

.smallcaps {
	font-variant: small-caps;
}

.small {
	font-size: 12px;
}

.large {
	font-size: 20px;
}