body{
	background-color:#000000;
	background-image:url('images/background.gif');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	font-family:verdana;
	font-size:12px;
	color:#ffffff;
}
#wrap{
	text-align:center;
}
.goRight{
	float:right;
}
a{
	color:#D2D061;
	font-size:14px;
}
p{
	margin-top:0px;
	margin-bottom:10px;
}
#innerwrap{
	text-align:left;
	width:928px;
	margin:0 auto;
}
h1{
	margin-top:0px;
	text-align:center;
	color:#d2d061;
	font-weight:normal;
	text-transform:uppercase;
	font-size:24px;
}

#media_movie
{
  height:250px;
}

#navTable, #footer{
	border-top:3px solid #2e801f;
	border-bottom:3px solid #2e801f;	
}
dt{
	font-size:16px;
	font-weight:bold;
}
dd{
	margin-top:5px;	
	font-size:12px;
	margin-bottom:15px;
	margin-left:0px;}
#footer{
	font-size:11px;
	color:#394809;
	line-height:36px;
	text-align:center;
	background-image:url("images/footer.png");
	width:928px;
	height:59px;
}
#bodyContent{
	background-image:url('images/transparent.png');
	padding:30px;

}
.leftCol{
	width:415px;	
	text-align:justify;
	display:block;
	
}
.leftCol img, img.inLine{
	margin-right:10px;
	margin-bottom:10px;	
}
.bookData, .data{
	width:415px;
	float:right;
	text-align:left;
}
.bookData, .data, .leftCol, .singleCol{
	color:#ffffff;
	font-size:12px;
}
button a{
	text-decoration:none;
	color:#000000;
}
.fieldTitle{
	display:block;
	font-size:16px;
	text-decoration:underline;
}
.creditLine{
	margin-bottom:20px;
}
.synopsis{
	text-align:justify;
	display:block;
}
.getinfo .fieldTitle{
	text-decoration:none;
}
.buyNowButton{
	font-size:16px;
}
.galleryData ul, li{
	list-style-type:none;
	margin:0px;

}
.galleryData ul{
	padding-left:20px;	
}
.galleryData li{
float:left;
	margin-right:10px;
	padding-bottom:10px;
}
.fakebutton {
    border: 2px outset #000000;
    background-color: #f0f0f0;
    text-decoration: none;
    padding: 12px;
    color:#000000;
}

.largerFont
{
  font-size: 1.1em;
}

.linksListCat {
  margin-top:10px;
  margin-bottom:10px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
* html img,
* html .png {
  azimuth: expression(
    this.pngSet?
      this.pngSet=true : 
        (this.nodeName == "IMG" ? 
          (this.src.toLowerCase().indexOf('.png')>-1 ? 
            (this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
                this.src = "images/blank.gif") :
            '') :          
          (this.currentStyle.backgroundImage.toLowerCase().indexOf('.png')>-1) ?
            (this.origBg = (this.origBg) ? 
              this.origBg :             
              this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
              this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
              this.runtimeStyle.backgroundImage = "none") :
            ''
        ), this.pngSet=true
  );
}



