/* CSS Document */

body{
	background-color: #dfdfdf;
}

p{
	text-indent: 25px;
}

.table_page{
	border: 1px solid #8f8f8f;	
	width: 860px;
}

.table_nav{
	border: 1px solid #8f8f8f;	
	width: 860px;
	background-color: #ffffff;
}

.table_audio{
	border: 1px solid #8f8f8f;
	width: 860px;
	text-align: center;
	background-image: url(../images/audio_back.jpg);
	background-repeat: repeat-x;
	height: 25px;
	vertical-align: baseline;
}

.table_content{
	border: 1px solid #8f8f8f;	
	width: 860px;
	background-color: #ffffff;
}

.table_footer{
	border: 1px solid #8f8f8f;	
	width: 860px;
	background-color: #ffffff;
}

.cell_bottomline{
	border-bottom: 1px solid #8f8f8f;
	height: 5px;
}

.cell_topline{
	border-top: 1px solid #8f8f8f;
	height: 5px;
}

.cell_logo{
	text-align: center;
	vertical-align: middle;
	width: 240px;
	height: 150px;
	border-right: 1px solid #8f8f8f;
}

.cell_footer{
	width: 100px;
}
