body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #000000;

	background-color: #FFFFFF;

	margin: 20px 20px 40px 20px;

}



a {

	color: blue;

}



a:hover {

	text-decoration: none;

}



#wrapper {

	margin: 0 auto;

	width: 800px;

	padding: 20px 20px 40px 20px;
	
	border-top: 1px solid silver;

	border-left: 1px solid silver;

	border-right: 1px solid silver;

	border-bottom: 1px solid silver;



}



#title {

}



.bigfont {

	font-size: 16px;

	font-weight: bold;

}



#nav {

	clear: both;

	position: relative;

	width: 100%;

	/*height: 3em;*/

}



#nav ul {

	margin: 0;

	padding: 0;

	position: absolute;

}



#nav ul li  {

	display: inline;

	list-style: none;

}



#nav ul a,#nav ul a.selected {

	display: block;

	float: left;

	padding: 1px 8px 1px 8px;

	margin: 0 2px 0 0;

	text-align: center;

	text-decoration: none;

	font-weight: bold;

	border: 1px solid #CCCCCC;

}



#nav ul a {

	background: #99CCFF;

	color: #333333;	

	font-weight: normal;

}



#nav ul a:hover, #nav ul a.selected {

	background: #FFFFFF;

	color: #333333;	

}



#copy h2 {

	border-bottom: 1px dashed silver;

}



#copy .address {

	float: right; 

	width: 200px; 

	padding: 20px; 

	margin-left: 20px; 

	margin-bottom: 10px; 

	border: 1px solid silver; 

	background: #E7E7E7;



}



#copy .specs {

	float: right; 

	width: 200px; 

	padding: 20px; 

	margin-left: 20px; 

	margin-bottom: 10px; 

	border: 1px solid silver; 

	background: #E7E7E7;



}



#copy .how {

	padding-top: 20px;

	border-bottom: 1px dashed silver;

	font-weight: bold;

}




