@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 20px 0;
	padding: 0;
	background: #FFF url(../graphics/bg.gif) repeat-x top;
	font-size: 90%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

h1 {
	color: #3F5065;
	font-size: 200%;
	font-weight: normal;
	margin: 0;
}
h2 {
	color: #839882;
	font-size: 170%;
	font-weight: normal;
	margin: 0;
}
h3 {
	color: #000;
	font-size: 140%;
	font-weight: bold;
}

a {	color: #000;}
a:hover {text-decoration: none;}

hr {
	border-top: 1px dotted #666;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

/* - - - - - - - - - - WRAPPER - - - - - - - - - - */

#WS-Wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#WS-Container {
	overflow:auto;
	margin: 0;
	padding: 0;
}

/* - - - - - - - - - - Colums - - - - - - - - - - */

#WS-Colum-Left {
	float: left;
	width: 210px;
	margin: 40px 0 0 0;
	padding: 280px 0 0 0;
	background: url(../graphics/badminton-player.png) no-repeat top center;
}

#WS-Colum-Right {
	margin: 20px 0 0 240px;
	padding: 300px 0 0 0;
	background: url(../graphics/logo-lincs-badminton.png) no-repeat top right;
	width: auto;	
	min-height: 470px;
}

/* - - - - - - - - - - Navigation - - - - - - - - - - */

#WS-Colum-Left ul {
	margin: 0;
	padding: 0;
}
#WS-Colum-Left ul li {
	margin: 0;
	padding: 0 0 1px 0;
	list-style-type: none;
}
#WS-Colum-Left ul li a {
	color: #FFF;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	padding: 0 20px;
	background: #3F5065;
	display: block;
}
#WS-Colum-Left ul li a:hover {
	background: #5A7392;
}

#WS-Colum-Left ul li a.NAV-Yellow-Link {
	background: #F8D900;
	color: #3F5065;
} 
#WS-Colum-Left ul li a.NAV-Yellow-Link:hover {
	background: #839882;
	color: #FFF;
}

/* - - - - - - - - - - Footer - - - - - - - - - - */

#WS-Footer {
	margin: 20px 0 0 0;
	padding: 20px 0;
	border-top: 1px solid #CCC;
	font-size: 80%;
	color: #666;
}
#WS-Footer div {
	float: right;
	width: 350px;
	text-align: right;
}
#WS-Footer div img {margin: 0 5px;}

