@charset "utf-8";
body {
	background-image: url(/images/site_background.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	background-color: #0D4A86;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #FFFFFF;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0D4A86;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#header {
	background-image: url(/images/header-back.jpg);
	background-repeat: no-repeat;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 15px;
}
#favourites {
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content {
	background-color: #4D7AA7;
	background-image: url(/images/content-back.jpg);
	background-repeat: repeat-x;
	float: right;
	width: 730px;
	margin-top: 10px;
	padding: 10px;
}
#content p {
	font-size: 1.5em;
	line-height: 1.3em;
}
#content a {
	color: #99BBDC;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content h1 {
	color: #99BBDC;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 2.3em;
}
#content h2 {
	font-size: 1.8em;
	color: #99BBDC;
	font-weight: normal;
}
#content .date {
	font-size: 1.1em;
	color: #99BBDC;
	text-align: right;
}
#content hr {
	font-size: 1px;
	color: #99BBDC;
	background-color: #99BBDC;
	height: 1px;
	border: 1px none #99BBDC;
}
#top-tennis-images {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#top-tennis-images img {
	padding-right: 15px;
	padding-left: 15px;
}
#news-scroll {
	background-image: url(/images/news-scroll-back.jpg);
	background-repeat: no-repeat;
	height: 22px;
	font-size: 1.2em;
	color: #FFFFFF;
	padding-top: 7px;
}
#news-scroll a {
	color: #99BBDC;
	text-decoration: none;
}
#news-scroll a:hover {
	color: #FFFFFF;
}


#left-menu {
	float: left;
	width: 185px;
	background-color: #0F4C85;
	background-image: url(/images/menu-back.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	background-position: 0px -30px;
}

#bottom-tennis-images {
	clear: both;
	padding-top: 10px;
}
#bottom-tennis-images img {
	padding-right: 15px;
	padding-left: 15px;
}
#footer {
	padding: 10px;
	width: 950px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #0D4A86;
}
#footer a {
	color: #0D4A86;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#mssHolder {
	float: right;
	width: 300px;
	margin-left: 10px;
}
