
	@media print {
		#menu, #mainsearch, .feature, #header, .welcome {
			display:none;
		}

		#footer {
			text-align:center;
		}

		table.results {
			width:100%;
			border-collapse:collapse;
			font-size:90%;
			margin:2em 0em 2em 0em;
		}

		table.results th {
			border:solid 1px #000000;
			padding:0.5em;
			font-weight:bold;
			text-align:center;
		}

		table.results td {
			border:solid 1px #000000;
			padding:0.5em;
			text-align:center;
		}

		table.results th a {
			color:#000000;
			background-color:inherit;
			text-decoration:none;
		}

		table.grid {
			width:100%;
			border-collapse:collapse;
			border:solid 1px #000000;
			font-size:100%;
			margin:0em 0em 2em 0em;
		}

		table.grid th {
			width:20%;
			border:solid 1px #000000;
			text-align:right;
			padding:0.5em;
		}

		table.grid td {
			border:solid 1px #000000;
			padding:0.5em;
		}

		table.password td {
			border:none;
		}

		table.advert {
			width:100%;
		}

		table.advert td {
			vertical-align:top;
		}

		table.advert th {
			text-align:left;
			padding:0.3em;
		}

		table.advert td.details {
			padding-left:2em;
		}

		table.advert td.details table {
			width:100%;
			height:1%;
		}

		table.advert td.details table td {
			padding:0.5em;
		}

		table.advert td.images {
			width:300px;
			text-align:center;
		}

		table.advert td.images p {
			margin-bottom:1em;
		}

		table.advert td.images img {
			margin-bottom:3px;
		}

		a img {
			border:none;
		}
	}

	@media screen {

		body {
			font-family:arial,helvetica,sans-serif;
			font-size:100%;
			color:#000000;
			background-color:lightyellow;
			background-image:url(/images/sideback.gif);
			background-repeat:repeat-y;
			margin:0em;
			padding:0em;
		}

		a:link, a:visited {
			color:#000055;
			background-color:inherit;
			text-decoration:underline;
		}

		a:hover {
			color:#990000;
			background-color:inherit;
			text-decoration:none;
		}

		table th a:link, table th a:visited, table th a:hover {
			color:#FFFFFF;
			background-color:inherit;
		}

		#header {
			height:131px;
			background-image:url(/images/topmid.gif);
		}

		#header img {
			position:absolute;
			top:0px;
			left:0px;
		}

		#menu {
			display:inline;
			float:left;
			width:161px;
		}

		#menu ul {
			list-style-type:none;
			margin:0em;
			padding:0em;
		}

		#menu ul li {
			display:inline;
		}

		#menu ul li a {
			display:block;
			width:161px;
			height:25px;
			margin:0em 0em 0.3em 0em;
			background-image:url(/images/buttons/limos4sale.gif);
		}

		#menu a.about {
			background-image:url(/images/buttons/about.gif);
		}

		#menu a.limos4sale {
			background-image:url(/images/buttons/importsrus.gif);
		}
		#menu a.search {
			background-image:url(/images/buttons/search.gif);
		}
		#menu a.finance {
			background-image:url(/images/buttons/finance.gif);
		}
		#menu a.hire {
			background-image:url(/images/buttons/hire.gif);
		}
		#menu a.directory {
			background-image:url(/images/buttons/directory.gif);
		}
		#menu a.forum {
			background-image:url(/images/buttons/forum.gif);
		}
		#menu a.limoofthemonth {
			background-image:url(/images/buttons/limoofthemonth.gif);
		}
		#menu a.limosales {
			background-image:url(/images/buttons/limosales.gif);
		}
		#menu a.sell {
			background-image:url(/images/buttons/sell.gif);
		}

		.feature {
			width:33%;
			text-align:center;
			float:left;
		}

		.feature .inner {
			width:147px;
			padding:1px;
			margin-left:auto;
			margin-right:auto;
			color:#FFFFFF;
			background-color:#000000;
		}

		.feature .inner p {
			width:147px;
			color:#FFFFFF;
			background-color:#DC001C;
			margin:0px 0px 1px 0px;
			padding:0em;
		}

		.feature a.image {
			display:block;
			width:147px;
			height:110px;
			overflow:hidden;
		}

		#mainbody {
			height:1%;
			margin:0em 0em 0em 161px;
			padding:0px 20px 20px 20px;
			font-size:80%;
		}

		h1 {
			font-family:"Franklin Gothic Medium", verdana, geneva, arial, helvetica, sans-serif;
			font-size:160%;
			font-weight:normal;
			margin:0em 0em 1em 0em;
			padding:0em;
		}

		h2 {
			font-size:100%;
			font-weight:bold;
			color:#FFFFFF;
			background-color:#000055;
			padding:0.3em;
			margin:0em;
		}

		#footer {
			height:1%;
			padding:2em;
			text-align:center;
			font-size:90%;
			color:#808080;
			background-color:inherit;
		}

		#footer ul {
			list-style-type:none;
			color:#FFFFFF;
			background-color:#E0D1BA;
			margin:0em;
			padding:0.3em;
		}

		#footer ul li {
			display:inline;
			height:1%;
			margin:0em 3em 0em 3em;
		}

		ul.columns {
			width:90%;
			padding-bottom:1.5em;
			overflow:hidden;
		}

		ul.columns li {
			float:left;
			width:15em;
			margin:0em 0em 1em 0em;
		}

		.searchbox {
			float:left;
			width:200px;
			margin:0em 2em 2em 0em;
			border:solid 1px #000000;
			color:#000000;
			background-color:#E0D1BA;
		}

		.searchbox h2 {
			color:#FFFFFF;
			background-color:#DC001C;
			font-size:100%;
			margin:0em;
			padding:0.2em;
		}

		.searchbox label {
			display:block;
			margin:0.2em;
		}

		.searchbox input, .searchbox select {
			margin:0.2em;
		}

		#mainsearch {
			position:absolute;
			top:0px;
			right:0px;
			width:36em;
			margin:8px;
			color:#FFFFFF;
			background-color:#9E6D14;
			font-size:70%;
			border:solid 1px #000000;
		}

		#mainsearch table {
			width:100%;
		}

		#mainsearch table td {
			padding:0.1em 0.5em 0.1em 0.5em;
		}

		#mainsearch label {
			font-weight:bold;
		}

		#mainsearch input, #mainsearch select {
			font-size:100%;
		}

		.textarea {
			width:170px;
		}

		.textareamedium {
			width:120px;
		}

		.textareasmall {
			width:40px;
		}

		.textarealong {
			width:300px;
		}

		.grid .textareasmall {
			width:60px;
		}

		.directorylisting {
			padding:0.1em 1em 0.1em 1em;
			margin:0em 0em 2em 0em;
			color:#000000;
			background-color:#E0D1BA;
			border-top:solid 1px #000000;
			border-bottom:solid 1px #000000;
		}

		table.results {
			width:100%;
			border-collapse:collapse;
			border:solid 1px #000000;
			font-size:95%;
			margin:1em 0em 1em 0em;
		}

		table.results th {
			color:#FFFFFF;
			background-color:#DC001C;
			border:solid 1px #FFFFFF;
			padding:0.5em;
			font-weight:bold;
			text-align:center;
		}

		table.results td {
			color:#000000;
			background-color:#E0D1BA;
			border:solid 1px #FFFFFF;
			padding:0.5em;
			text-align:center;
		}

		table.results th a {
			color:#FFFFFF;
			background-color:inherit;
		}

		table.grid {
			width:100%;
			border-collapse:collapse;
			border:solid 1px #000000;
			font-size:100%;
			margin:0em 0em 2em 0em;
		}

		table.grid th {
			width:20%;
			color:#000000;
			background-color:#E0D1BA;
			border:solid 1px #FFFFFF;
			text-align:right;
			padding:0.5em;
		}

		table.grid td {
			color:#000000;
			background-color:#E0D1BA;
			border:solid 1px #FFFFFF;
			padding:0.5em;
		}

		table.password td {
			border:none;
		}

		.error {
			color:#FF0000;
			background-color:yellow;
			font-size:120%;
			font-weight:bold;
			text-align:center;
		}

		.errornote {
			color:#FF0000;
			background-color:yellow;
		}

		.notice {
			font-weight:bold;
			color:#0000FF;
			background-color:inherit;
		}

		.welcome {
			display:inline;
			position:absolute;
			right:2em;
			margin:0em;
			padding:0em;
			font-weight:bold;
		}

		hr {
			display:none;
		}

		.hr {
			height:1px;
			margin:1em 0em 1em 0em;
			background-image:url(/images/dots.gif);
		}

		.noticebox {
			font-size:95%;
			color:#000000;
			background-color:#EFEFEF;
			width:49%;
			float:right;
			padding:1em;
			border:solid 1px #C0C0C0;
			margin:1em 0em 1em 0em;
		}

		.noticebox ul {
			margin:0em 0em 0em 0em;
			padding:0em 0em 0em 1.4em;
		}

		.submitbutton {
			cursor:pointer;
			font-weight:bold;
		}

		.buttons {
			padding:0.3em;
			text-align:center;
			color:inherit;
			background-color:#E0D1BA;
		}

		.buttons .submitbutton {
			padding-left:1em;
			padding-right:1em;
		}

		.monthlyfeature {
			display:inline;
			width:300px;
			float:right;
			border-left:solid 2em lightyellow;
		}

		.monthlyfeature img {
			margin:0em 0em 1em 0em;
		}

		table.advert {
			width:100%;
		}

		table.advert td {
			vertical-align:top;
		}

		table.advert th {
			text-align:left;
			color:#FFFFFF;
			background-color:#000055;
			padding:0.3em;
		}

		table.advert td.details {
			padding-left:2em;
		}

		table.advert td.details table {

			height:1%;
		}

		table.advert td.details table td {
			padding:0.5em 0.5em 0.5em 2em;
		}

		table.advert td.images {
			width:300px;
			text-align:center;
		}

		table.advert td.images p {
			margin-bottom:1em;
		}

		table.advert td.images img {
			margin-bottom:3px;
		}

		.imgpreview {
			display:inline;
			float:left;
			border:solid 1px #000000;
			overflow:hidden;
			width:160px;
			margin:0em 1em 2em 1em;
			padding:0em 0em 0.5em 0em;
			text-align:center;
		}

		.imgpreview img {
			/* height:120px; */
		}

		fieldset {
			margin:0em 0em 2em 0em;
		}

		a img {
			border:none;
		}

		form {
			padding:0em;
			margin:0em;
		}

		img {
			vertical-align:top;
		}

		.novisual {
			display:none;
		}

		.cleaner {
			height:1px;
			overflow:hidden;
			clear:both;
		}

	}

