	body {
		padding: 0px; margin: 0px;
		background: #8faabd;
		text-align: center;
		font-family: arial, verdana, helvetica;
		font-size: 67.5%;
		color: #3a2218;
		height: 100%;
		width: 100%;
	}
	* {
		margin: 0px; padding: 0px;
	}
	#page {
		width: 890px;
		margin: 0px auto;
		background: url('images/header.gif') no-repeat top left;
		text-align: left;
	}
	#logo {
		height: 90px;
		margin-left: 6px;
	}
	#pagepic {
		width: 521px;
		height: 95px;
		background: url('images/overlay.png') no-repeat top left;
	}
	#mainmenu {
		height: 30px;
		line-height: 30px;
		margin: 0px; padding: 0px 0px 0px 180px;
		list-style-type: none;
	}
	#mainmenu li {
		float: left;
		padding: 0px 20px;
	}
	#mainmenu .selected a {
		text-decoration: underline !important;
	}
	#content {
		background: url('images/page_body1.gif') repeat-Y top left;
		width: 733px;
		margin-left: 79px;

	}
	#column1 {
		float: left;
		width: 521px;
	}
	#column2 {
		float: left;
		width: 210px;
		background: url('images/player_head.gif') no-repeat top left;
		padding-top: 29px;
	}
	#content1 {
		background: url('images/column_head1.gif') no-repeat top left;
		float: left;
		width: 521px;
		padding: 0px;
		margin: 0px 0px 0px 0px;
		list-style-type: none;
	}
	#content1 li {
		padding: 5px 20px 20px 20px;
		clear:left;
	}
	#content1 p {
		line-height: 150%;
	}
	#content1 li {
		background: url('images/column_break1.gif') no-repeat bottom left;
	}
	#content1 li.itemlast {
		background: none;
	}
	#social {
		list-style-type: none;
		margin-top: 10px;
	}
	#social li {
		margin: 5px 0px  5px 20px;
	}
	#social li p {
		line-height: 24px;
	}
	#social li img {
		float: left;
		border: none;
	}
	.fix {
		clear: both;
		height: 0px;
		line-height: 0px;
		overflow: hidden;
		width: 100%;
	}
	#top {
		float: right;
		margin: 0px 70px 0px 0px;
		padding: 0px;
		list-style-type: none;
	}
	#top li {
		float: left;
		margin-right: 20px !important;
	}
	#playlist {
		background: url('images/player_body.gif') repeat-Y top center;
		margin: 0px; padding: 0px 10px;
		list-style-type: none;
	}
	#playlist li {
		margin-left: 0px;
		padding: 0px 5px 5px 5px;
		color: #8faabd !important;
	}
	#playlist_controls {
		background: url('images/player_foot.gif') no-repeat top center;
		height: 32px;
		text-align: right;
		line-height: 32px;
		padding-right: 5px;
	}
	.last, .next, .stop, .play {
		width: 7px;
		height: 7px;
		overflow: hidden;
		text-indent: -1000em;
		display: block;
		float: left;
		margin-top: 16px;
		margin-left: 6px;
	}
	.last {
		background: url('images/btn-prev.gif') no-repeat center center;
	}
	.next {
		background: url('images/btn-next.gif') no-repeat center center;
	}
	.stop {
		background: #fff;
		height: 5px;
		width: 6px;
		margin-top: 17px;
	}
	.play {
		background: url('images/sec-left-arr2.gif') no-repeat center center;
	}
	.pause {
		background: url('images/sec-left-pause.gif') no-repeat center center;
	}
	.volume_container {
		margin: 14px 0px 0px 8px;
		width: 32px;
		height: 10px;
		line-height: 12px;
		text-align: right;
		background: #8faabd;
		overflow: hidden;
		display: block;
		float: right;
	}
	.volume {
		width: 80%;
		height: 100%;
		background: white;
		overflow: hidden;
		display: block;
		float: left;
	}
	#footer {
		background: url('images/footer.gif') no-repeat top center;
		height: 140px;
	}
	a {
		color: #cb2d2a;
		font-weight: bold;
		text-decoration: none;
	}
	a:hover {
		text-decoration: none;
	}
	h1 {
		font-size: 160%;
	}
	h2 {
		font-size: 140%;
	}
	h3 {
		font-size: 120%;
	}
	h4 {
		font-size: 100%;
	}	
	h5 {
		font-size: 80%;
	}
	h6 {
		font-size: 80%;
		color: #cb2d2a;
	}

	#mainmenu .CMS7link {
		color: #cb2d2a;
		font-weight: bold;
		text-decoration: none;
	}
	#playlist .CMS7link {
		color: #000;
	}
	#company_name { 
		text-indent: -1000em;
		float: left;
	}
	#company_description {
		text-indent: -1000em;
		float: left;
	}