body, html {
	width: 100%;
	height: 100%;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 17px;
	color: #ffffff;
        background-color: #000000;
}

#sheet {
	  width: 1000px;
  	margin: 0 auto;
	  background: #ffffff;
}

#top_right  {

  	width: 585px;
	  height: 158px;
	  background: url(../images/logo.jpg);
}
#menu {
  	background-color: #ffffff;
  	overflow: hidden;
}     

#m1, #m2, #m3, #m4, #m5 {
	  height: 38px;
	  display: block;
	  float: left;
	  background-position: 0 0;
	  background-repeat: no-repeat;
}

#m1 { width: 143px; background-image: url(../images/menu01.jpg) }
#m2 { width: 75px; background-image: url(../images/menu02.jpg) }
#m3 { width: 103px; background-image: url(../images/menu03.jpg) }
#m4 { width: 101px; background-image: url(../images/menu04.jpg) }
#m5 { width: 163px; background-image: url(../images/menu05.jpg) }

#m1:hover, #m1.active { background-image: url(../images/menu1.jpg) }
#m2:hover, #m2.active { background-image: url(../images/menu2.jpg) }
#m3:hover, #m3.active { background-image: url(../images/menu3.jpg) }
#m4:hover, #m4.active { background-image: url(../images/menu4.jpg) }
#m5:hover, #m5.active { background-image: url(../images/menu5.jpg) }
  
#bottom_right {
	  width: 585px;
	  height: 89px;
	  background: url(../images/bar.jpg);
} 

#content  {
    color: #000000;
  	width: 1000px;
	  height: 370px;
	  background: #ffffff;
}

#content1  {
    color: #000000;
  	width: 1000px;
/*	  height: 430px;*/
	  background: #ffffff;
          padding-top: 50px;
}

#content2  {
    color: #000000;
  	width: 1000px;
	  height: 650px;
	  background: #ffffff;
          padding-top: 50px;
}

#content3  {
    color: #000000;
    margin-top: -4px;
  	width: 1000px;
	  height: 660px;
	  background: #ffffff;
}

#content5  {
    color: #000000;
  	width: 1000px;
	  height: 850px;
	  background: #ffffff;
          padding-top: 50px;
}

#footer  {
    color: #ffffff;
    width: 1000px;
	  height: 190px;
	  background: url(../images/footer.jpg);
}

#buttons {
    margin-left: 0;
    margin-top: 50px;
}
#buttons li {
    display: block;
    float: left;
    margin-left: 20px;
    text-align: center;
    font-weight: bold;
    color: #727272;
    font-size: 0.9em;
}
#buttons img {
    border: 0;
}
#top
{
    float: left;
}

.accordion {
width: 668px;
border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
background: #e9e7e7 url(../media/arrow-square.gif) no-repeat right -51px;
padding: 7px 15px;
margin: 0;
font: bold 120%/100% Arial, Helvetica, sans-serif;
border: solid 1px #c4c4c4;
border-bottom: none;
cursor: pointer;
}
.accordion h3:hover {
background-color: #e3e2e2;
}
.accordion h3.active {
background-position: right 5px;
}
.accordion p {
background: #f7f7f7;
margin: 0;
padding: 10px 15px 20px;
border-left: solid 1px #c4c4c4;
border-right: solid 1px #c4c4c4;
} 