body {
  background-color: #000000;
  background-image: url(images/cullencloset_layout1bg.png);
  background-repeat: repeat-x;
  color: #87e225;
  font-size: 8pt;
  font-family: tahoma;
}

#main {
  position: absolute;
  top: 510px;
  left: 0px;
  width: 490px;
  height: auto;
  border: 0px solid;
  color: #87e225;
  font-size: 8pt;
  font-family: tahoma;
  background-color: #000000;
  padding: 10px;
}

#right {
  position: absolute;
  top: 510px;
  left: 510px;
  width: 150px;
  border: 0px solid;
  color: #87e225;
  font-size: 8pt;
  font-family: tahoma;
  padding: 10px;
}

#footer {
  position: absolute;
  top: auto;
  left: 0px;
  width: 660px;
  border: 0px solid;
  color: #87e225;
  font-size: 8pt;
  font-family: tahoma;
  padding: 10px;
}

a.nav:link, a.nav:visited, a.nav:active{
	color:#87e225; 
        position:absolute;
        width:100px;
        height:15px;
	text-decoration:none;
	font-weight:normal;
        border-bottom: 1px dashed;
        border-color: #096f42;
	cursor:ne-resize;
	background-color: #000000;
	border-left: 3px solid;
	border-color: #096f42;
	padding: 5px;
}
a.nav:hover{
	color:#87e225;
        position:absolute;
        width:100px;
        height:15px;
	text-decoration:none;
	font-weight:normal;
        border-bottom: 1px dashed;
        border-color: #87e225;
	cursor:ne-resize;
	background-color: #000000;
	border-left: 3px solid;
	border-color: #87e225;
	padding: 5px;
}

a:link, a:visited, a:active{
	color:#87e225;
        border-bottom: 1px dashed;
        border-color: #096f42;
	text-decoration:none;
	font-weight:bold;
	cursor:ne-resize;
}

a:hover{
        color:#096f42; 
	text-decoration:none;
        border: 0px dashed;
	font-weight:bold;
	cursor:ne-resize;
}

textarea, input{
	font-family:tahoma;
	font-size: 8pt;
	color: #87e225;
	background:#000000;
	border: 1px solid;
	border-color:#096f42; 
}

