/* 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: 602px;
 margin: 0px;
 padding: 0px;
 background: #F8E7CD url(img/galleries/gallery/singlegall.jpg);
 overflow: hidden;
}

#main h2 {
 padding: 115px 0px 0px 200px;
 margin: 0px 0px 0px 0px;
 font-size: 16px;
 font-weight: normal;
 letter-spacing: 0.1em;
 color: #FFFFCC;
}

#main h3 {
 margin: 40px 0px 0px 80px;
 padding: 0px;
 font-size: 13px;
 color: #FFFFFF;
 width: 300px;
}

#player {
 width: 360px;
 height: 270px;
 padding: 0px;
 margin: 0px;
 color: #ffffff;
}

#gallery {
 width: 685px;
 margin: 18px 0px 0px 45px;
 padding: 0px;
 overflow: hidden;
}

#column1 {
 width: 360px;
 float: left;
 overflow: hidden;
 padding: 0px;
 margin: 0px 41px 0px 0px;

}

#column2 {
 width: 260px;
 float: left;
 overflow: hidden;
 padding: 0px;
 margin: 0px 0px 0px 0px;
}


#text {
 width: 260px;
 height: 203px;
 margin: 0px;
 padding: 0px;
 float: left;
 overflow: hidden;
 line-height: 115%;
}

#text p {
 margin: 5px 5px 0px 5px;
 padding: 0px;
 font-size: 13px;
 text-align: justify;
}

#buttons {
 width: 260px;
 height: 67px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 float: left;
 overflow: hidden;
 backgrpund: $f00;
}

img.button {
 border: 0px;
 width: 260px;
 height: 67px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}