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

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	color: #666666;
	width: 800;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

#container{
	width: 800px;
	margin: auto;
	background-image: url(../images/FILL.png);
	background-repeat: repeat-y;
	/* z-index: 1; */
}

#container p{
	width: 550px;
	margin-right:50px;
}
#container ul li{
	width: 450px;
}
#container h2{
	width: 600px;
}	
.secA{
	float:left;
}

.secB{
	float:left;
	/*background-image: url(../images/L-fill.png);*/
	width: 121px;
}

.secC{
	float:right;
	/*background-image:url(../images/R-fill.png);*/
	background-repeat:repeat-y;
	width: 659px;
	padding: 10px;


}

.secD{
	background-image: url(../images/NAV-mid.png);
	background-repeat: repeat-y;
	float:left;
	width: 121px;
	text-decoration: none;
	
}


.secD span{
	color: #38e156;
	font-weight: bold;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 20px;
	
}

.secD a{
	text-decoration: none;
}

.secD a:hover{
	color: #00CC99;
	text-decoration: none;
}

.secE{
	clear: both;
	height: 112px;
	width: 800px;
	background-image:url(../images/footer.png);
}
.footerContent{
	margin-top: 20px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 60px;
	color: #38e156;
	text-decoration: none;
	text-align: center;
}
.footerContent a{
	color: #38e156;
	text-decoration: none;
	font-weight: bold;
}

.footerContent a:hover{
	color: #38e156;
	text-decoration: underline;
	font-weight: bold;
}
.audiobloc{
	font-weight: bold;
	color: #FF6600;	
}
.audiobloc a{
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.audiobloc a:hover{
	font-weight: bolder;
	color: #FF6600;
	text-decoration: none;
}
.turb{
	padding: 5px;
}
.thumbs{
	padding: 5px;
	border: 1px solid #9999FF;
	margin-right: 10px;
	margin-bottom: 25px;
}
.homepage{
	clear: both;
	width: 550px;
	margin-right: 50px;
}

.homepage a{
	color: #666666;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
}
