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



body{
font: 80% Verdana, Arial, Helvetica, sans-serif;
line-height:1.125em; 
 /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the*/ 
  margin:0 auto;
  width:984px;
  /* adjust width as needed */
background-color:#625c54;
}


bodyback {
background-image:url(../images/body_04.jpg); background-repeat: repeat-y;
width:984px;
height: 600px;
}

h2 {
font-family:Tahoma, Arial, Helvetica, sans-serif:;
padding:0 0 0 200px;
text-align:left;
color:#ab7b57;

}

p1{
text-align: center;
margin-top:20px ;
font: 80% Tahoma, Arial, Helvetica, sans-serif:;
}


h4 {
font-family:Tahoma, Arial, Helvetica, sans-serif:;
padding:0 0 0 200px;
text-align:left;
color:#ab7b57;

}

#container{
position:relative;
width:984px;
text-align:left;
margin:40px auto 0;
background-image:url(../images/body_04.jpg); background-repeat: repeat-y;
height: 600px;
}


#header{ background-image:url(../images/header_01.jpg);
width: 984px;
height: 127px;

}


#leftsidebar{
float:left;
width: 140px;
padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */

}



#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	}
	
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}
	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}


#content{
width: 400px;
margin: 0 245px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
text-align: left;

}


#player{
margin: 0 230px;
padding: 0 10px;

}



#rightsidebar{
float:right;
width: 243px;
background-image:url(../images/right_sidebar_03.jpg);
background-color: #e4d5bf;
width: 226px;
height: 473px;
}

.cd{
margin-top: 50px; 0; 
}


.jpic {
float:right;


}


#footer{
background-color:#7fb6f7;
width: 984px;
height: 100px;


}


