.header {
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
}
body {
	background-color: #4C6083;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}
.bgmain {
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3A4A65;
	background-image: url(images/bg_footer.gif);
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 15px;


}
.content {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #2C384E;
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.court {
	text-align: center;
	vertical-align: bottom;
	clip:   rect(auto auto auto auto);
	padding-bottom: 7px;

}
.twobuttons {
	background-image: url(images/two_buttons.gif);
	background-repeat: no-repeat;
}
