h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
}
.subTitle {
	margin-top: -20px;
	font-size: 135%;
	margin-left: 1em;
	margin-right: 4.5em;
}
#bryTaxi {
	margin-left: -10px;
}
#accreds {
	margin-right: 1em;
}

#bodydiv {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	position: relative;
	padding-left: 1em;
	top: 130px;
	margin-bottom: 130px;
	padding-bottom: 130px;
}
#pagemid {
	text-align: center;
	border: 1 solid red;
}
#containingtable {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#contactTable {
	margin-left: 2em;
	margin-top: 15px;
}
h2 {
	margin-bottom: -10px;
}
.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#topmenu {
	top: 105px;
	padding-left: 370px;
	padding-bottom: 5px;
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 160px;
	margin-top: 20px;
	margin-bottom: 130px;
	padding-bottom: 130px;
}
#mainbody {
	margin-left: 165px;
	margin-top: 15px;
	max-width: 40em;
}
#maincell {
	width:expression( 
    	document.body.clientWidth > (500/12) * 
    	parseInt(document.body.currentStyle.fontSize)?
        "40em":
        "auto" );
}
#copyright {
	font-size: small;
	text-align: center;
	color: #333333;
}
#bodyback2{
	position: relative;
	z-index: -10;
}
body {
  margin: 0px;
  border: 0px;
}
#intro {
	position: relative;
	z-index: 200;
}
#afterintro {
	position: relative;
	z-index: 100;
	width: 100%;
	background-attachment: scroll;
	background-image: url(../images/taxistretched.jpg);
	background-repeat: no-repeat;
}
a.nearlyhidden {
	color: #000000;
	text-decoration: none;
}
a.nearlyhidden:hover {
	color: #0000DD;
	text-decoration: underline;
}

div.ad {
	padding: 8px;
	border: 1px solid #E3E3E3;
	background-image: url(../images/advert.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}