html {
    height : 100%;
}

body {
    background-color : #9a9; //#ada;
    margin : 0;
    padding-top : 40px;
    text-align : center;
    font-family : Verdana;
}

.main_column {
    border : 3px solid #fff;
    background-image : url('/images/background_flower.jpg');
    position : relative;
    margin : 0 auto;
    width : 750px;
    height : 550px;
}

#header {
    position : absolute;
    top : 37px;
    right : 0px;
}

#site_map {
    position : absolute;
    padding-left : auto;
    padding-right : auto;
    width : 100%;
    bottom : 0px;
    left : 0px;
    font-size : 12px;
}

#copyright {
    font-size : 12px;
    padding-top : 5px;
    color : #676;
}

#gallery {
    position : absolute;
    z-index : 100;
    top : 271px;
    right : 34px;
}

#services {
    position : absolute;
    z-index : 100;
    top : 346px;
    right : 34px;
}

#packages {
    position : absolute;
    z-index : 100;
    top : 423px;
    right : 34px;
}

#contact {
    position : absolute;
    z-index : 100;
    top : 500px;
    right : 34px;
}
.nav {
    opacity : .7;
}
.nav:hover {
    opacity : 1;
    cursor : hand;
}

a img{
    border : 0px;
}

/* CONTACT PAGE */
#contact_text {
    color : #777;
    font-family : Verdana;
    font-size : 18px;
    width : 410px;
    margin : 0 auto;
    padding-top : 200px;
    line-height : 40px;
}

/*PACKAGES PAGE*/
.package {
    font-family : Verdana;
    font-size : 14px;
    text-align : left;
}

.package .title {
margin-left : 20px;
margin-right : 20px;
background-color : #ccc;
color : #777;
    text-align : center;
    font-size : 18px;
}

#packages_text {
    color : #777;
    position : relative;
    top : 140px;
    text-align : left;
}

#basic {
    position : relative;
    top : 0px;
    left : 0px;
    width : 375px;
}
#traditional {
    position : absolute;
    top : 0px;
    right : 0px;
    width : 375px;
}
#deluxe {
    position : absolute;
    top : 150px;
    left : 0px;
    width : 375px;
}
#alacarte {
    position : absolute;
    top : 150px;
    right : 0px;
    width : 375px;
}

#services_text {
    font-family : Verdana;
    font-size : 13px;
    color : #333;
    position : relative;
    top : 120px;
    text-align : left;
    padding-left : 5px;
    padding-right : 5px;
    height : 390px;
    width : 650px;
    left : 50px;
    overflow : auto;
    border : 1px solid #ccc;
background-color : #fff;
//opacity : .6;
}

.service {
    padding-top : 5px;
    padding-bottom : 5px;
}

.service_section {
    text-align : center;
    font-size : 18px;
    border-bottom : dotted 1px #999;
color : #666;
//    color : #860000;
}

.service .name{
    color : #860000;
    font-size : 16px;
//    font-weight : bold;
//    font-style : italic;
    padding-right : 10px;
}

/*GALLERY PAGE*/
#main_image {
    padding-top : 115px;
    padding-left : 50px;
}

#main_image.wide {
    padding-top : 165px;
    padding-left : 16px;
}

#gallery_text {
    text-align : left;
}

#gallery_text img {
    padding : 0;
    margin : 0;
    border : 0px solid #000;
}

.thumbnails {
    position : absolute;
    right : 5px;
    top : 140px;
}

.thumbnails td {
    text-align : center;
    padding : 0px 13px 0px 13px;
}

.thumbnails td.wide {
    padding : 13px 0px 13px 0px;
}
