@CHARSET "ISO-8859-1";

@IMPORT url("menu.css");
@IMPORT url("titles.css");
@IMPORT url("style.css");

body {
	background:#000 url(../images/rig2.jpg) repeat left top;
	text-align:center;
	margin: 0 0 0 0;
}

#outer {
	/*position:relative;
	margin:0 auto;*/
	width:1000px;
	height:1390px;
}

#skull {
	position:absolute;
	left:0px;
	top:100px;
	width:310px;
	height:313px;
	background:transparent url(../images/head.gif) no-repeat left top;
}

#skull a {
	display:block;
	width:310px;
	height:313px;
}

#skull span {
	display:none;
}

#logo {
	position:absolute;
	background:url(../images/RigorBanner.jpg) no-repeat;
	left:310px;
	top:0px;
	width:900px;
	height:200px;
}

#logo h1 {
	display:none;
}

#rightBar {
	position:absolute;
	background:url(../images/rigormortis3_03.gif);
	left:1190px;
	top:150px;
	width:177px;
	height:1391px;
}

#menuBar {
	position:absolute;
	left:0px;
	top:413px;
	width:290px;
	height:328px;
}

#content {
	position:absolute;
	left:310px;
	top:200px;
	width:900px;
	/*height:1039px;*/
	text-align:left;
	padding:0;
	/*background-color:red;*/
}

#about {
	position:absolute;
	left:310px;
	top:200px;
	width:870px;
	/*height:1039px;*/
	text-align:left;
	padding:0;
	/*background-color:red;*/
}

#leftBar {
	position:absolute;
	background:url(../images/rigormortis3_07.gif);
	left:0px;
	top:741px;
	width:310px;
	height:750px;
}

div.topleft {
  text-align:left; 
  LEFT: 10px;	
  WIDTH: 300px;	
  POSITION: absolute;	
  TOP: 10px;	
  HEIGHT: 90px
}

.label {
  float:left; 
  /*margin:5px;*/ 
  padding:5px 0 5px 5px; 
  width:300px; 
  text-align:center;
  border-right:1px dashed #900;
  /*height:1000px; 
  overflow:scroll;
  scrollbar-3dlight-color:#900;
  scrollbar-arrow-color:#900;
  scrollbar-base-color:black;
  scrollbar-darkshadow-color:#900;
  scrollbar-face-color:black;
  scrollbar-highlight-color:#900;
  scrollbar-shadow-color:#900;
  scrollbar-track-color:black;*/ 
}

div.release {
  float:left; 
  width:300px;
  text-align:left;
  vertical-align:top;
}

.labelpic {
  float:left;
  vertical-align:top;
}

div.labelinfo {
  position:relative;
  left:10px;
  font-size:12px; 
} 

div.label_hr {
  float:left;
  width:100%;
  text-align:center;
}

.hide {
	display:none;
}

.boxFloatLeft {
	float:left;
	padding:5px;
	border:solid 1px #fff;
}
