/* background properties                         */
/* color: #000000                                */
/* image: url(relative/path/to/image.ext)        */
/* repeat: no-repeat, repeat, repeat-x, repeat-y */
/* attachement: scroll, fixed                    */
/* position of the background                    */
/* vertical: top, center, bottom                 */
/* horizontal: left, center, right               */


body {
 text-align: center;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 background: #660000 url(img/galleries/bg/bg.gif) repeat-x scroll top center;
 font-family: tahoma;
}

/* width of the website is 750px excluding the border */
#container {
 text-align: left;
 width: 750px;
 margin: 0px auto 0px auto;
 background-color: #660000;
 overflow: hidden;
}

/* main                                                     */
/* width must be the same as the width of the container     */

#main {
 width: 750px;
 height: 531px;
 margin: 0px;
 padding: 0px;
 background: #F8E7CD url(img/galleries/gallery/singlegall.jpg);
 overflow: hidden;
}

#main h2 {
 padding: 90px 0px 0px 0px;
 margin: 0px 0px 0px 120px;
 font-size: 16px;
 font-weight: normal;
 letter-spacing: 0.2em;
 color: #330066;
 width: 450px;
}

#player {
 width: 360px;
 height: 270px;
 padding: 0px;
 margin: 0px;
 color: #ffffff;
}

#gallery {
 width: 700px;
 margin: 25px 0px 0px 26px;
 padding: 0px;
 overflow: hidden;

}

#column1 {
 width: 360px;
 float: left;
 overflow: hidden;
 padding: 0px;
 margin: 0px 0px 0px 0px;

}

#column2 {
 width: 340px;
 float: left;
 overflow: hidden;
 padding: 0px;
 margin: 0px;

}


#text {
 width: 326px;
 height: 198px;
 margin: 0px;
 padding: 0px;
 float: right;
 overflow: hidden;
 line-height: 115%;

}

#text h3 {
 font-size: 13px;
 margin: 0px;
 padding: 5px 5px 0px 5px;
 color: #660033;
}

#text p {
 font-size: 13px;
 margin: 0px;
 padding: 0px 5px 5px 5px;
 color: #660033;
 text-align: justify;
}

#buttons {
 width: 340px;
 height: 74px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 float: left;
 overflow: hidden;
}

img.button {
 border: 0px;
 width: 328px;
 height: 74px;
 float: right;
}