@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 100%;
	width: 100%;
	background-color: #000;
	color: #FFF
}


a img{    border: 0}
p strong {
	line-height: 1em;
}

/*a:focus {
	outline: 0;
	text-decoration: none;
}*/

/*a:link {
	COLOR: #FFF;
	text-decoration: none;
}*/
/*a:visited {
	COLOR: #FFF;
	text-decoration: none;
}*/
/*a:active {
	COLOR: #00FF00;
	text-decoration: none;
}
*/
#container {
	width: 1190px;
	height: 875px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#banner {
	padding-left: 10px;
	font-size: xx-large;
	color: #FFF;
	font-weight: bold;
	height: 70px;
	width: 900px;
	background-image: url(../Images/repertoire_banner.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
}
#bannerText {
	position: relative;
	left: 200px;
	bottom: 35px;
}
#container #banner h1 {
	font-family: Bellerose;
	line-height: 40px;
	padding: 0px;
	font-size: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#menubar {
	width: 140px;
	margin-left: 15px;
	float: left;
	height: 800px;
	padding-top: 10px;
	position: absolute;
	top: 70px;
	left: 0px;
}

#container #banner a:link {
	COLOR: #FFF;
	text-decoration: none;
}

#container #banner a:visited {
	COLOR: #FFF;
	text-decoration: none;
}

#container #banner a:active {
	COLOR: #00FF00;
	text-decoration: none;
}
#container #banner a:focus {
	outline: 0;
	text-decoration: none;
}
#container #GuffContainer {
	height: 120px;
	padding-left: 20px;
	padding-top: 30px;
	position: absolute;
	left: 155px;
	top: 70px;
}
#container #GuffContainer #GuffBox {
	width: 635px;
	border: 1px solid gray;
	height: 100px;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
}

