html, body {
	background: #000;
	font-family: monospace;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	color: #f60; 
}

a:link {color: #999;}
a:visited {color: #999;}
a:active {color: #fff;}
a:hover {color: #999;}
a {text-decoration: none;}

input {
	background-color: #000;
	font-size: 10px;
	font-family: helvetica; 
	color: #fff;
	line-height: 12px;
}

textarea {
	background-color: #000;
	font-size: 10px;
	font-family: helvetica; 
	color: #fff;
	line-height: 12px;

}

#wrapper {
	margin: 5px auto;
	width: 780px;
	text-align: left;
}

#head{
	background: url(images/logo_background.jpg) no-repeat left;
	border-bottom: 1px solid #999;
	height: 135px;
	text-align: left;
	vertical-align: bottom;
}

#container {
	padding: 5px 0px;
}

#lcol {
	width: 160px;
	float: left;
}

#nav{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float:left;
}

#nav ul{
	margin: 0px;
	padding: 0px;
	width: 165px;
}

#nav ul li{
	list-style: none;
	margin: 0px 4px 2px 4px;
	border: 1px solid #999;
	font-size: 13px;
}

#nav ul li a{
	display: block;
	padding: 4px 6px;
	text-decoration: none;
}

#nav ul li a:hover{
	color: #f60;
	text-decoration: none;
}

#undernav {
	padding: 5px;
	margin-left: 5px;
	margin-top: 0px;
	height: 150px;
	border: 1px dashed #999;
}

#belownav {
	background: #333;
	padding: 4px 0px 2px 2px;
	margin-left: 5px;	
	margin-top: 100px;
	height: 150px;
	border: 1px dashed #999;
}

#quotes {
	width: 300px;
	padding: 5px;
	float:left;
}

#rcol{
	padding: 15px;
	font-size: 14px;
	margin-right: 5px;
	margin-left: 160px;
	height: 450px;
}

#clients {
	margin-top: -150px;
	float: right;
	min-height: 300px;
	width: 300px;
	background: url(images/nyc.jpg) no-repeat;	
}

#foot{
	padding: 5px;
	text-align: right;
	font-size: 11px;
	margin-top: 10px;
	border-top: 1px solid #999;
}

.clr {
	clear: both;
}

#swapspace div.active {
	padding: 5px;
}

#swapspace {
	padding: 5px;
}

a.testi {
	border: 1px solid #666; 
	padding: 2px 8px 2px 8px;

}

.text {
	color: #f60;
	background: #000;
	margin: 10px 0px 0px 10px;
	
}

.clients li{
	margin: 2px 2px 4px 2px;
}

/* formval.css */

  .info   { color: black; background-color: transparent; font-weight: normal; }
  .warn   { color: rgb(120,0,0); background-color: transparent; font-weight: normal; }
  .error  { color: red; background-color: transparent; font-weight: bold }

  .formtab TD      
          { padding: 0.2em; height: 2.5em; vertical-align: top; font-size: 90%; }
		  

#time {
	width: 150px;
	height: 150px;
	background: #f00;
}

#quote {
	border: 1px dotted #666;
	width: 149px;
	height: auto;
	position: relative;
	margin: 150px 2px 2px 4px;
	padding: 3px;
	font: 10px;
	color: #FFFF33;
}

#resume{
	border: 0px solid #333;
	text-align: left;
	width: 600px;
	height: 475px;
	overflow-y: auto;
}

#resume a {
	color: #FFFF00;
}

#resume ul{
	border: 0px solid #333;
	list-style: none;
	list-style-position: outside;
	margin: 0px;
	padding: 5px 0px;
}

#resume li{
	list-style: none;
	list-style-position: outside;
	margin-left: 20px;
	
}

#resume li li{
	list-style: disc;
	list-style-position: outside;
	margin-left: 20px;
	color: #fff;
}