﻿body {
	background-image: url('images/new-background.gif');
	background-position: center;
	margin-top: 0;
}

/* Set up divisions to keep smaller website centred on larger browsers */
div.main-window {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.main-page {
	width: 760px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #004101;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

/* Page layout */
div.logo-disp {
	width: 184px;
	text-align: center;
	float: left;
	font-weight: bold;
	font-size: 0.9em;
}
div.logo-disp img {
	margin-top: 10px;
	margin-bottom: 20px;
	border-width: 0px;
}
div.balls-wood {
	width: 574px;
	float: left;
	xtext-align: left;
	font-size: 0.8em;
	color: #6fa33f;
}
div.balls-wood img {
	margin-top: 30px;
	margin-bottom: 5px;
}
div.balls-wood a {
	color: #6fa33f; 
}
div.title {
	clear: both;
	width: 728px;
	margin-top: 10px;
	margin-left: 30px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	line-height: 1.3em;
	letter-spacing: 1px;
}
div.intro {
	clear: both;
    width: 378px;
    float: left;
	margin-top: 20px;
	margin-left: 30px;
	font-size: 0.9em;
	text-align: left;
}
div.intro a {
	color: white; 
}
div.intro .green-box {
	width: 346px;   /* If this is bigger it breaks layout of page in IE6 */
	height: 44px;
	background-image:url('images/green-box.gif');
	background-repeat: no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	xpadding-left: 20px;
	text-align: center;
	line-height: 250%;
	margin-bottom: 0px;
}
div.intro .green-box a {
	text-decoration : none;
}
div.intro .top {
	padding-left: 20px;
	margin-bottom: 10px;
}
div.intro .top a {
	text-decoration: underline;
}
div.intro .middle {
text-align:center;
}
div.showcards {
	width: 320px;
	float: left;
	margin-top: 20px;
	text-align: center;
}
div.showcards img {
	 border: 0px none;
}
div.showcards .labels {
	 font-size: 0.8em;
}
div.footer {
	clear: both;
	width: 758px;
	padding-top: 15px;
	font-size: 0.7em;
	text-align: center;
	line-height: 1.3em;
}
div.footer a {	
	width: 728px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
div.footer .credits {
	 letter-spacing: 1px;
}
form {
	margin-bottom: 0;
}
/* End of page layout */