/* The first section contains general page style information and shouldn't be altered. */

* {
	border: 0;
	margin: 0;
	padding: 0;
	}
	
body {
	background:url(images/redGrad.gif) repeat-x 50% top;
	text-align: center;
	}
	
	
#leftcol {
	background:url(images/greenGrad.gif) repeat-x left top;
	position:absolute;
	left: 0;
	top: 0;
	height: 120px;
	width: 50%;
	}
	
	
#centercol {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	position:relative;
	background: url(images/greenGrad.gif) repeat-x left top; 
	}
	
#centercol .logo{
	float:right;
	}

#centercol .tyres{
	float: right;
	}

#centercol .navbar{
	width: 670px;
	float:left;
	}

#centercol .navbar ul{
	list-style:none;
	}

#centercol .navbar li{
	float:left;
	background:url(images/menuButtonRight.gif) no-repeat right bottom;
	letter-spacing: 1px;
	line-height: 29px;
	padding-right:6px;
	}

#centercol .navbar a{
	color:#786666;
	background: url(images/menuButtonLeft.gif) no-repeat left bottom;
	text-decoration: none;
	padding-bottom:5px;
	padding-left:2px;
	}

#centercol .navbar a.current{
	color:#00CC00;
	}
	
#centercol .navbar a:hover{
	text-decoration:underline;
	}
	
/* Now the CSS for the layout of the main part of the body */

	
#main {
	clear:both;
	width: 900px;
	text-align: left;
	margin: 0 auto;
	}

	
#rightwindow {
	width:250px;
	float:right;
	margin-top: 20px;
	}
	
#leftwindow {
	width: 645px;
	float: left;
	margin-top:20px;
	}
		
#footer {
	width: 100%;
	clear:both;
	margin-top:50px;
	background-image: url(images/dash.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	}

/* General style rules for pages */

p {
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
	color:#336633;
	margin: 5px 10px;
	}

h1 {
	color: #007400;
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 10px;
	}
	
#rightwindow h1 {
	font-size:18pt;
	}

h2 {
	font-weight: normal;
	}

p a {
	text-decoration: none;
	font-weight: bold;
	color:#336633;
	}

p a:hover{
	text-decoration:underline;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

/* Rules for the footer div */

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
}

#footer .copyright{
	float: right;
	}
	
#footer .sitedesign{
	float: left;
	}

#footer .sitedesign a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#footer .sitedesign a:hover {
	text-decoration: underline;
	}
	
	

#leftwindow h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
	color: #37944E;
	background-image: url(images/dot2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
}


#rightwindow .staffPic {
	background-image: url(images/staffPicMiddle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align:center;
	margin-bottom: 15px;
}

#rightwindow .staffPic h1 {
	background-image: url(images/staffPicTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 25px;
}
p.desc {
	background-image: url(images/staffPicBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 10px 13px 10px;
}
#rightwindow .staffPic img {
	margin: 0 auto;
}
