
@font-face {
    font-family: 'NewsGothBold';
    src: url('../fonts/news_gothic_bold_bt-webfont.eot');
    src: url('../fonts/news_gothic_bold_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/news_gothic_bold_bt-webfont.woff') format('woff'),
         url('../fonts/news_gothic_bold_bt-webfont.ttf') format('truetype'),
         url('../fonts/news_gothic_bold_bt-webfont.svg#NewsGothBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{background-color:black;color:White;font-family:NewsGothBold,Verdana, Geneva, sans-serif;cursor:default;}
#gallery{width:850px;margin: 40px auto 0;}
#gallery{height:530px;}
#thumbs{float: left;overflow: hidden;width: 250px;padding-top: 5px;}
#thumbs img, #largeImage {cursor: pointer;}
.border{-moz-box-shadow: 0 0 8px White;	-webkit-box-shadow: 0 0 8px White;box-shadow: 0 0 8px White;}
#largeImage{display:block;cursor: default;height:432px;}
#thumbs img {height: 100%;left: 0;top: 0;}
#description { background: black; color: white; position: absolute; bottom: 0; padding: 10px 20px; width: 525px; margin: 5px;}
#panel { position: relative;float:right;width:432px;padding-top:5px;}
.thumbBox{    float: left;    height: 40px;    margin-bottom: 8px;    margin-left: 8px;    overflow: hidden;    text-align: center;    width: 40px;}
#textContent{	width:100%;	height: 432px;	font-size:10pt;}
#textContent div{	margin-bottom:10px;}
#bottomBar{	height:100px;	color:White;}
#bottomBar .textBox{	height:100%;	float:left;	width:320px;}
#contact{	float: left;    margin-left: -410px;;}
#text{	margin-top:10px;}
#title1{	float:left;margin-left: 1em;text-indent: -1em;}
#title1 div{width:200px;}
#title2{float:right;text-align:right;}
#header{cursor:pointer;margin-left: 8px;font-size: 22pt;}
#email { cursor:pointer;}
#comingSoon {	background-color:Black;	height:100%;	width: 100%;	z-index:999;	position:absolute;}
#comingSoon span{	display: block;    margin: 0 auto;    text-align: center;    width: 100px;}
#copyright{position:absolute;left:5px;bottom:5px;font-size: 8pt;}
