html {
	height: 100%;
	margin-bottom: 1px;
	}
	
body {
	margin: 50px 0 50px 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}
	
	
h1,h2,h3,h4,h5,h6, p {
	margin: 0;
	padding: 0;
	}
	
h1 {
	font-size: large;
	margin-top: 1em;
	}
	
h2 {
	font-size: medium;
	margin-top: 0.5em;
	}
	

h3 {
	font-size: small;
	margin-top: 0.5em;
	}

h4 {
	font-size: small;
	font-weight: normal;
	}
	



a:link, a:visited {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;
	}

img {
	border: 0px;
	padding: 0;
	margin: 0;
/*	display: block; */
	}

.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.clear {
	clear: both;
	}
	
.center {
	text-align: center;
	}

#frame {
	margin: 0 auto 0 auto;
	width: 750px;
	background: #FFFFFF;
	border: none;
	}

#header {
	color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	background: #FFF;
	border-bottom: solid 1px #CCC;
	}
	
#header img {
	display: inline;
	}
	
#sidebar {
	width: 180px;
	margin: 0 0 0 0px;
	padding: 20px 0px 0 0px;
	float: left;
	background: #FFFFFF;
	}
	
#sidebar img {
	font-size: large;
	margin-top: 1em;
	}
	

	
#navigation {
	background: #FFFFFF;
	margin: 0 0 0 0;
	}

/* navigation */


/* Styles for MacIE only */

#navigation ol#nav {
	background: none;
	float: right;
	height: auto;
	margin: 0;
	padding: 0;
	}

#navigation li {
	display: inline;
	font-size: 88%;
	list-style: none;
	padding: 0 1em;
	margin: 0 0 0 auto;
	}

#navigation ol li a {
	text-indent: 0;
	margin: 0 0 0 0;
	color: #CCCCCC;
	}

/* End MacIE Styles */

	
/* MacIE hack, ignore block below \*/	
#navigation ol#nav {
	float: none;
	list-style: none;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 0 0 0;
	height: 50px;
	list-style-type: none;
	overflow: hidden;
	padding: 0 0 0 0;
	background: transparent url(images/nav-matrix.gif) no-repeat top right; 
	}
/* End Hack */
	
/* MacIE hack, ignore block below \*/	
 #navigation li {
	list-style: none;
	font-size: 88%;
	padding: 0;
	display: block;
	margin: 0;
	}
/* End Hack */

/* MacIE hack, ignore block below \*/
#navigation ol li a {
	position: absolute;
	text-indent: -9000px;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 50px 0 0 0;
	overflow: hidden;
	height: 0px !important; 	
	height /**/:50px; /* IE5/Win */
	background: transparent url(images/nav-matrix.gif) no-repeat; 
	}
/* End Hack */

#navigation a:link, #navigation a:visited {
	color: #000000;
	text-decoration: none;
	}
	
#navigation a:hover, #navigation a:active {
	color: #CC0000;
	text-decoration: underline;
	}

#navigation li#nav-home a 
	{ background-position: 0 -50px; width: 70px; top:0; right: 280px; }
#navigation li#nav-home a:hover
	{ background-position: 0 0px; }
#navigation li#nav-profile a
	{ background-position: -70px -50px; width: 70px; top: 0; right: 210px; }
#navigation li#nav-profile a:hover
	{ background-position: -70px 0px; }
#navigation li#nav-gallery a
	{ background-position: -140px -50px; width: 70px; top: 0px; right: 140px; }
#navigation li#nav-gallery a:hover
	{ background-position: -140px 0px; }
#navigation li#nav-exhibitions a
	{ background-position: -210px -50px; width: 70px; top: 0px; right: 70px; }
#navigation li#nav-exhibitions a:hover
	{ background-position: -210px 0px; }
#navigation li#nav-contact a
	{ background-position: -280px -50px; width: 70px; top: 0px; right: 0px; }
#navigation li#nav-contact a:hover
	{ background-position: -280px 0px; }

/*
body#home li#nav-home a
	{ background-position: 0 -102px; width: 120px; top: 0; left: 0; }
body#home li#nav-home a:hover
	{ background-position: 0 -102px; }
body#hpt li#nav-hpt a
	{ background-position: -120px -102px; width: 249px; top: 0; left: 120px; }
body#hpt li#nav-hpt a:hover
	{ background-position: -120px -102px; }
body#about li#nav-about a
	{ background-position: -369px -102px; width: 209px; top:51px; left: 0px; }
body#about li#nav-about a:hover
	{ background-position: -369px -102px; }

body#drivingtips li#nav-drivingtips a
	{ background-position: -578px -102px; width: 171px; top: 51px; left: 209px; }
body#drivingtips li#nav-drivingtips a:hover
	{ background-position: -578px -102px; }
body#booking li#nav-booking a
	{ background-position: -749px -102px; width: 194px; top: 102px; left: 0; }
body#booking li#nav-booking a:hover
	{ background-position: -749px -102px; }
body#contact li#nav-contact a
	{ background-position: -943px -102px; width: 159px; top: 102px; left: 194px; }
body#contact li#nav-contact a:hover
	{ background-position: -943px -102px; }
body#faq li#nav-faq a
	{ background-position: -1102px -102px; width: 285px; top: 153px; left: 0px; }
body#faq li#nav-faq a:hover
	{ background-position: -1102px -102px; }
	
*/
	
	
#content {
	margin: 0 0 0 20px;
	padding: 20px 0px 0 0px;
	float: right;
	width: 540px;
	}

#homecontent, #gallery #content {
	margin: 0 0 0 0px;
	padding: 20px 0px 0 0px;
	float: left;
	width: 750px;
	}
	
#footer {
	font-size: x-small;
	margin: 0 0 0 0;
	background: #FFF;
	padding: 0;
	clear: both;
	border-top: solid 1px #CCC;
	}

#footer p {
	margin: 0.5em 0 0 0;
	}
	
	
#gallery img {
	display: inline;
	}

#gallery td {
	}
	
#newsticker {
	clear: both;
	margin: 1em 0 1em 0;
	}
	
#newsticker h1, #newsticker h2 {
	font-size: small;
	}
	
#newsticker h2 {
	display: inline;
	}
	
hr {
	margin-top: 1em;
	border: 0;
	height: 1px;
	color: #CCC;
	background-color: #CCC;
}