/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #742D01;
	color: #6F5129;
}

a
{
	color: #667700;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}


#container {
	background: url(/MusicForLife/images/bg.jpg) repeat-y;
	width: 778px;
	margin: auto;
}
#header {
	height: 140px;
	width: 778px;
	background: #742D01 url(/MusicForLife/images/burnedTitle.jpg) no-repeat;
}

#header a{    
	position: absolute;    
	/*background: #000; */
	width: 778px;    
	height: 140px;
} 

#header a h1{
    display: none;
}


#footer {
	font-size: 0.8em;
	background: url(/MusicForLife/images/footer.jpg) no-repeat;
	height: 56px;
	width: 778px;
	clear: both;
	padding-top: 30px;
	text-align: center;
}

/* SIDEBAR */

#sidebar {
	border-left: solid 1px #DFBF99;
	border-bottom: solid 1px #DFBF99;
	width: 190px;
	float: left;
	margin-top: -80px;
	margin-left: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
}

#sidebar p
{
	margin-bottom: 1em;
	line-height: 1.5em;
}

#sidebar h2,h3,h4,h5,h6
{
	position: relative;
	color: #3F2109;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
	padding-bottom: 0.5em;
	padding-top: 0.25em;
	padding-left: 0.25em;
	padding-right: 0.25em;
	border-bottom: solid 1px #DFBF99;
	background: #DCB578;
}

#sidebar h2
{
	font-size: 1.5em;
}

#sidebar h3
{
	font-size: 1.1em;
}

#sidebar h4
{
	font-size: 1.0em;
}

#sidebar ul
{
	margin-left: 20px;
}



/* Menu */

#menu {
	padding-top: 50px;
	height: 150px;
	width: 778px;
	background: url(/MusicForLife/images/header.jpg) no-repeat;
}

#menu ul
{
	list-style: none;
	text-align: center;
	position: relative;
	top: 0px;
}

#menu li
{
	padding: 0em 0.75em 0em 0.75em;
	display: inline;
}

#menu li a
{
	color: #3A2000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.1em;
	letter-spacing: 0.05em;
}

#menu li a:hover
{
	/*text-decoration: underline;*/
	color: #FF4D11;
}


/* CONTENT */
#content {
	margin: -80px 0px 0px 0px;
	padding: 0em 0em 0em 46px;
	/*border-left: solid 1px #DFBF99;*/
	width: 470px;
	float: left;
}

#content p
{
	margin-bottom: 1em;
	line-height: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	position: relative;
	color: #3F2109;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #DFBF99;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h4
{
	font-size: 1.0em;
}

#content ul
{
	margin-bottom: 2em;
	padding-left: 1em;
}

#content ol
{
	margin-bottom: 2em;
	padding-left: 2em;
}

#content li
{
	margin-bottom:0.5em;
}


#content blockquote
{
	margin-bottom: 2em;
}

#content blockquote p
{
	border-left: solid 8px #667700;
	padding-left: 1em;
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 2em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #DFBD99;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #EFDCC2;
	color: inherit;
}