@charset "utf-8";
/* CSS Document */

body {

background-color:#000000;

}

#contentwrapper {

width: 790px;
height: 638px;
background-color:#000000;

}

#mainflash {

width: 785px;
height: 350px;

}

#offerboxesholder {

width: 790px;
height: 143px;

}

#offerboxes {

width: 196px;
height: 143px;
float: left;

}

#menu {

width: 785px;
height: 34px;

}

#bottompage {

width: 785px;
height: 254px;

}

#leftcontent {

width: 295px;
height: 199px;
padding-left: 50px;
padding-right: 50px;
padding-bottom: 50px;
padding-top: 5px;
background-image: url(images/text_content_bg.jpg);
background-repeat: no-repeat;
float: left;

}

#rightcontent {

width: 390px;
height: 254px;
background-image: url(images/bottom_right_bg.jpg);
background-repeat: no-repeat;
float: left;

}

#gallerybox {

width: 785px;
height: 244px;
background-image: url(images/gallery_bg.jpg);
background-repeat: no-repeat;
float: left;

}

#galleryboxcontent {

width: 710px;
height: 200px;
background-image: url(images/gallery_bg.jpg);
background-repeat: no-repeat;
overflow: auto;

}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 1em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	

