body {
	background-color: #99CCCC;
	font-family: arial, sans-serif;
	font-size: 80%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #663300;
	margin-bottom: 20px;
}

#topbar {
	height: 160px;
	background-image: url(images/top_pattern.gif);
}

#header {
	height: 160px;
	margin-top: 40px;
	width: 875px;
	margin: 0px auto 0px auto;
	background-image: url(images/headerbar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#wrapper {
	width: 875px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	text-align: left;
}

#leftcolumn {
	float: left;
	width: 200px;
}

#navigation {
	margin-left: 25px;
	padding-top: 20px;
	padding-bottom: 100px;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
}

#navigation li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#navigation a:link, #navigation a:visited {
	display: block;
	width: 175px;
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #663300;
	text-decoration: none;
	padding: 22px 0px 28px 0px;
	text-align: center;
	margin-bottom: 6px;
}

#navigation a:hover {
	text-decoration: underline;
	color:#000000;
}

#rightcolumn {
	float: right;
	width: 675px;
}

#maincontent {
	padding: 20px 50px 20px 50px;
}

#maincontent img {
	margin-bottom: 20px;
}

#footer {
	clear: both;
	background-color:#FDF0DB;
	background-image: url(images/footer_bac.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px;
}

h1 {
	color: #663300;
	font-size: 190%;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}

h2 {
	color: #663300;
	font-size: 140%;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}

h3 {
	color: #007676;
	font-size: 140%;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}

h4 {
	color: #663300;
	font-size: 120%;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}

h5 {
	color: #007676;
	font-size: 120%;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}

h6 {
	
}

p {
	color: #663300;
	margin: 0px 0px 10px 0px;
}

.textcentraliser {
	text-align: center;
}

#home_kit_images td {
 	width: 193px;
}

td.thumbnail {
	width: 103px;
}
a:link {
	color: #663300;
}	
a:visited{
	color: #663300;
}