body {
	background:#4D7DCF;
	color:#000;
	text-align:center;/*centre for ie5 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#pageLogo
{
	padding: 0px;
	margin: 0px;
	background-image: url(/images/logo-bg.png);
	height: 120px;
	font-size: 0;
	text-align:left;
}
#container {
	width:800px;
  background-image: url(/images/sidebar-bg.png);
	margin:auto;/* centre for compliant browsers*/
	text-align:left;
}
#header {
	height:145px;
	width: 800px;
	border-bottom:0px solid #000;
	background-image: url(/images/sidebar-bg.png);
	text-align:center;
	padding: 0px;
	margin:0;
}
#left {
	margin-left:-164px;/*must be 1 pixel less than width */
	margin-top: -1px;
	float:left;
	width:160px;/* this width is the same as the margin on #middle */
	position:relative;
	left:0px;/* line it up exactly without losing pressure on footer*/
}

#middle {
	border:4px solid #000;
	background:#FFF;/* background colour of right column */
	margin-left:170px;/*this is the space for the left column */
}
#inner{
  width:100%;
	float:left;
	margin-right:-1px;
	padding: 5px 0px 10px 0px;
}/* contain cleared elements from clearing other floats*/

#footer {
	clear:both;
	border-top:1px solid #000;
	height:50px;
	background:#4D7DCF;
	text-align:center;
	font-size: 11px;
	font-weight: bold;
	color: #FFB727;
	padding: 5px 0px 0px 0px;
}

/* clear without structural mark-up from PIE website*/
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}

a:link {color:#000075; text-decoration: none}
a:visited {color: #000075; text-decoration: none}
a:active {color: #FFB727; text-decoration: none}

.columnShadow
{
	background-image: url(/images/column-shadow.gif);
	background-repeat: repeat-x;
	height: 15px;
}

#googlesearch
{
	text-align: center;
}

#driveSavers img
{
	float: left;
	padding: 0px 10px 10px 0px;
}

#dialupLookup
{
	margin: 10px auto;
	text-align: center;
}



h1 {
	color: #000;
	font-size: 19pt;
	margin: 10px 10px;
}

h2 {
	color: #000075;
	font-size: 16pt;
	margin: 10px 10px;
}

h3 {
	color: #FFB727;
	margin: 10px 10px;
}

p {
  margin: 10px 10px;
}

.indent {
  margin: 10px 10px 10px 30px;
}

.banner
{
}

.banner a img
{
	border: 0px;
	margin-left: -5px;
}