html {
	font-family: verdana, arial, helvetica, sans-serif;
	height:100%; 
} 
body {
	margin: 25 0 0 15;
	padding: 0;
	color: #000;
	text-align: center;
	font-size: 78%;
	background:#FFFFFF;
}
#main {
  width: 720px;
  margin: 0 auto;
  background: white;
}

#domain {
  margin:0 auto;
  background:#FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 28px;
  text-align: left;
  color: #0033CC;
  float: left;
}

#domainforsale {
  margin-top: 10px;
  margin-right: 3px;
  font-size: 10px;
  float: right;
}

#domainforsale a {
  text-decoration: none;
  color: blue;
}

#navigation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 120%;
  text-align: left;

}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}

#navigation li {
  width: 143px;  
  display: inline;
  background-color: white;
}

#navigation a.unselected:link, #navigation a.unselected:visited {
  width: 143px;  
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  border-left: 1px solid white; 
  border-color: white;    
  background-color: #3D84E6; 	 
  padding-top: 2px;
  padding-bottom: 2px; 	
}

#navigation a.selected:link, #navigation a.selected:visited {
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  width:143px;  
  border-left: 1px solid white; 
  border-color: white;    
  background-color: #F35834;
  padding-top: 2px;
  padding-bottom: 2px; 	
}

#navigation a.unselected:hover {
  background-color: #F35834;
  width: 143px;
} 

#content {

}
#contentbody {
  float: left;
  text-align: left;
  padding-top: 20px;
  padding-left: 0px;
  width: 500px;
  line-height: 12pt;
 
}
#ads {
  float: right;
  text-align: right;
  padding-top: 20px;
  width: 200px;
}
.largeprint {
   font-size: 160%;
   text-align: left;
}
