@charset "utf-8";

html {

	height: 100%;

	width: 100%;

}



/* CSS Document */



body {

	padding: 0;

	margin: 0;

	background-color: #f6f6f6;

	background-image: url(images/background_1.jpg);

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	height: 100%;

	width: 100%;

	background-repeat: repeat-x;

}





a {

	color: #2C2C2C;

	text-decoration: none;

}

.index_content a {
	color: #3E5C8E;
	text-decoration: underline;
}





ul{

	margin:0;

	padding:0;

	list-style-type:none;

	display: block;

}img {

	border: 0;

}

h1 {

	font-size: 18px;

	line-height: 20px;

	margin: 0 0 20px 0;

	padding: 0;

	font-family: Georgia, "Times New Roman", Times, serif;

	color: #18140d;

	font-weight: normal;

	width: 564px;

	display: block;

}

.left_margin {

	float: left;

	background-image: url(images/background_left.jpg);

	background-repeat: repeat-x;

	padding-left: 150px;

}







.container {

	width: 868px;

	padding: 0px;

	margin: 0;

	float: left;

	background-image: url(images/background_bottom.jpg);

	background-repeat: repeat-y;

}

.header {

	width: 868px;

	height: 183px;

	background-image: url(images/background_1.jpg);

}

.header_back {

	height: 183px;

	background-image: url(images/background_top.gif);

	background-repeat: repeat-y;

}

.header_back img {

	margin: 86px 0 0 43px;

}

.left_content {

	width: 61px;

	height: 456px;

	background-image: url(images/left_content.jpg);

	background-repeat: no-repeat;

	float: left;

}

.slide {

	float: left;

	width: 771px;

	border: 18px solid #575757;

}

.navigation {

	width: 546px;

	float: left;

	background-image: url(images/nav/background.jpg);

	background-repeat: repeat-x;

}

.navigation li {

	float: left;

	font-size: 16px;

	font-weight: bold;

	color: #505047;

	margin: 0 22px 10px 0;

	height: 38px;

	padding: 11px 0 0 0;

}





.navigation img {

	margin: 0 22px 0 0;

}

.index_content {

	width: 516px;

	margin: 0 0 80px 61px;

	float: left;

	padding: 30px 30px 0 0;

	line-height: 18px;

}

.music_player {

	float: right;

	width: 172px;

	margin: 30px 45px 60px 0;

}



.clear {

	clear: both;

}

