body{
    font-family: Helvetica;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #383d41;
}
#wrapper{
    position: relative;
    width: 980px;
    height: 686px;
    margin: 0px auto;
    overflow: hidden;
}
#container{
    width: 1960px;
    position: absolute;
}
#start{
    cursor: pointer;
    cursor: hand;
}
#start,
#main{
    float: left;
    width: 980px;
    height: 686px;
    margin: 0px auto;
    background: url('img/mainbg980.jpg');
    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    
}

.startcol{
    color: #cecac9;
    margin: 0px auto;
    padding: 160px 0 0 80px;
}

.header{
   width: 100%;
   padding-top: 40px;
   margin: 0px auto;
   clear: both;
}

.logo{
    float: left;
    margin: 50px 0 0 80px;
}


.menu{
    float: left;
    margin: 75px 0 0 70px;
    background: rgba(90,90,90,0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    width: 560px;
    padding: 2px 0 2px 0;
}



.menuitem
{
    font-size: 12px;
    color: #ccc;
    float: left;
    display: block;
    padding: 0 35px 0 35px;
    border-right: 1px solid #ccc;
    text-decoration: none;
}

.menu .menuitem:last-child{
    border-right: none;
}

.menuitem-hover
{
    color: red;
}

#page-holder{
    display: block;
    width: 980px;
    overflow: hidden;
    height: 800px;
    position: relative;
}

#pages{
    width: 4900px;
    position: absolute;
    left: 0px;
}

.page{
    width: 900px;
    float: left;
    padding: 60px 0 0 80px;
}
.page .colwide{
    width: 500px;
    font-size: 12px;
    height: 400px;  
    margin: 10px 0 0 0px;
}
.page .col{
    width: 580px;
    font-size: 14px;
    height: 400px;    
}

.page .col .inner,
.page .col .scroll{
    margin: 0 20px 0 0;
}

h1{
    font-size: 14px;
    font-weight: normal;
    color: #8a7f7d;
    line-height: 22px;
}
p, li{
    color: #cecac9;
    line-height: 20px;
}

.dark{
    color: #8a7f7d;
}


ul{
    padding: 0 0 0 20px;
    margin: 0px;
    
}

/*
.page[rel="home"] { padding-top: 285px; }
.page[rel="astris"] { padding-top: 200px; }
.page[rel="services"] { padding-top: 17px; }
.page[rel="director"] { padding-top: 95px; }
.page[rel="contact"] { padding-top: 40px; }
*/

