/* CSS Document */
/*
Style Sheet for Tennis For The Sparrow web site
created by Michael Kocher
www.michaelkocher.com
Table of Contents (ToC)
	1. Defaults
	2. Structure
	3. Links and Navigation
	4. Fonts
	5. Images
	6. Hacks
Notes
*/
/* ------ 1. Defaults -------- */
* {
	margin: 0;
	padding: 0;
	}
body {
	background-color:#fff;
	}
/* ------ 2. structure ------- */
#wrapper {width:800px;
	border:1px solid #666666;
	margin: 20px auto;
	padding: 5px 0;
	background-color: #fff;
	}
#masthead {
	display:none;
	width: 800px;  height:100px;
	padding:0 0 10px 0;
	}
#logo { 
	display:none;
	width:165px; height:85px;
	float:left;
	}
#navContainer {
	 display:none;
	 width:150px; float:left;
	background-color:#ffcc33;
	}
#content { display:none;
	width: 800Px;
	}
#rightCol {display:none;
	width: 600px;
	float:right;
	padding:5px 20px;
	margin:-300px 10px 20px 165px;
	}
#footer {display:none;
	 border-top:1px solid #666666;
	}
.separator {
	clear: both;
	height: 0;
	}
/* ------ 3. links and navigator -------- */
a { color:#0000FF;
	text-decoration:none;
	}
a:hover {
	text-decoration: underline;
	color:#FF0000;
	}
#navigation {display:none;
	margin: 25px 0;
	float:left;
	background-color:#ffcc33;
	width:140px;
	padding:10px 5px 40px 0;
	}
#navigation a {display:none;
	text-decoration:none;
	}
#navigation a:hover{display:none;
	background-color: #FF6600;
	color:#FFFFFF;
	}
#navigation ul {display:none;
	min-width: 120px;
	}
#navigation li {display:none;
	list-style: none;
	display: block;
	padding: 5px 10px 0 10px;
	font-weight:bold;
	font-size:1em;
	font-family:"Comic Sans MS", Garamond, serif;
	
	}
#greyBack {display:none;
	background-color:#999999;
	float:left;
	width:280px;
	margin:5px;
	padding:5px;
	}
#whiteNarrow {display:none;
	float:left;
	width:280px;
	margin:5px;
	padding:5px;
	}
#regForm {
	width: 796px;
	margin:0;
	padding: 10px 0 10px 0;
	float:left;
	}
	/* ------- 4. fonts ------ */
h1, h2, h3, h4, p, ul {
	}
h1 { font-size:1.6em;
	padding: 5px 10px 0 10px;
	}
h2 { font-size:1.4em;
	padding: 5px 10px 0 10px;
	}
h3 { font-size:1.2em;
	padding: 5px 10px 5px 10px;
	}
h4 {font-size:1.1em;
	padding: 5px 10px 5px 10px;
	}
p { font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding: 10px 0 5px 0;
	}
ul {
	list-style-type: circle;
	}
.blackadder {font-family:"Blackadder ITC", "Brush Script MT";
	font-size:1.3em;
	font-weight:bold;
	color:#008000;
	}
.calisto {font-family:"Calisto MT", serif;
	font-size:1.3em;
	color:#008000;
	font-weight:bold;
	font-style:italic;
	}
.smallCaps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-variant:small-caps;
	font-weight:bold;
	}
.smallCaps a {text-decoration:none;
	}
.smallCaps a:hover {
	text-decoration:underline;
	color:#CC0000;
	}
.smallText {
	font-size:0.6em;
	}
.box {
	border:1px solid #666666;
	}
	/* ------ 5. images ------ */
a img {
	border: 0;
	}
/* ------ 6. hacks ------ */
body {/* IE 5 centering bug fix */
		text-align: center;
		}
#wrapper {
	text-align: left;
		}
