body {
  background-color: #500000;
  font-family: "times new roman", sans-serif;
  margin: 0px;
  background-repeat: repeat-y;
  background-position: left;
  background-image: url(../images/back-center.gif);
}

#background{
  background-image: url(../images/back-top.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 53px;
  background-color: #500000;
}

#top_panel {
  height: 63px;
  background-image: url(../images/godoymusic.gif);
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  z-index: 3;
  margin-left: 180px;
}

#menu_panel {
  position: relative;
  top: -37px;
  z-index: 2;
}

#menu{
  background-image: url(../images/menu.gif);
  background-repeat: no-repeat;
  background-position: top left;
  height: 52px;
  padding-left: 75px;
  margin-left: 60px;
  text-align: left;
}
html>body #menu {
	padding-left: 35px;
}

#menu li{
  top: 20px;
  position: relative;
  display: inline;
  margin: 10px
}

#menu a{
  font-family: "times new roman", sans-serif;
  font-size: 18px;
  color: black;
  text-decoration: none;
}

#menu a:hover{
  color: #600;
}

#selected{
  color: #600;
  font-weight: bold;
}

#left_content{
  float: left;
  width: 100px;
  height: 400px;
  position: relative;
  top: -37px;
  left: 30px;
  background-color: #f0eccf;
  background-image: url(../images/curved.gif);
  background-repeat: repeat-y;
  background-position: center top;
  }

#middle_content .content{
  background-color: #f0eccf;
  background-image: url(../images/middle-center.gif);
  background-repeat: repeat-y;
  background-position: left;
  margin-left: 150px;
  width: 495px;
  position: relative;
  top: -54px;
  bottom: 100px;
  
 }

#middle_content .content p{
  position: relative;
  top: -60px;
line-height:1.4;
padding:10px 30px 0px;
  text-align: justify;
  font-size: 13px;
  z-index: 4;
 }
 

#middle_content .content a {
	text-decoration: none;
  color: #600;
  font-weight: bold;
  }
	

#middle_content .content h2{
  position: relative;
  top: -65px;
line-height:1;
padding:30px 30px 0px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: -20px;
}

#middle_content .content h3{
  position: relative;
  top: -65px;
line-height: 1;
padding: 20px 30px 0px;
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: -20px;
  color: #600;
  line-height:1.5;
    font-family: monospace;
}
#middle_content .content h4{
  position: relative;
  top: -65px;
line-height:1;
padding:10px 30px 0px;
  text-align: justify;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -20px;
  color: #600;
}

#middle_content .header{
  font-size: 16px;
  font-weight: bold;
  height: 94px;
  margin-top: -32px;
  color: #600;
  margin-left: 170px;
  position: relative;
  top: 15px;
  left: 0px;
  z-index: 3;
}
html>body #middle_content .header{
  top: 14px;
  left: 2px;
}


#middle-background {
  background-image: url(../images/middle-top.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-color: #f0eccf;
  height: 73px;
  z-index: 1;
}
#italic{
  color: #765f58;
  font-style: italic;
}
#bold{
  color: #600;
  font-weight: bold;
}
img {
	position: relative;
	float: left;
	padding-right: 1em;
 	border: none;
}


#right_content {
background-color:none ;
background-image:url(../images/curved.gif);
background-position:center top;
background-repeat:repeat-y;
float:right;
height:400px;
left:650 ;
position: absolute;
top:162px;
width:100px;
}

#footer {
	width: 100%;
	float: left;
	position: relative;
    bottom: 30px;
    height:50px;
	background-color: none;
	left: 250px;
    text-align: center
	padding: 0;
	margin: 0;
}
html>body #footer {	
	left: 250px;
}

#footer h1{
	position: relative;
	color: #765f58;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
 }