html, body, #style {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #style {
	height: auto;
}

body {
	margin: 0px;
	padding: 0px;
	background-color:#666666;
}

#style {
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 75%;
	background-image:url(../imagesRecording/CBA_Background.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	}

#container {
	width:800px;
}

#content {
	background-color:#ffffff;
	background-image:url(../imagesRecording/cbabg2.gif);
	background-repeat:repeat-y;
	color:#000000;
	height:100%;
	padding:15px 15px 15px 20px;
}

#content h3 {
	font-size:110%;
}

#content div {
	padding:0px;
	
}

#bottom {
	height:25px;
}

.fr {
	float:right;
}

.fl {
	float:left;
}

#recordings {
	float:left;	
	margin-right:10px;
	position:relative;
	left:-5px;
	border-right:dashed 2px #CCCCCC;
	width:215px;
	
}

#faq ul {
	list-style:none;
	padding: 0px;
	margin: 0px;
	font-size:110%;
}

#faq ul li {
	list-style:none;
}

#faq ul li a {
	text-decoration:none;
	color:#000000;
}

#faq ul li a:hover {
	text-decoration:underline;
}

#right {
	float:left;
	width:525px;
}

a {
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#666666;
}

.sample {
	width:140px;
	float:left;
	padding-left:5px;
	padding-bottom:0px;
	margin-right:0px;
	margin-left:10px;
}

.sample ul {
	padding:0px;
	margin:0px;
	width:150px;
	list-style:none;
}

.sample li {
	list-style:none;
	margin:0px;
}

.sample a {
	text-decoration:none;
	display:block;
	background-image:url(../imagesRecording/playbutton.jpg);
	background-repeat:no-repeat;
	height:26px;
	padding: 8px 0px 0px 32px;
	color:#666666;
}

.sample a:hover {
	text-decoration:underline;
	color:#999999;
}

