/* ============================================ *
 * - Global Styles & Page Defaults              *
 * -------------------------------------------- */
 
 body {
	background-image: url(images/BG.png);
	background-repeat: repeat-x;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#663300;
	margin: 0px;
	background-color: #D2C4A6;
	height:100%;
	}

a {
	color: #865c2b;
	}
	
a, a:visited {
	color: #251eb0;
	}
	
a img {
	border:none;
	}

/*a:hover img{
	border: 1px solid #996600;
	}*/
	
#Wrapper {
	min-height: 100%;
	height: auto !important;
	height:100%;
	width:970px;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	}

h1 {
	font-size:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:28px;
	}
	
h2 {
	font:bold;
	font-size:18px;
	color: #660000;
	line-height:24px;
	}	
	
.style1 {
	font-size:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:28px;
	}
	
.style2 {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:24px;
	}

.smtm {
	color: #0A336B;
	font-weight: bold;
	}


/* ============================================ *
 * - header                                     *
 * -------------------------------------------- */
 
 #header-wrapper {
	display: block;
    position: relative;
    margin: 0px auto;
    width: 970px;
}

#black-bar {
	height:25px;
	background-image:url(images/BlackBar.png);
    background-repeat: no-repeat;
}

#header {
    height: 264px;
	background-image: url(images/Logo-ShowMetheMusic.jpg);
    background-repeat: no-repeat;
}
 
#Slideshow {
 	position:relative;
	margin: 0px 0px 0px 346px;
	height: 263px;
	width: 400px;
	background-color: #000000;
}
 
/* ============================================ *
 * - menu                                       *
 * -------------------------------------------- */

#menu-wrapper {
    display: block;
    height: 264px;
    position: relative;
	float:right;
    margin: 0;
    padding: 0; 
}

#menu {
    width: 224px;
    height: 255px;
	float:left;
    padding-top: 8px;
	text-align:left;
	background-image:url(images/Menu-BG.png);
	background-repeat:no-repeat;
}

#menu ul {
    list-style: none;
	margin: 0px 25px 0px 0px;
	padding: 0px 0px 0px 25px !important;

}

#menu li {
    padding: 0 !important;
    margin: 0;
}
#menu li.home a {
	border-top: none;
}
#menu a {
	display: block;
	padding: 11px 0 11px 17px !important;
	padding: 10px 0 10px 17px;
	margin: 0;
	height: auto !important;
	height: 1%;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 17px;
}

#menu a span {
    margin: 0;
    padding: 0;    
}

#menu a:hover {
    color: #C1AD84;
}

/* ============================================ *
 * - Buttons                                    *
 * -------------------------------------------- */
 
#buttons {
	height: 110px;
	width: 780px;
	margin: 8px 0px 8px 0px;
}

 
/* ============================================ *
 * - Main Content                               *
 * -------------------------------------------- */

#Main-Content-Wrapper {
	position: relative;
	width: 970px;
	height: auto !important;
	/*height:100%;*/
	margin: 0 auto;
	overflow:visible;

}

#Main-Content {
	position:relative;
	float:right;
	width: 620px;
	height: auto !important;
	margin: 0 auto;
	background-image: url(images/Content-BG.gif);
	background-repeat: no-repeat;
	padding: 55px 38px 35px 47px;
	overflow:visible;
	min-height: 950px;
}

/* ============================================ *
 * - sidebar                                    *
 * -------------------------------------------- */

#sidebar {
	position:relative;
    width: 220px;
	padding: 55px 30px 25px 15px;
	height: auto !important;
	min-height: 600px;
	background-image: url(images/Sidebar-BG.jpg);
	background-repeat: no-repeat;
	text-align:center;
}


/* ============================================ *
 * - Footer                                     *
 * -------------------------------------------- */

/* push in styles_ie is 120px*/
#push {
	height: 120px;
}

#Footer-Wrapper {
	position:relative;
	margin-top: 20px;
	height: 160px;
	width: 100%;
	font-size:12px;
	background-image: url(images/Footer-BG.png);
	background-repeat: repeat-x;
	color: #483724;
	text-align:center;
	}

#Footer {
	padding: 5px 40px 0px 40px;
	color: #483724;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	}
	
#Footer a {
	text-decoration: none;
	color: #483724;
	}

#Footer a:hover {
	text-decoration: underline;
	color: #483724;
	}
	
#Footer a:visited {
	color: #483724;
	}
	
#Footer2 a {
	font-size:10px;
	text-decoration: none;
	color: #6D5336;
	}

#Footer2 a:hover {
	text-decoration: none;
	color: #6D5336;
	}
	
#Footer2 a:visited {
	color: #6D5336;
	}