html {
	border: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

body {
	background-color: gray;
	background-image: url(../images/stripes1.png);
	border: 0;
	color: #B0B0B0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	font-family: sans-serif;
	font-size: 12px;
}

#container {
	background-color: black;
	background-image: url(../images/fatcircles.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

#content {
	background-color: #333333;
	float: left;
	margin: 460px 0 0 0;
	padding: 4px;
	width: 500px;
}

#leftnav {
	float: left;
	list-style-type: none;
	margin: 500px 0 0 0;
	padding: 6px;
	width: 100px;
}

A:visited {
	text-decoration: none;
	color: 	#B0B0B0;
}

A {
	text-decoration: none;
	color:  #B0B0B0;
}

A:hover {
	text-decoration: none;	
	color: 	#F0F0F0;
}

/* Spiffy Corners */
.infotext	{
	display:block;
	}
	
.infotext * {
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
	behavior: url(../inc/iepngfix/iepngfix.htc);
	background-image: url(../images/50percent.png);
	}
	
.infotext1 {
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #151515;
  border-right:1px solid #151515;
  background:#262626;
	}
	
.infotext2 {
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #050505;
  border-right:1px solid #050505;
  background:#292929;
	}
	
.infotext3 {
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #292929;
  border-right:1px solid #292929;
	}
	
.infotext4 {
  border-left:1px solid #151515;
  border-right:1px solid #151515;
	}

.infotext5 {
  border-left:1px solid #262626;
  border-right:1px solid #262626;
	}

.infotextfg {
	behavior: url(../inc/iepngfix/iepngfix.htc);
	background-image: url(../images/50percent.png);
	}

/* IE6 Hackery */
* html .infotext * {
	background: black;
}

* html .infotextfg {
	background: black;
}