    body{
	margin:0;
	font-family: verdana, geneva,helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	background-color: #333333;
	}
	
	a {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size: 10px;
	}
	
	a:hover {
	color: #000000;
	text-decoration:underline;
	}
	
	a:visited {
	color:#333333;
	}

	strong {
	font-size: 1.em;
	font-weight: bold;
	color: #ffffff;
	}

	h3{
	color: #ffffff;
	font-weight: bold;
	padding-top: 20px
	}
	
	
	#header {
	position:relative;
	background-image: url('images/header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height:93px;
	padding-left: 0px;
	}
	
	h3 {
	padding-top: 20px;
	}
	
	#nav {
	height:14px;
	width:100%;
	padding-left: 0px;
	background-color: #ffffff;
	}
	
	#content {
	background-image: url('images/tubes.gif');
	background-repeat: repeat-y;
	background-position: top left; 
	min-height:455px;
	background-color: #666666;
	position: relative; 
	top:-12px;
	padding-left: 110px;
	}
	
	#content p{
	width:490px;
	}

