@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Tahoma,Verdana,Arial,Helvetica, sans-serif;
	line-height:130%;
	background: #FFFFFF url(../_images/css_bodybg.gif) repeat-y left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /*left justifies wrapper - set actual text align in wrapper */
	color: #000000;
}

#wrapper {
	position:relative;
	width:1009px;
	text-align:left;
	height:auto;
	margin: 0;
	padding: 0;
	}
	
#sidebar {
	position:relative;
	float:left;
	background:url(../_images/css_sidebar.jpg);
	width:285px;
	height:765px;
	}
	
#header {
	position:relative;
	float:left;
	background:url(../_images/css_aquilantimusic.gif) #000000 bottom;
	width:724px;
	height:144px;
	color:#FFFFFF;
	}
	
#content {
	position:relative;
	float:left;
	padding:20px 20px 20px 43px;
	width:650px;
	}

	
#footer {
	color:#999999;
	background:#FFFFFF;
	position:relative;
	float:right;
	padding:20px 20px 20px 43px;
	width:661px;
	}
	
#footer p {
	font-size:80%;
	}
	
h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size:125%;
	}

h2 {
	font-size:110%;
	font-style:italic
	}
	
/* NAVIGATION */

#navigation {
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	float:left;
	background:#19355d;
	width:724px;
	height: 41px;
	text-align:center;
	color:#FFFFFF;
	}
	
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align:center;
	}

#navigation li {
	float: left;
	margin: 0;
	}

#navigation li a {
	/*background: url(background.gif) bottom left repeat-x;*/
	height: 41px;
	font-size:110%;
	line-height: 2.35em;
	float: left;
	width: 100px;
	display: block;
	border: 0;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background:inherit;
	}

#navigation li a:hover {
	background-color:#000000;
	color:#beeb53;
	line-height: 2.15em;
	}
	

	
/* END NAVIGATION */

	
.textred {
	color:#FF0000;
	background-color:inherit;
	}

.textgreysmall {
	font-size:80%;
	color:#999999;
	background:inherit;
	}
	
.textgreysmall a {
	color:#6699CC;
	background:inherit;
	}
	
	
.tablewrapper {
	position:relative;
	float:left;
	width:645px;
	}
	
.tablecell {
	position:relative;
	float:left;
	}

.tablecell_col3a {
	position:relative;
	float:left;
	width:90px;
	height:50px;
	padding-right:10px;
	text-align:right;
	}

.tablecell_col3b {
	position:relative;
	float:left;
	width:395px;
	margin-bottom:10px;
	}

.tablecell_col3c {
	position:relative;
	float:right;
	width:150px;
	text-align:right;
	}

.tablecell_col3bc {
	position:relative;
	float:right;
	width:545px;
	}



/* under music section, the 'more info' link css */


.click_more{
	width: 513px;
	border: solid 1px #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 15px;
	line-height:1em;
}
.text_button{
	color: #0000DD;
	text-decoration: underline;
	background-color: inherit; 
	
}
.text_controls{
	width: 545px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: solid 1px #000000;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	padding-bottom: 5px;
}
.one_smaller{
	font-size: smaller;
}
