body {
	background-color: #232323;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	background-image: url(../i/background.gif);
	background-repeat: repeat;
}
html * {   
	margin: 0;   
	padding: 0; 
}

.clear {
	clear: both;
}
#container {
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	background-image: url(../img/background_image.jpg);
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 25px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
}

a:link, a:visited, a:active {
	color: #999900;
	text-decoration: none;
}
a:hover {
	color: #999900;
	text-decoration: underline;
}
a {
	outline: none;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 3px;
	margin-bottom: 5px;
}
p {
	line-height: 19px;
	padding-bottom: 8px;
}
#logo {
	width: 593px;
	height: 111px;
	background-image: url(../img/bk_logo.gif);
	background-repeat: no-repeat;
	padding-bottom: 35px;
	}
#logo span {
	display: none;
	}
#profile {
	width: 100px;
	height: 30px;
	background-image: url(../img/profile.gif);
	background-repeat: no-repeat;
	}
#profile span {
	display: none;
	}
#conductor {
	width: 150px;
	height: 30px;
	background-image: url(../img/conductor.gif);
	background-repeat: no-repeat;
	}
#conductor span {
	display: none;
	}
#composer {
	width: 150px;
	height: 30px;
	background-image: url(../img/composer.gif);
	background-repeat: no-repeat;
	}
#composer span {
	display: none;
	}
#film_score {
	width: 210px;
	height: 25px;
	background-image: url(../img/film_scores.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	}
#film_score span {
	display: none;
	}
#contact {
	width: 210px;
	height: 52px;
	background-image: url(../img/contact.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	}
#contact span {
	display: none;
	}
#music {
	width: 210px;
	height: 40px;
	background-image: url(../img/music.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	}
#music span {
	display: none;
	}
#navlist li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 100%;
}
#navlist a:link, #navlist a:visited, #navlist a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#navlist a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}
.navspaced {
	padding-right: 40px;
}
#content_left {
	float: left;
	width: 370px;
}
#content {
	padding-top: 25px;
}
#content_right {
	float: right;
	width: 190px;
}
.header {
	margin-top: 15px;
}
#news dl {
	margin-top: 15px;
}
#news dt {
	font-weight: bold;
	margin-bottom: 3px;
}
#news dd {
	color: #C1C1C1;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#footer {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
}
#content_right dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 6px;
	margin-bottom: 3px;
	padding-bottom: 6px;
}
#content_right dt {
	padding-bottom: 1px;
}
#content_right dd {
	color: #C1C1C1;
	line-height: 15px;
}
#profileshot {
	margin-bottom: 5px;
}
#film_list dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 6px;
	margin-bottom: 3px;
	padding-bottom: 6px;
}
#film_list dt {
	padding-bottom: 1px;
}
#film_list dd {
	color: #C1C1C1;
	line-height: 15px;
}

