body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	
	background-color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	
}

H1 {
    font-family: helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 5px;

	color: #666666;
	text-transform: lowercase;
	color: #151610;
	text-decoration: none;
}

H2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
	font-style: italic;
	line-height: 15px;
	font-weight: normal;
	color: #3C3C26;
}

a:link {
   color: #333333;
   text-decoration: none;
}

a:visited {
   color: #000000;
   text-decoration: none;
}

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

a:active {
   color: #660000;
   text-decoration: underline;
}

#wrapper {
   width: 690px;
   padding: 0px;
   margin: 30px auto 10px auto;
   background: #ffffff;
   border: 0px solid #3C330C;
   
  
  
}

#textwrapper {
   width: 400px;
   padding: 5;
}

#titlebox {
   
   width: 690px;
   height: 100px;
   background-image:url(images/title.jpg);
   background-repeat: no-repeat;
   
   
   margin-bottom: 8px;
   /*float: left;*/
}

#textarea {
   width: 310px;
   padding: 8 0 12 25;
   margin-top: 1px;
   margin-left: 8px;
   /*border-bottom: 1px solid #CACAA4;
   border-top: 1px solid #CACAA4;
   border-left: 1px solid #CACAA4;
   border-right: 1px solid #CACAA4;*/
   
  
   /*background-color: #DEDEC9;*/
   float: left;
}

#image {
    width: 357px;
    height: 370px;
    background-image: url(images/bonwag-image.jpg);
    margin-bottom: 15px;
	background-repeat:no-repeat;

}

#contactarea {
   width: 690px;
   height: 65px;
   
   
   margin-bottom: 12px;
   margin-top: 12px;
   background-image:url(images/title-bottom.jpg);
   
 
   
}

#musicplayer {
   background: #ffffff;
   width: 280px;
  /*border-bottom: 1px solid #CACAA4;
   border-top: 1px solid #CACAA4;
   border-left: 1px solid #CACAA4;
   border-right: 1px solid #CACAA4;*/
   margin: 0px auto 0px auto;
   
   padding-top: 40px;
   float: right;
}

.clearer {
    clear: both;
}



