#body {
	background-color:#E8EADF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#header_table {
	width: 100%;
	background-color: #E8EADF;
}

#header {
	background-color: #C3E0A4;
	height: 72px;
	overflow: hidden;
}

#navigation {
	height: 20px;
}

#navigation_content {
	position: relative;
	margin-left: 36px;
}

.rule {
	background-color: #000000;
	height: 1px;
}

#main_table {
	width: 100%;
	z-index: 15;
	margin-top: 13px;
}


#sidebar {
	width: 221px;
	overflow: hidden;
}

#content_table {
	width: 100%;
	overflow: hidden;
}

.content_table_standard {
	height: 16px;
	width: 16px;
	overflow: hidden;
}

.content_table_right_spacer {
	height: 16px;
	width: 6px;
	overflow: hidden;
}

#listen {
	position: relative;
	left: 0px;
	top: 0px;
	width: 221px;
	height: 108px;
	overflow: hidden;
}

#now_playing {
	position: relative;
	left: 0px;
	top: 10px;
	width: 200px;
	height: 70px;
	text-align: center;
	overflow: hidden;
}

#playing_next_iframe {
	position: relative;
	top: 30px;
	left: 0px;
	width: 221px;
	height: 178px;
}

#playing_next {
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url("images/Leaves.jpg");
	width: 221px;
	height: 178px;
}

#playing_next_content {
	width: 200px;
	position: relative;
	top: 25px;
	left: 0px;
	text-align: center;
}

#footer {
	position: relative;
	left: 0px;
	top: 30px;
	width: 200px;
}