/* structure */

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#333333;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#topnav {
 float: right;
 width: auto;
 background: #333333;
 margin: 0px 0px 0px 0px;
 border: 0px solid #666;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 }

#header {
 color: #333;
 width: 910px;
 float: left;
 padding-left: 10px;
 border: 1px solid #666;
 height: auto;
 margin: 1px 0px 5px 0px;
 background-image:url(http://www.springmasterscanada.com/images/new_spring_masters_canada_250x78.png);
 background-position: center center;
 background-repeat: no-repeat;
 background-color: #000000;

}
#nav {
 float: left;
 width: 900px;
 background: #006600;
 margin-bottom: 5px;
 border: 1px solid #666;
 padding-left: 0px;
 padding-right: 20px;
 padding-top: 0px;
 padding-bottom: 0px;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #666;
 background: #ffffff;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: auto;
 width: 473px;
 float: left;
}
#leftcolumn p {
 font-family: verdana, arial, helvetica;
 font-size: .85em;
 margin:2px;
}
#rightcolumn { 
 float: right;
 color: #333;
 background:#000000;
 margin: 0px 0px 5px 0px;
 height: 422px;
 width: 400x;
 display: inline;
}

/* features */

#leftfeature { 
 color: #333;
 border: 1px solid #666;
 background: #ececec;
 /*top right bottom left */
 margin: 0px 5px 5px 0px;
 padding: 0px;
 height: 80px;
 width: 302px;
 float: left;
 background-image:url('http://www.springmasterscanada.com/images/dethathing.png');
 background-position: left bottom;
 
}
#centerfeature { 
 float: left;
 color: #333;
 border: 1px solid #666;
 background: #ececec;
 margin: 0px 5px 5px 0px;
 padding: 0px;
 height: 80px;
 width: 302px;
 display: inline;
 background-image:url('http://www.springmasterscanada.com/images/topdressing.png');
 background-position: center center;

}
#rightfeature { 
 color: #333;
 border: 1px solid #666;
 background: #ececec;
 margin: 0px 0px 5px 0px;
 padding: 0px;
 height: 80px;
 width: 302px;
 float: left;
 background-image:url('http://www.springmasterscanada.com/images/new_feature_get_hired.png');
 background-position: left bottom;
 /*display: inline;*/
 
 
}

/* end features */


/* test */

#leftcolumn2 { 
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 80px;
 width: 282px;
 float: left;
}
#content2 { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 80px;
 width: 282px;
 display: inline;
}
#rightcolumn2 { 
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 80px;
 width: 282px;
 float: left;
}

/* end test */
#footer { 
 width: 900px;
 clear: both;
 color: #999;
 border: 1px solid #666;
 background:#000000;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
#footer p{
 font-family: Verdana, Arial, serif;
 font-size: 70%;
 letter-spacing: 2px;
 text-transform: uppercase;
}
#footer td{
 font-family: Verdana, Arial, serif;
 font-size: 70%;
 letter-spacing: 2px;
 text-transform: uppercase;
}
/* structure ends */

/* navigation */

#navigation ul {
	margin: 0;
	padding: 0;	
	}
#navigation li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, serif;
	font-size: 70%;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
#navigation li a {
	float: left;
	padding: 10px 12px;
	text-decoration: none;
	color: #ffffff;
	border: none;
	/*font-weight: bold;*/
	}
#navigation li a:hover {
	color: #fff;
	background: #000000;
	}
#navigation li a.active {
	font-weight: bold;
	color: #000000;
	background-color:#fff;
	}
/* navigation ends */

/* format */
#leftcolumn h1 {
	font-size: 18px;
	letter-spacing: -1px;
	color:#333333;
	padding-top:10px;
	padding-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#leftcolumn h2 {
	font-size: 18px;
	color:#333333;
	padding-top:3px;
	padding-bottom:3px;
}
#rightcolumn object{
	height:350px;
	width:420px;
	border:1px solid #666;
}
a:link {
	color: #005b25;
	text-decoration: underline;
}   
a:visited {
	color: #005b25;
} 
a:active {
	color: #005b25;
} 
a:hover {
	text-decoration: none;
}    