

body { margin: auto; padding: 0; background: #111;width: 950px;}

* {margin: 0; padding: 0; border: 0; font-family: Verdana, Arial, sans-serif; }


/*----------------------------------------------Basic styles------------------------------------------------*/


p { font-size: 0.90em; line-height: 1.6em; text-align:justify; margin-right:30px; }
h1 {float: left; font-style: italic; margin-top: 90px; margin-left: 30px; font-size: 2em; line-height: 1.75em; letter-spacing: 0.20em; color:#000;}	/* site heading */
h1 a {color:#333; text-decoration: none}
h1 a:hover {color: #333; text-decoration: underline}

h2 { font-size: 1.30em; line-height: 2.40em }	/* site heading */
h3 { font-size: 1em; line-height: 1.60em; color:#9b0913; ; border-bottom:thin #9b0913 solid; margin-top:10px;}				/* sub headings */
span#copyright { font-size: 13px; line-height: 35px; color: #000 }
h4 {font-size: .9em; line-height: 1.60em;   margin-top:10px;}

div { padding: 5px 0;}


ul, ol {margin: 10px;  font-size: .80em; line-height: 1.6em}
ul {list-style: disc inside}
ol {list-style: decimal inside}
em {font-weight: bold; font-style: normal}

.quote {
	color:#9b0913;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.1em;
	font-weight:bold;
}
.testimonials {
	font-size:.7em;
	margin: 10px;
}

.testimonials p {
	margin-top:20px;
}

.testimonials h3 {
margin-right:25px;	
}

/*---------------------------------------------Layout------------------------------------------------------*/

#hdr {
	padding: 0;
	width: 100%;
	background: url(images/leopard.jpg) repeat-x;
	height: 260px;
	background-color:#9b0913
	
}

.contentcontainer {
	margin-top:-20px;
}

.rowcontainer {	/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin-top: 0;
	width: 100%;
	overflow: hidden;
	background:#fff;
	
	
}

#navbar {position: relative; width: 100%; height: 2.0em; background: #111}

#bttmbar {float: left; width: 100%;  line-height: 4em; text-align: center; font-size: 0.80em; background-color:#990815;}
#bttmbar a {color: #000; text-decoration: underline; font-style: normal}
#bttmbar a:hover {text-decoration: none}

/*---------------------------------------------Main Nav------------------------------------------------------*/

ul#nav {margin: 0; position: absolute; bottom: 0; left: 10px; list-style: none inside; background: #111}
ul#nav li {float: left; margin-right: 1px}

ul#nav a {
	font-weight: bold;
	display: block;
	width: 8em;
	height: 2.50em; 
	line-height: 2.50em;
	padding-left: 10px;
	text-decoration: none
}

ul#nav li a:link, ul#nav li a:visited  {
	background:#9b0913;
	color: #fff;
}

ul#nav li a:hover, ul#nav li a:active {
	color:#000;
	background: #9b0913;
}

ul#nav li a.current {background: #9b0913; color: #000}
ul#nav li a.current:hover {background:#333; color: #9b0913;}

/*---------------Columns: Note they dont add up to 100%, this is intentional to avoid problems!-----------*/ 


.fullcolumn {float: left; width: 99%;}		/* Full width column for a one column site */

.threequartercolumn {float: left; width: 74%;}		/* Three quarter width column for a two column site, pair with the onethirdcolumn div class */
			
.halfcolumn1 {float: left; width: 32%;}		/* Half width column for a two column site. */
.halfcolumn2 {float: left; width: 65%; margin-right:10px; }		/* Half width column for a two column site. */
.halfcolumn {float: left; width: 49%;}		/* Half width column for a two column site. */



.onethirdcolumn {float: left; width: 33%; }		/* One third width column for a three column site */

.onequartercolumn {float: left; width: 24.5% }		/* One quarter width column for a four column site */

.left {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
/*Style for links to images on Review Page*/
.imagelink  {
	display:inline;
	}
	
 a:link {color: #9b0913; text-decoration: underline; font-style: italic; font-weight:bold;}
 a:visited {color: #9b0913; text-decoration: underline; font-style: italic;}
 a:hover {color: #9b0913; text-decoration: none; font-style: italic; font-weight:bold;}
 a:active {color: #9b0913; text-decoration: none;  font-style: italic;}





/*Styling for Songs*/
.songs_column li{
	
	list-style:none;
}
.songs_column li span{
	
}
.songs_column object{
	margin-left:20px;
	
}
