@charset "utf-8";
* {
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 15px;
}

#tester #headerImage {
	background-repeat: no-repeat;
	height: 250px;
	background-color: #993333;
}
#tester #bodyArea #left {
	width: 550px;
	float: left;
	background-color: #CCCCCC;
}

#tester #logo {
	height: auto;
	background-color: #993333;
	background-image: url(../golf%20clubs.jpg);
	background-repeat: no-repeat;
	width: auto;
	background-position: center center;
}
#tester {
	background-color: #CCCCCC;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tester #nagavation {
	font-size: 18px;
	background-color: #993333;
	height: 27px;
}
#tester #bodyArea #right {
	width: 250px;
	float: right;
	background-color: #CCCCCC;
}
#tester #bodyArea #footer {
	height: 40px;
	clear: both;
	background-color: #993333;
	border-top-color: #993333;
	border-right-color: #993333;
	border-bottom-color: #993333;
	border-left-color: #993333;
}
