* {
    margin: 0px;
    padding: 0px;
}

body {
    padding: 10px 0px;
        background-image: url('images/border.jpg');
    background-color: #0c070d; 656565;
    color: #c2bebe;
    font-family: verdana, arial, sans-serif;
    font-size: 16px;
    text-align: center;
}

a {
    color: #c2bebe;
    
    background-color: inherit;
    text-decoration: underline;
}

a:hover {
    color: #9f4348;
    background-color: inherit;
}

span {
    display: none;
}

img {
    border: none;
}

ul {
    list-style-type: none;
}

li {
    list-style-type: none;
}

p {
    padding: 14px 0px 5px;
    text-align: justify;
    line-height: 17px;
    clear : both;
    float : none;
}

.centeralign {text-align:center}

.clearthis {
    margin : 0px;
    height : 1px;
    clear : both;
    float : none;
    font-size : 1px;
    line-height : 0px;
    overflow : hidden;
    visibility: hidden;
}


#container {
    margin: 0px auto;
    width: 777px;
    background: url('images/container_background.gif') #0c070d repeat-y 0px 0px;
    color: inherit;
}

.thumbnail {
    padding: 10px 0px;
}

.thumbnail img {
    border: #5c5b5c 1px solid;
}


/* Page Title */

#page_title {
        padding-bottom: 1px;
    width: 385px;
    height: 213px;
    background-image: url('images/background.gif');
    background-repeat: repeat-x;
    background-position: 0% 100%;
    overflow: hidden;
    float: right;
}

#page_title h1 {
    width: 385px;
    height: 211px;
    background: url('images/contact.gif') #261f15 no-repeat 50% 50%;
    color: #cf7235;
}


/* Page Image */

#page_image {
    width: 390px;
    height: 483px;
    background: url('images/diva-image.jpg') #09070a no-repeat 0px 100%;
    color: inherit;
    overflow: hidden;
}


/* Left Column */

#left_column {
    width: 390px;
    font-size: 16px;
    float: left;
}

#left_column h2 {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: inherit;
    color: #d26a36;
}


/* Right Column */

#right_column {
    padding-bottom: 20px;
    width: 385px;
    background-color: #261f15;
    color: inherit;
    float: right;
    clear: right;
}

#right_column h2 {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: inherit;
    color: #c7c7c7;
}

#right_column p {
    padding-top: 20px;
}


/* Page Menu */

#page_menu {
    padding: 5px 0px;
    width: 390px;
    background: #0c070d repeat-x 0% 0%;
    color: #c2bebe;
}

#page_menu a {
    background-color: inherit;
    color: #c2bebe;
    text-decoration: none;
}

#page_menu a:hover {
    background-color: inherit;
    color: #fff;
}

#page_menu li {
    padding: 0px 2px 2px;
    float: left;
}

#page_menu li a {
    display: block;
    width: 0px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

#page_menu li#menu1 a {
    margin-right: 0px;
    width: 373px;
}

#page_menu li a span {
    padding-top: 70px;
    display: block;
}

#menu1 a {
    background-image: url('images/faq-button.jpg');
    height: 67px;
}


/* About Us */

#aboutus {
    padding: 15px 28px 0px;
    background: url('images/background.gif') #050505 repeat-x 0px 0px;
}

#aboutus h2 {
    margin-bottom: 5px;
    height: 35px;
    background-image: url('images/aboutus.gif');
}


/* Latest CD */

#latestcd {
    padding: 10px 25px;
    background-image: url('images/background.gif');
    background-repeat: repeat-x;
    background-position: 0% 100%;
}

#latestcd h2 {
    height: 35px;
    background-image: url('images/cd_heading.gif');
}

/* Latest News */

#latestnews {
    padding: 0px 25px;
    font-size: 12px;
}

#latestnews h2 {

}


/* Page Footer */

#page_footer {
    margin-left: 392px;
    width: 384px;
    padding: 9px 0px;
    background: url('images/background.gif') #261f15 repeat-x 0px 0px;
    color: #666;
    clear: both;
    font-size: 10px;
    line-height: 11px;
}

