html{
	padding:0;
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	overflow-y : scroll;
}
body{
	text-align:center;
	background-color: #E5E5E5;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 76%;
}

div#container{
	text-align:left;
	width:760px;
	background-image: url(images/bg1.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;
}
div#content{
	float:right;
	width:560px;
	color: #003300;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
div#content p{
	line-height:1.4em;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 10px;
}


#content h1 {
	font-size: 1.6em;
	margin-left: 20px;
	margin-top: 0px;
}
#content h2 {
	font-size: 1.4em;
	color: #3C4E02;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
div#navigation{
	float:left;
	width:200px;
	padding-top: 10px;
}
div#extra{float:right;width:560px}
div#footer{
	color: #FFF;
	clear:both;
	width:100%;
	text-align: center;
	padding-top: 10px;
	background-color: #3C4E02;
	padding-bottom: 10px;
}
.floatright {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}

div#footer p{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #999999;
	padding: 0px;
}
#footer a {
	color: #999999;
}


#navigation ul {
	list-style-type: none;
	font-size: 1.2em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 180px;
	padding: 0px;
	}
#navigation a {
	text-align: left;
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	color: #3C4E02;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 30px;
	width: 160px;
	margin-left: 5px;
}
#navigation li {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
}

#navigation a:hover {
	color: #CFDB89;
	font-weight: normal;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #3C4E02;
}

#indexpage #index a, #tyrespage #tyres a, #chipspage #chips a, #contactpage #contact a{
  color: #3C4E02;
  background-color:#98A934;
  background-image: url(images/navhoverbg.jpg);
}
