/* Layout Stylesheet */ 

body {
 margin:0 auto;
 text-align:center;
 background-image:url('../images/bg.jpg');
 background-repeat: repeat-x;
 background-color:#000;
}

#container {
 margin:0 auto;
 position:relative;
 width:900px;
 height:100%;
 background-image:url('../images/bgline.jpg');
 background-repeat: repeat-y;
 background-color:rgb(0,0,0);
 border-left: 5px solid rgb(63,62,60);
 border-right:5px solid rgb(63,62,60);
}

#header {
 position:relative;
 width:900px;
 height:179px;
 clear:both;
 padding-top:0px;
}

#navbartop {
 position:relative;
 width:900px;
 height:37px;
 overflow:hidden;
 text-align:center;
 clear:both;
 background-image:url('../images/navbg.jpg');
}

#navbottomline {
 height:7px;
 width:900px;
 background-color:rgb(61,61,59);
 clear:both;
}

.navitem {
 float:left;
 padding-top:11px;
}

.navspacer {
 float:left;
 margin-top:6px;
 padding-left:4px;
 padding-right:4px;
}

#topline {
 line-height:6px;
 height:6px;
 width:900px;
 background-color:rgb(63,62,60);
}

#banner {
 position:relative;
 clear:both;
 width:900px;
 height:222px;
 background-color:rgb(253,247,233);
}

#detail {
 position:relative;
 clear:both;
 width:900px;
 height:260px;
 background-color:rgb(186,155,108);
 margin-top:9px;
 margin-bottom:9px;
 overflow:hidden;
}

.detailbox {
 width:296px;
 height:214px;
 float:left;
 position:relative;
 background-color:rgb(75,63,41);
 border-style:solid;
 border-width:1px;
 border-color:#fff;
 text-align:left;
}

#detailboxsub {
 width:488px;
 height:272px;
 float:left;
 position:relative;
 background-color:rgb(36,36,36);
 text-align:left;
 border:0;
 padding:0px;
 margin:0px;

}

.detailboxbanner {
 top:0px;
 left:0px;
 width:246px;
 height:23px;
 float:left;
 position:absolute;
 margin-top:7px;
 text-align:left;
 background-color:rgb(129,100,58);
 border-style: solid;
 border-color: #fff;
 border-width: 1px 1px 1px 0px;
 line-height:17pt;

}

.detailboxspacer {
 float:left;
 position:relative;
 width:3px;
}

#scroller {
 position:relative;
 text-align:left;
 float:right;
 width:487px;
 clear:right;
}

#bottomline {
 height:12px;
 width:900px;
 background-color:#220a09;
 clear:both;
}

#prefooter {
 clear:both;
 width:900px;
 height:220px;
 background-color:rgb(0,0,0);
 margin-top:6px;
 overflow:hidden;
}

.prefooterbox {
 width:296px;
 height:117px;
 float:left;
 position:relative;
 background-color:rgb(0,0,0);
}

.prefooterboxbanner {
 width:296px;
 height:30px;
 float:left;
 position:relative;
 text-align:left;
 background-color:rgb(253,247,233);
}

.prefooterboxspacer {
 float:left;
 position:relative;
 width:3px;
}

#footer {
 position:relative;
 clear:both;
 width:900px;
 height:28px;
 background-color:rgb(112,32,31);
}