/* CSS Document */

/*  TEXT STUFF  */

body {	
	background-attachment: fixed;
	background-image: url(images/background_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #A78C79;	
	}
	
.H1 { font-family: Arial, Helvetica, sans-serif;
	  font-size: 20pt;
	  font-weight: bold;
	  letter-spacing: 0.0em;
	  color: #FFFFFF
	  }
	  
.P1 {font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 12px;
	   padding:0px 10px 0px 10px;
	   color: #000;
	   }
	   
.P1 a:link, .P1 a:visited, .P1 a:hover, .P1 a:active {
	text-decoration: underline;
	color: #000000;
		}

.MainP {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    letter-spacing: 0.0em;
		padding:2px 8px 2px 8px;
	    color: #000000;
	  }
	  
.MainP a:link, .MainP a:visited, .MainP a:hover, .MainP a:active {
	text-decoration: underline;
	color: #000000;
		}
	  
.MainP-bld {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    letter-spacing: 0.0em;
		padding:0px;
	    color: #000000;
		font-weight: bold;
}

.MainP-bld  a:link, .MainP-bld  a:visited, .MainP-bld  a:hover, .MainP-bld  a:active {
	text-decoration: underline;
	color: #000;
		}
		
		
.MainPWht {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    letter-spacing: 0.0em;
		padding:2px 8px 2px 8px;
	    color: #FFF;
	  }
	  
.MainPWht a:link, .MainPWht a:visited, .MainPWht a:hover, .MainPWht a:active {
	text-decoration: underline;
	color: #FFF;
		}
	  
.MainP-BldWht {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    letter-spacing: 0.0em;
		padding:2px 8px 2px 8px;
	    color: #FFF;
		font-weight: bold;
}

.MainP-BldWht a:link, .MainP-BldWht a:visited, .MainP-BldWht a:hover, .MainP-BldWht a:active {
	text-decoration: underline;
	color: #FFF;
		}

/*  DIVS  */

div#description {
		background-color:#000000;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    letter-spacing: 0.0em;
	    color: #FFF;
		}
		
div#listen {
		margin: 3px 15px 3px 15px;
		padding:3px 8px 3px 8px;
		border-top: 1px solid #170000;
		/* border-right: 1px dashed #170000; */
		/* border-left: 1px dashed #170000; */
		border-bottom: 1px solid #170000;
		background-color:#5E2107;
	  }
	  
div#listen2 {
		margin: 3px 15px 3px 15px;
		padding:3px 3px 3px 3px;
		border-top: 1px solid #000;
		/* border-right: 1px dashed #170000; */
		/* border-left: 1px dashed #170000; */
		border-bottom: 1px solid #000;
	  }

div#right {
	margin-left:210px;
	display:block;
	}
	
div#form {
		width: 375px;
		margin: 0px 5px 3px 5px;
		padding:0px 2px 3px 2px;
	  }