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

body {
	background-color: #000000;
}
#header {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}
#container {
	width: 955px;
	height: 605px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
}
#left-nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	float: left;
	width: 220px;
	padding-top: 5px;
}
#left-nav ul {
	list-style-type: none;
}
#left-nav li {
	padding-bottom: 10px;
}
#left-nav li a {
	color: #ffffff;
	text-decoration: none;
}
#left-nav li a:hover {
	color: #ff0000;
}
.red {
	color: #ff0000;
}
#content {
	width: 450px;
	float: left;
	margin-left: 80px;
	padding-top: 45px;
	color: #685c53;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content a {
	color: #005195;
	text-decoration: underline;
}
#content a:hover {
	color: #ff0000;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
	border-bottom: 1px dotted #cccccc;
}
.button a:hover {
	padding-top: 10px;
	display: table-cell;
}
.footer-text {
	margin: 50px 0px 50px 0px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.footer-text a {
	color: #ffffff;
}
.footer-text a:hover {
	color: #ff0000;
}
.recording-container {
	border-bottom:1px dotted #999999;
	clear:both;
	float:left;
	margin-bottom:10px;
	padding-bottom:10px;
	width:450px;
}
.box-left {
	float:left;
	padding-right:10px;
	width:200px;
}
.box-middle {
	float:left;
	padding-right:10px;
	width:100px;
}
.box-right {
	border-left:1px solid #999999;
	float:left;
	height:100px;
	padding-left:10px;
	width:100px;
}
