/* CSS Document */
* {margin:0; padding:0;} 
  
  body {
  margin:0;
  margin-right:10;
  padding:0 0 0 10;
  background:#000000;
  font: 12px Verdana, arial, sans-serif;
  
  }
  
  p{
  padding-bottom:8px;
  padding-top:5px;
  }
  
  li{
  padding-left:5px;
  margin-left:15px;
  }
  
  #header {
  top:0;
  left:0;
  height:182px;
  /* min-width is mine */
  min-width:920px;
  background:url(images/toptile.jpg);
	background-repeat:repeat-x;
	max-width:1140px;
  
  }
  #headline{
  margin-left:464px;
	min-height:76px;
	background-image: url(images/rightbg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
	padding-right:30px ;
	min-width:195px;
	}
 

  
  #nav-one {
  position:absolute;
  top: 182px;
  left:0;
  width:464px;
  background-image:url(images/left.jpg);
  background-repeat:repeat-y;
  z-index: 0;
 
 /* color: maroon;
  border:0px solid #c0c0c0;
  text-align: right; */
  }
  
  #main {
	margin-left:385px;
	min-height:355px;
	background-image: url(images/rightbg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
	padding-right:30px ;
	padding-top:10px;
	min-width:300px;
	z-index:1;
  }

  #nonFooter
	{
		position: relative;
		min-height: 450px;
		background-color:#FFFFFF;
		background-image:url(images/left.jpg);
		background-repeat:repeat-y;
		border-left: 0px;
		border-right: 0px;
		border-color:#000000;
		width:100%;
		max-width:1140px;
		min-width:660px;
	}

	* html #nonFooter
	{
		height: 100%;
	}
	
  #footer {
	width:100%;
	max-width:1140px;
	min-width:660px;
	text-align:center;
	/*margin-top:20px;
	padding: 0.5em; */ 
	background:url(images/bottombar.jpg);
	background-repeat: repeat-x;
	color:#FFFFFF;
	font-size:12px;
  }
	/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footer
	{
		margin-top: -7.4em;
	}

#trr {
	position:absolute;
	right:0px;
	top:143px;
	z-index:1;
	visibility: visible;
	width: 96px;
	height: 88px;
}

#featprod {
	border:3px solid #000000;
	position:absolute;
	top:450px;
	left:180px;
	width:130px;
	height:130px;
	background-color: #FFFFFF;
	padding: 5px;
	overflow: hidden;
	visibility: visible;
	z-index: 1;
}
 
#coinfo_bar {
position:absolute;
top: 220px;
left: 400px;
width: 588px;
height: 52px;
z-index: 2;
}

#logo{
	border:0;
	position:absolute;
	top:550px;
	left:110px;
	width:200px;
	background-color: #FFFFFF;
	padding: 5px;
	overflow: hidden;
	visibility: visible;
	z-index: 100;
	font-size: smaller;
	text-align:center;
	}
 
/* #mission {
	border:1px dashed #CCCCCC;
	position:absolute;
	top:508px;
	left:129px;
	width:174px;
	background-color: #FFFFFF;
	padding: 5px;
	overflow: hidden;
	visibility: visible;
	z-index: 1;
	color:#666666;
} */

#item{
	font-size:14px;
	text-transform: capitalize;	
}
#item a{
font-weight:bold
}