html, body, div, p, img, table, tr, td, ul, li{
	margin:0;
	border:none;
	padding:0;
}

body {
	background-color:#F8FAF5;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D5D5D;
}

h1 {color:#999999;padding:0;border:0;margin:0;font-size:12px;}
h2 {color:#CC9900; font-family:"Trebuchet MS", Arial, "MS Sans Serif";font-size:20px;}
h3 {color:#CC9900; font-family:"Trebuchet MS", Arial, "MS Sans Serif";padding:0;border:0;margin:0;font-size:26px;}
h4 {padding:0;border:0;margin:0px 0px 12px 0px;font-size:14px;}

/*
a{
	color:#666666;
	text-decoration:none;
	border-bottom:dashed #666666 1px;
	height:14px;
}

a:hover{
	color:#DF8413;
	text-decoration:none;
	border-bottom:dashed #DF8413 1px;
}
*/
a{
	color:#cc9900;
	text-decoration:none;
}

a:hover{
	color:#cc9900;
	text-decoration:underline;
}

.bold{
	font-weight:bold;
}

#frame{
	width:960px;
	margin:auto;
}

.clearfix:after {
	content: ".";
	display: inline;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {display: inline-block;}   /* for IE/Mac */





#mail-me{
	text-align:right;
	width:100%;
	margin-top:10px;
	border-bottom:dashed #dddddd 1px;
	border-top:dashed #dddddd 1px;
}

#mail-me ul{
	list-style-type:none;

}

#mail-me ul li{
	font-family:"Trebuchet MS", Arial, "MS Sans Serif";
	display:inline;
	padding:0px 0px 0px 10px;
}

#mail-me a{
	color:#666666;
	text-decoration:none;
	border:none;
	padding: 0px 5px 0px 5px;
}

#mail-me a:hover{
	color:#DF8413;
	text-decoration:none;
	background-color:#EAF0D5;
}

#date{
	text-align:right;
	width:100%;
}
	
#date a{
	color:#999999;
	text-decoration:none;
	border:none;
	padding: 0px 5px 0px 5px;
	font-size:10px;
}

#date a:hover{
	color:#DF8413;
	text-decoration:none;
	background-color:#EAF0D5;
}


#content-col{
	width:670px;
	float:left;
}

#right-menu-col{
	width:250px;
	float:left;
	margin-left:40px;
}



#infos-menu{
	list-style-type:none;
}
#infos-menu li {
	padding:4px 0px 4px 0px;
}
#infos-menu li a{
	font-size:14px;
}

.site-box {
	width: 920px;
	background-color:#EAF0D5;
	padding:20px;
	border: #DFE9C0 1px solid;
	margin-bottom:20px;
}

.site-image {
	float:left;
	border:#666666 solid 1px;
}

a .site-image{	
	border:#666666 solid 1px;
}

a .site-image:hover{	
	border:#DF8413 solid 1px;
}

.site-description{
	width:578px;
	float:left;
	margin-left:20px;
}

.site-description-title{
	font-size: 16px;
	color:#CC9900;
	font-weight:bold;
	margin-bottom:9px;
}

.site-description-sub-title{
	font-size: 14px;
	font-weight:bold;
	margin-bottom:12px;
}

.site-description-text{
	margin-bottom:30px;
}






.infos-p-block{
	padding-left:30px;
}







#lyrics{
	width:480px;
	float:left;
	border:none;
}

.song-credits{
	font-size:10px;
}

#rightnav{
	width:450px;
	margin:0px 0px 0px 30px;
	float:left;
}

#rightnav-list{
	list-style-type:none;
	margin-bottom:20px;
}

#rightnav-list li a{
	border:none;
	text-decoration:none;
}

.link-date{
	font-weight:bold;
	color:#CC9900;
}



#footer {
	width: 960px;
	border-top: #D0DFA2 1px dashed;
	padding-top:20px;
	margin-bottom:20px;
	font-size:10px;
	text-align:center;
}

#footer img{
	margin:0px 4px 0px 4px;
}

/* mail form styles */

#mailholder{
margin-left:30px;
margin-top: 30px;
}

label{
float: left;
width: 100px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
border: #BED280 1px solid;
}

textarea{
width: 250px;
height: 120px;
border: #BED280 1px solid;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 100px;
margin-top: 5px;
width: 90px;
border: #BED280 1px solid;
}


/* end mail form styles */


