body{
background-image: url(images/bg.jpg);
background-repeat: repeat;
background-position: top left;
}

#wrapper{
position: relative;
width: 885px;
margin: 0px auto;
}

#header{
position: relative;
margin: 0px auto;
height: 307px;
background-image: url(images/_ACMA-header.png);
background-position: top center;
background-repeat: no-repeat;
background-color: black;
}

#headercontent{
position: relative;
font-family: arial, sans-serif;
letter-spacing: 2px;
right: 30px;
top: 160px;
color: white;
text-align: right;
line-height: normal;
}

.big{
margin-left: 8px;
font-size: 30px;
letter-spacing: 5px;
}

#main{
position: relative;
margin: 0px;
background-image: url(images/main-bg.jpg);
background-position: top center;
background-repeat: repeat-y;
background-color: white;
padding: 30px 30px 1px 30px;
}

#maincontent{
width: 600px;
text-align: justify;
line-height: 20px;
}

#prices{
text-align: right;
font-style: italic;
margin-bottom: 30px;
}


.enroll{
padding: 12px 39px;
background-image: url('images/enrollbutton.jpg');
background-repeat: no-repeat;
background-position: top right;
font-family: sans-serif;
font-style: normal;
text-decoration: none;
color: black;
font-size: 14px;
}

#rightlinks{
position: absolute;
top: 20px;
left: 650px;
font-family: helvetica, sans-serif;
font-size: 12px;
}



#footer{
position: absolute;
width: 885px;
height: 79px;
background-image: url(images/_ACMA-footer.jpg);
background-position: top center;
background-repeat: no-repeat;
background-color: black;

}

#footercontent{
position: relative;
font-size: 10px;
font-family: arial, sans-serif;
text-align: center;
padding-top: 50px;
}

#rightlinks a:link, #rightlinks a:visited {
display: block;
text-decoration: none;
width: 160px;
border-left: dotted 1px black;
border-bottom: dotted 1px black;
text-decoration: none;
}

#rightlinks a:hover{
}



#idList {
     margin: 0;
     padding: 0;
}
 
#idList a {
     display: block;
     margin: 0;
     padding: 10px 0px 10px 10px;
     width: 250px;
     background: white;
     color: #580001;
     font-style: normal;
}

#navs{
display: inline;
position: absolute;
bottom: 14px;
left: 4px;
}

#navs a:link, #navs a:visited{
position: relative;
display: block;
float: left;
color: white;
text-decoration: none;
font-family: arial, sans-serif;
font-size: 12px;
font-style: normal;
width: 146px;
height: 18px;
background-image: url(images/navbutton.jpg);
background-position: center center;
background-repeat: no-repeat;
border: none;
text-align: center;
padding: 12px 0px 8px 0px;
}

#navs a:hover{
color: black;
text-decoration: none;
font-family: arial, sans-serif;
font-size: 12px;
width: 146px;
height: 18px;
background-image: url(images/navbuttonover.jpg);
background-position: center center;
background-repeat: no-repeat;
border: none;
text-align: center;
padding: 12px 0px 8px 0px;
}

a img{
border: none;
}

div.scroller { 
     width: 600px; 
     height: 300px;
     overflow: hidden;
     border:1px solid #cccccc;
}

div.scroller div.section {
     width:600px;
     height:300px;
     overflow:hidden;
     float:left;
     padding:1em;        
}


div.scroller div.content {
     width: 10000px;
}

form{
border: solid 1px #cdcdcd;
background-color: #F7F7CC;
padding: 30px;
margin: 10px 30px;
}

#accordion{
width: 600px;
}

.toggler {
     color: white;
     margin: 0;
     padding: 2px 5px;
     background: #eee;
     border-bottom: 1px solid #ddd;
     border-right: 1px solid #ddd;
     border-top: 1px solid #f5f5f5;
     border-left: 1px solid #f5f5f5;
     font-size: 15px;
     font-weight: normal;
     font-family: 'Andale Mono', sans-serif;
     cursor: pointer;
     cursor: hand;
}
 
.element {
 
}
 
.element p {
     margin: 0;
     padding: 4px;
}
 
.float-right {
     padding:10px 20px;
     float:right;
}

h1{
font-family: sans-serif;
font-size: 25px;
letter-spacing: -1px;
margin: 0px 0px 10px 0px;
}

.hideme{
display: none;
}