@charset "UTF-8";
body {
	font-family: "AvantGarde Book", "Myriad Pro", Helvetica;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
}
#wrapper {
	width: 960px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#banner {
	background-color: #000000;
	background-image: url(../images/slides/banner.jpg);
	background-repeat: no-repeat;
	height: 180px;
	margin-bottom: 2px;
}
#navi {
	width: 700px;
	height: 42px;
}
#search {
	float: right;
	background-image: url(../images/FW-bg/background/png/newsletter.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 260px;
}
#googleSidebar {
	width: 120px;
	background-color: #000000;
	background-image: url(../images/sidebar.png);
	background-repeat: no-repeat;
	height: 600px;
	padding: 20px;
	float: right;
	margin-left: 2px;
}
#footer {
	background-color: #000000;
	background-image: url(../images/footer.jpg);
	height: 20px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 30px;
	margin-top: 2px;
	padding-right: 30px;
}
#artistContainer {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
.footer {
	font-size: 0.9em;
}
.imprint {
	font-size: 0.8em;
}
.floatLeft {
	float: left;
	margin-right: 5px;
}
.floatRight {
	float: right;
	margin-left: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}.alternate {
	background-color: #663300;
}
.alternate2 {
	background-color: #9C4E00;
}
.photoMargin1 {
	margin-right: 5px;
}
.tableLayout {
	font-family: "Lucida Grande", "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 85%;
	padding-left: 5px;
	border-collapse: collapse;
	height: 20px;
}
.tableLayout th {
	background-color: #FF9933;
	background-image: url(../images/table-header.png);
	background-repeat: repeat-x;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.tableLayout td {
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	vertical-align: top;
	border: 1px solid #663300;
}
a:visited {
	color: #999999;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.noBorder {
	border: 0px dotted #000000;
}
#indexWrapper {
	width: 600px;
	background-color: #000000;
	background-image: url(../images/CS-Logo-orange.jpg);
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-top: 280px;
}
#indexButtons {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	height: 38px;
}
