/* CSS by Webware Systems, not to be copied or distributed */
/* http://www.webwaresystems.nl */

/* global page styles */
html, body, #divWrapperOuter {
	/* we need this to be able to create the tennisnet watermark at the bottom right side of the page */
	min-height: 100%;
	width: 100%;
	height: 100%;
}
/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */
html>body, html>body #divWrapperOuter {
	height: auto;
}
/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */
body {
	margin: 0px;
	padding: 0px;
	/* real page background separated from other page styles to hide it from the online HTML editor */
	background-color: #FFF;
	/*background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	/* declaring base font type and size for entire page */
	font : 76% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

/* default links styles */
a:link { color : #EC2B2E;  text-decoration : underline;  }
a:visited { color : #EC2B2E;  text-decoration : underline; }
a:hover { color : #EC2B2E; text-decoration: none; }
a:active { color : #EC2B2E;  text-decoration : none; }

/* page divisions */
#divWrapperOuter {
	position: absolute; top: 0; left: 0;
	/*background-image: url(../images/bgMain.gif);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}
#divWrapperInner {
	background : url(../images/header_02.png) no-repeat; /* red horizontal line as background */
}
#divHeader {
	height: 270px; /* large heigth to cater for butterfly background image */
	/*background-image : url(../images/topLeft.gif);
	background-position : left top;
	background-repeat : no-repeat;*/
	text-align : right;
}
#divMain {
	margin: -145px 0 0 0; /* negative top margin to correct position in relation to divHeader */
	padding: 0;
}
#divSidebarLeft {
	margin: 0;
	width: 195px;
	padding-top: 145px;
}
#divSidebarRight {
	margin: 0;
	width: 240px;
}
#divContent {
	padding: 10px;
}

/* Styles for the main content area */
#divContent h1 {
	font-size : 1.4em;
	color : #EC2B2E;
}
#divContent h2 {
	font-size : 1.2em;
	color: #73C4A5;
	margin-bottom: 2px;
}
#divContent h3 {
	font-size : 1.1em;
	font-weight : bold;
	font-style : italic;
}

/* Styles for the sidebars */
#divSideContentRight {
	margin: 0 5px 0 10px;
}
#divSideContentRight fieldset {
	margin-top: 10px;
}
#divSideContentRight legend {
	color: #EC2B2E;
	padding: 0 4px 4px 4px;
}

