
/*  CSS Madness */

/**  Main Body and any unannotated text  **/

html, body {
	font: normal 12px Arial, Georgia, Tahoma, Verdana, sans-serif; 
	color: #3e503c;
	background-color: #979d60;
	padding: 0;
	margin: 0;
	text-align: left;
}


h2 {
	font: bold 16px Arial, Georgia, Tahoma, Verdana, sans-serif; 
}

h3 {
	text-align: center;
	font: bold 12px Arial, Georgia, Tahoma, Verdana, sans-serif; 
}

h4 {
	font: bold 12px Arial, Georgia, Tahoma, Verdana, sans-serif;
	padding: 0;
	margin: 0;
}

/**  Main Wrapper and Table  **/
#container {
	text-align: center;
	background-color: #dddb66;
}
#mainbox {
	background-color: #f1edcf;
	border: solid #2b4337 1px;
}

#titlebox {
	background: url("images/banner.png") repeat-x #fff;
	padding: 0;
	margin: 0;
	height: 114px;
	/**  This little chunklet line right here removed the IE stupidity
		 where the DIV wouldnt shrink  **/
	overflow: hidden;
}
#titlebox img {
}
#piccybox {
}
#piccybox img {
	width: 100%;
	height: 100px;
}


#contentbox {
	background-color: #f1edcf;
	padding: 15px;
}
#contentbox ul {
	padding: 0;
	margin: 0;
}
#contentbox li {
	list-style: none;
	padding: 10px 0 10px 0;
}
#contentbox a:link, #contentbox a:visited, #contentbox a:active {
	color: #2b4337;
	font-weight: bold;
	text-decoration: none;
}
#contentbox a:hover {
	text-decoration: underline;
}

#album li {
	display: block;
	list-style: none;
	padding: 0px 0 20px 0;
}

#songs li {
	display: block;
	list-style: none;
	padding: 0;
}

#blurb {
	vertical-align: top;
	padding: 0 0 50px 0px;
}

#subnav {
	padding-bottom:  20px;
}
#subnav li {
	list-style: none;
	display: inline;
	padding: 0 55px 0 55px;
	margin: 0;
}

#rightsidebar {
	background-color: #f1edcf;
	padding: 0 5px 0 0;
	margin: 0;
	height: auto;
	float: left;
	
}
#navbox {
	background-color: #afae6b;
	border: solid #2b4337 1px;
}
#navboxheader {
	color: #fff;
	height: 35px;
	text-align: center;
	background-color: #2b4337;
	padding: 15px 0 0 0;
}
#navbox li {
	list-style: none;
	line-height: 36px;
}
#navbox a:link, #navbox a:visited, #navbox a:active {
	color: #2b4337;
	font-weight: bold;
	text-decoration: none;	
}
#navbox a:hover {
	text-decoration: underline;
}

#footerbox {
	font-weight: bold;
	padding: 0 0 15px 0;
	text-align: center;
	background-color: #f1edcf;
}

