﻿body {
    margin:0; padding:0;
    background: #660733;
}

div { margin:0; padding:0; }
img { border:none; }

a:focus {outline: none; }

.clear { clear:both; }

#divMainHolder {
    width:938px;
    margin: 40px auto 0 auto;
    position:relative;
}

#divMain {
    width:936px;
    height:490px;
    border: solid 1px #F53135;
    z-index:101;
}

#divBorderTL { z-index:102; background: url(../images/main-topleft.gif) no-repeat; width:11px; height:11px; position:absolute; top:0px; left:0px; }
#divBorderTR { z-index:102; background: url(../images/main-topright.gif) no-repeat; width:11px; height:11px; position:absolute; top:0px; right:0px; }
#divBorderBL { z-index:102; background: url(../images/main-bottomleft.gif) no-repeat; width:11px; height:11px; position:absolute; bottom:0px !important; bottom:-9px; left:0px; }
#divBorderBR { z-index:102; background: url(../images/main-bottomright.gif) no-repeat; width:11px; height:11px; position:absolute; bottom:0px !important; bottom:-9px; right:0px; }

#divContentArea {
    width: 862px;
    margin: 40px auto;
}

#divLeftColumn {
    width: 289px;
    height: 410px;
    float: left;
}

#divRightColumn {
    width: 560px;
    height: 410px;
    float: left;
}

#divMenu {
    margin: 5px 0 21px 0;
}

#divMenu img { margin:0 5px 0 0; }

#divHomepageImage {
    width:300px;
    height:252px;
    position:absolute;
    left:1px;
    bottom:1px;
    /*background: url(../images/homepage-graphic.jpg) no-repeat;*/
    z-index:100;
}

#divBorderedRight {
    border-left: solid 2px #3B0107;
    height: 410px;
    font-size: 11px;
    font-family:Arial;
    color:#FFFFFF;
    padding: 0 0 0 44px;
}

#divBorderedRightText {
    border-left: solid 2px #3B0107;
    height: 341px;
    font-size: 11px;
    font-family:Arial;
    color:#FFFFFF;
    padding: 69px 0 0 44px;
}

#divBorderedRightText img {
    margin-left:-2px;
    margin-top:5px;
}

.thumbnail_item {
    float:left;
    margin: 0 3px 2px 0;
}

#divGalleryMain {
    width: 521px;
    height: 410px;
    position:relative;
}

#imgLoader {
    margin: 180px 0 0 225px;
}

.divGalleryMainFrame {
    position:absolute;
    left:0px;
    top:0px;
    width: 521px;
    height: 410px;
}

.input_txt {
    border: solid 1px #F63233;
    width: 238px;
    height: 16px;
    margin-bottom:3px;
    background: #D7D7D7;
}

.contact_left_col {
    vertical-align:top;
}

#divSubmitButton {
    float:right;
    margin: 20px 0 0 0;
}

.req_field_star {
    font-size:16px;
    margin-bottom: 3px;
    color:#9F2D2D;
}