@charset "UTF-8";
/* CSS Document */
#global-menu,
.access,
.header .module,
#global-sidemenu,
.swf-holder,
.top,
.ui-selectmenu-menu,
#global-affiliates,
#global-breadcrumb,
#global-internal-copyright ul {
  display: none !important;
}

body, 
.wrap,
.container,
.header,
.content,
.column, 
.footer {
  float: none !important;
  width: 14cm;
  margin: 0 auto !important;
  padding: 0 !important;
}
#logo {
	background: #0b87c6;
	border: 0 !important;
}
.header {
	margin-bottom: 1em !important;
}
.content {
	margin: 1em auto !important;
	display: block;
}
hr {
	color: #CCC;
	background-color: #CCC;
	width: 100%;
	border: 0;
	border-top: 1px solid #CCC;
	height: 2px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background: white;
}
a:link, a:visited {
	color: #0b87c6;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
.content a:link:after, 
.content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
.content a[href^="/"]:after {
   content: " (http://www.keys2drive.com.au" attr(href) ") ";
}
.content h1,
.content h2,
.content h3 {
	color: #0b87c6;
}





