html, body {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border: 0px solid #00FF00;
	}
	
body {
	background: #072745 url(images/bkg_site.jpg) repeat-y center; /* This is a jpeg because IE can't match colors worth shit */
	}
	
#container {
	width: 780px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	
	border: 0px solid #00FF00; /* Change to 1px to see if things are behaving */
	position: relative;
	left: 50%;
	margin-left: -390px; /* Half of #container width */
	background: #072745 url(images/bkg_container.jpg) no-repeat top center;
	
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	}

A:link {color: #999; text-decoration: underline;}
A:visited {color: #000; text-decoration: underline;}
A:hover {color: #000; text-decoration: underline;}
A:active {color: #CCC; text-decoration: underline;}


/********************/
/****  MASTHEAD  ****/
/********************/

#masthead {
	height: 94px;
	background: url() repeat-x;
	vertical-align: top;
	text-align: left;
	padding: 0px;
	}


/****************/
/****  MENU  ****/
/****************/

#menu {
	height: 25px;
	background: url() repeat-x;
	vertical-align: middle;
	text-align: left;
	padding: 0px;
	border: solid 0px #00FF00;
	}

#menu ul { /* Symantic markup says that the site menu should be a true html list */
	background-color: ; /* Set to see how much space menu is taking up */
	padding: 0px 10px;
	margin: 0px;
	}
	
#menu li { /* Symantic markup says that the site menu should be a true html list */
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	}


/*******************/
/****  CONTENT  ****/
/*******************/

#content {
	width: 520px; /* 585px is 3/4 and 520px is 2/3 on a 780px site */
	background: url() no-repeat;
	vertical-align: top;
	text-align: left;
	padding: 0px; /* if you add left/right padding, subtract if from the width above */
	}
	#content A:link {color: #6dcff6; text-decoration: underline; font-weight: bold;}
	#content A:visited {color: #6dcff6; text-decoration: underline; font-weight: bold;}
	#content A:hover {color: #FFF; text-decoration: underline; font-weight: bold;}
	#content A:active {color: #ade1f6; text-decoration: underline; font-weight: bold;}

#content h1 {
	font-size: 30px;
	margin: 0px;
	padding: 13px 15px 5px 15px;
	color: #FFF;
	}

#content h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px 15px 5px 15px;
	color: #6dcff6;
	}
	
#content .h2_banner { /* modifier to put header in a box above banner graphic */
	background-color: #666; 
	color: #FFF; 
	padding-bottom: 7px;
	}

#content h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px 10px 0px 10px; 
	color: #000;
	}
	#content h3 A:link {color: #000; text-decoration: none;}
	#content h3 A:visited {color: #000; text-decoration: none;}
	#content h3 A:hover {color: #999; text-decoration: none;}
	#content h3 A:active {color: #666; text-decoration: none;}

#content h4 { /* Good for an author or date. If author and date should be separate, define a span to go inside h4 */
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	padding: 0px 15px 0px 15px; 
	color: #FFF;
	}

#content .image_banner { /* Full-width sidebar graphic, NO margins ... useful for ads or pseudo structural stuff ... probably INTERNAL USE ONLY */
	width: 520px; /* this should be the full width of the main area */
	height: 218px; /* just for testing ... make "auto" for real images */
	margin: 0px;
	background-color: #EEE;
	text-align: center;
	}

#content .image_full { /* Full-width sidebar graphic, WITH margins ... use for impact or things like sponsor logos */
	width: 486px; /* make this 486px if you include a border */
	height: auto; /* just for testing ... make "auto" for real images */
	margin: 4px 15px 15px 15px;
	/*background-color: #999;*/
	text-align: center;
	border: 1px solid #6dcff6;
	}

#content .image_header { /* Full-width sidebar graphic, WITH margins ... use for impact or things like sponsor logos */
	width: 488px; /* make this 486px if you include a border */
	/*height: auto; /* just for testing ... make "auto" for real images */
	margin: 15px 15px 10px 15px;
	padding-bottom: 2px;
	/*background-color: #999;*/
	text-align: center;
	border-bottom: 1px dashed #6dcff6;
	}

#content .caption { /* for captions underneath image_full or image_banner */
	margin: 0px;
	padding: 3px 10px 7px 10px;
	text-align: center;
	font-size: 10px;
	color: #999;
	}

#content .description {
	margin: 0px;
	padding: 0px 15px 15px 15px;
	}
	
#content .description h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px; 
	color: #FFF;
	}

#content p {
	margin: 0px 0px 1em 0px;
	color: #FFF;
	}
	
#content table {
	color: #FFF;
	}

#descrition td {
	vertical-align: top;
	}

#content .image_third {
	width: 166px; /* make this 164px if you include a border */
	height: 111px; /* just for testing ... make "auto" for real images */
	float: left;
	margin: 3px 8px 0px 0px;
	background-color: #999;
	text-align: center;
	}

#content .image_half {
	width: 250px; /* make this 248px if you include a border */
	height: 167px; /* just for testing ... make "auto" for real images */
	float: left;
	margin: 3px 8px 0px 0px;
	background-color: #999;
	text-align: center;
	}

#content ol {
	margin: 0px;
	padding: 4px 15px 15px 30px;
	}

#content ol li {
	list-style: decimal outside;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 4px;
	}
	#content ol li A:link {color: #FFF; text-decoration: none;}
	#content ol li A:visited {color: #FFF; text-decoration: none;}
	#content ol li A:hover {color: #6dcff6; text-decoration: none;}
	#content ol li A:active {color: #FFF; text-decoration: none;}

#content #songlist {
	font-size: 12px;
	color: #FFF;
	}
#content #songlist td {
	padding: 4px;
	vertical-align: top;
	border-bottom: solid 1px #3a6892;
	}


/*******************/
/****  SIDEBAR  ****/
/*******************/

#sidebar {
	width: 260px; /* 195px is 1/4 and 260px is 1/3 on a 780px site */
	background: url() repeat-y;
	vertical-align: top;
	text-align: left;
	padding: 0px; /* if you add left/right padding, subtract if from the width above */
	}

#sidebar h2 {
	font-size: 26px;
	margin: 0px;
	padding: 5px 10px 0px 9px; /* 1px less left padding to line up straight letters like "H" */
	color: #000;
	}

#sidebar h3 {
	font-size: 18px;
	margin: 0px;
	padding: 10px 10px 0px 10px; 
	color: #000;
	}
	#sidebar h3 A:link {color: #000; text-decoration: none;}
	#sidebar h3 A:visited {color: #000; text-decoration: none;}
	#sidebar h3 A:hover {color: #999; text-decoration: none;}
	#sidebar h3 A:active {color: #666; text-decoration: none;}

#sidebar .image_banner { /* Full-width sidebar graphic, NO margins ... useful for ads or pseudo structural stuff ... probably INTERNAL USE ONLY */
	width: 260px; /* this should be the full width of the sidebar */
	height: 173px; /* just for testing ... make "auto" for real images */
	margin: 0px;
	background-color: #CCC;
	text-align: center;
	}

#sidebar .image_full { /* Full-width sidebar graphic, WITH margins ... use for impact or things like sponsor logos */
	width: 240px; /* make this 238px if you include a border */
	height: 160px; /* just for testing ... make "auto" for real images */
	margin: 5px 10px;
	background-color: #999;
	text-align: center;
	}

#sidebar .image_header { /* Full-width sidebar graphic, WITH margins ... use for impact or things like sponsor logos */
	width: 228px; /* make this 498px if you include a border */
	/*height: auto; /* just for testing ... make "auto" for real images */
	margin: 15px 15px 10px 15px;
	padding-bottom: 2px;
	/*background-color: #999;*/
	text-align: center;
	border-bottom: 1px dashed #6dcff6;
	}

#sidebar .caption { /* probably only for captions underneath image_full */
	margin: 0px;
	padding: 3px 10px 7px 10px;
	text-align: center;
	font-size: 10px;
	color: #999;
	}

#sidebar .image_thumb {
	width: 80px; /* make this 238px if you include a border */
	height: 53px; /* just for testing ... make "auto" for real images */
	float: left;
	margin: 3px 8px 0px 0px;
	background-color: #999;
	text-align: center;
	}

#sidebar .short_description {
	margin: 0px;
	padding: 0px 10px 10px 12px;
	}

#sidebar .readmore A:link {color: #000; text-decoration: none; font-weight: bold;}
#sidebar .readmore A:visited {color: #000; text-decoration: none; font-weight: bold;}
#sidebar .readmore A:hover {color: #999; text-decoration: none; font-weight: bold;}
#sidebar .readmore A:active {color: #666; text-decoration: none; font-weight: bold;}

#sidebar ul {
	margin: 0px;
	padding: 4px 15px 15px 30px;
	}

#sidebar li {
	list-style: disc outside;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	}
	#sidebar li A:link {color: #FFF; text-decoration: none;}
	#sidebar li A:visited {color: #FFF; text-decoration: none;}
	#sidebar li A:hover {color: #6dcff6; text-decoration: none;}
	#sidebar li A:active {color: #FFF; text-decoration: none;}


/******************/
/****  FOOTER  ****/
/******************/

#footer {
	height: 72px;
	background: #072745 url(images/bkg_footer.jpg) repeat-x;
	vertical-align: bottom;
	text-align: center;
	padding: 0px;
	}

#footer #copyright {
	margin: 0px;
	padding: 5px 15px 0px 15px;
	font-size: 12px;
	color: #FFF;
	}
	#footer #copyright A:link {color: #ade1f6; text-decoration: none;}
	#footer #copyright A:visited {color: #6dcff6; text-decoration: none;}
	#footer #copyright A:hover {color: #FFF; text-decoration: none;}
	#footer #copyright A:active {color: #FFF; text-decoration: none;}

#footer #credits {
	margin: 0px;
	padding: 2px 15px 10px 15px;
	font-size: 10px;
	color: #FFF;
	}
	#footer #credits A:link {color: #ade1f6; text-decoration: none;}
	#footer #credits A:visited {color: #6dcff6; text-decoration: none;}
	#footer #credits A:hover {color: #FFF; text-decoration: none;}
	#footer #credits A:active {color: #FFF; text-decoration: none;}