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

body {

	background-color: #BEBEBE;
}

.layout #container {
	background-image: url(/images/layout/layout_repeat.jpg);
	background-repeat: repeat-y;
	width: 818px;
	margin: 0;
	padding: 0;
}

.layout #innercontainer {
	background-image: url(/images/layout/layout_top.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#main {
	margin-left: 197px;
}

#main #header {

	margin: 0;
	padding: 0;
	width: 586px;
	
}

#main #banner {

	margin: 0;
	padding: 0 0 0 197px;
	width: 586px;
	height: 42px;
	
}

#main #menuSection {

	position: absolute;
	top: 335px;

}

#musicPlayer {
	background-image: url(/images/layout/topheader.jpg);
	background-repeat: no-repeat;
	width: 818px;
	height: 40px;
	
	
}

.contentTbl {

	vertical-align: top;

}

.contentTbl .left {


}

.contentTbl .right {

	padding: 5px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}