body{

    background: url("../images/koru.png") #7c9d24 repeat-y;
    font-family: sans-serif, bitstream-vera, arial, helvetica;
    text-align: center;
}

a{
 color: #e2f351;   

}




#container{

    margin: 0px;
    padding: 0px;
    

}

#header{

    margin: 0px;

}

#leftCol{

    float: left;
    width: 150px;

    text-align: center;
}

#logo{

    background: url("../images/logo-greens-square-s-button.gif");
    width: 150px;
    height: 70px;
    margin: 0px auto;
    
}

#title{
    background: url("../images/logo-kotau.png");
    margin: 10px auto;
    width: 600px;
    height: 300px;

}




#linksTop{
    margin: 10px 0px 0px 0px;
    background: url("../images/links-curve-top.gif") !important;
    background: url("../images/links-curve-top.gif") no-repeat 0px 2px;
    padding: 0px;
    height: 22px;
    width: 150px;
}
#linksBottom{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background: url("../images/links-curve-bottom.gif") no-repeat;
    height: 22px;
    width: 150px;
}

#links{

    margin: 0px auto;
    padding: 10px 0px !important;
    padding: 0px;
    background: #637b1c;
    width: 150px;
    color: #9ca721;

}

#links ul{
    
    list-style: none;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;


}

#links ul li a{

    color: #9ca721;
    text-decoration: underline;
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    
}

#links h3{

    padding: 0px 10px;
    color: #b3bf2b;

}


#links h4{

    padding: 0px 10px;
    color: #b3bf2b;

}

#content{

    margin: 20px 0px 10px 180px;
    text-align: center;

}



#blurbTop{
    display: normal !important;
    display: none;
    margin: 0px auto;
    margin-top: 10px;
    background: url("../images/blurb-bg-fade-top.png") no-repeat 20px 2px;
    padding-right: 20px;
    height: 24px;
    width: 500px;
}
#blurbBottom{
    display: normal !important;
    display: none;
    margin: 0px auto;
    margin-bottom:10px;
    padding-right: 20px;
    background: url("../images/blurb-bg-fade-bottom.png") no-repeat 20px 0px; 
    height: 24px;
    width: 500px;
}


#blurb{

    margin: 0px auto;
    background: url("../images/blurb-bg-fade.png") repeat-y 20px 0px !important;
    background: #b0b142;
    padding: 10px;
    width: 500px;
    font-size: 12px;


}

#blurb p{
    text-align: justify;
}

#centered{
    
    margin: 0px auto;

}


#footer{
    margin: 50px auto;
    padding: 2px;
    background: #42683a;
    width: 400px;
    color: #779b18;
    text-align: center;
    font-size: 12px;
    font-weight: bold;

    
}
