﻿	body#home
	{
	text-decoration: none;
	color: #e3e3e3;
	font-family:tahoma,helvetica,arial,sans;
	font-weight:bolder; 
	font-size:0.7em;
	margin: 0 auto;
	line-height:20px;
	background-color:#ffffff;
	}
	
	
	#stage 
	{	
		margin: 0 auto; 
		width: 1281px;
		height:490px;
		margin-top:100px;
		background-image: url('../images/background.jpg');
		position:relative;
	}
	
	#content
	{
		width: 856px;
		margin-top:30px;
		margin-left:209px;
		height:425px;
		position:absolute;
	}
	
	div#stage div#content div#topNavigation
	{
		float:left;
		/* position: absolute; */
		width:525px;
		height: 50px;
		/* border: medium double blue; */
		background:#000000; 
		filter:alpha(opacity=70);
		opacity:0.7;
	}
	
	div#stage div#content div#mainStage
	{
		margin-top:23px;
		float:left;
		width:856px;
		height: 280px;
		/* border: medium double blue; */
		background:#000000; 
	 	filter:alpha(opacity=70);
		opacity:0.7; 
	}
	
	div#stage div#content div#mainStage div#canvas
	{
		margin-top:5px;
		margin-left:5px;
		float:left;
		width:846px;
		height: 270px;
		/* border: medium double blue; */ 
	}
	
	/* Bottom Pod */
	
	div#bottomPod div#bottomRightsCopy
	{
	    width:310px;
	    margin-right:-33px;
	    float:right;
	    margin-top:-5px;
	    _margin-top:8px;
	   
	}
	
	p.bottomPodCopy
	{	
		font-size:0.8em;
	}
	
	div#stage div#content div#bottomPod
	{
		float:right;
		margin-top: 23px;
		width:856px;
		height: 50px;
		background:#000000; 
		filter:alpha(opacity=70);
		opacity:0.7;
	}
	
	/* Navigation */
	
		div#canvas div#topNavigation ul#navigation li
	{	
		list-style: none;
		background-repeat: no-repeat;
		background-position: 0px 5px;
		
	}
	
	
	/** aligning top nav **/

		div#stage div#content div#topNavigation ul#navigation
	{

		margin-top:5px;
	}

	/* aligning page titles */

		div#stage div#content  div#topNavigation ul#navigation li.portfolioLink,
		div#stage div#content  div#topNavigation ul#navigation li.kartingLink,
		div#stage div#content div#topNavigation ul#navigation li.footballLink

	{	
		list-style: none;
		position:absolute;
	}

		div#stage div#content  div#topNavigation ul#navigation li.kartingLink

	{	
		margin-left:85px;
	}

		div#stage div#content  div#topNavigation ul#navigation li.footballLink

	{	
		margin-left:160px;
	}

		div#stage div#content  div#topNavigation ul#navigation a

	{
		text-decoration: none;
		color: #e3e3e3;
	}

	/** aligning sentance**/

		div#stage div#content  div#topNavigation ul#navigation li.footballLink span#link3
	{	
		margin-left:-160px;
	}

		div#stage div#content div#topNavigation ul#navigation li.kartingLink span#link2
	{	
		margin-left:-85px;
	}
	
	/** Bottom Navigation **/
	
        div#bottomNavigation
	{
	    width:856px;
	    height:20px;
	}
	
	    ul#bottomULNavigation
	{
	    list-style: none;
		background-repeat: no-repeat;
		background-position: 0px 5px;
		margin-top:5px;
		
	}
	 ul#bottomULNavigation li
	 {
	    display: inline; /** puts list in horizontal line **/
	 }
	
	    ul#bottomULNavigation a:link
	 {
		color:#3F3F3F;
		text-decoration:none;
	}
			
		ul#bottomULNavigation a:visited
	{
		color:#3F3F3F;
		text-decoration:none;
	}
			
		ul#bottomULNavigation a:hover
	{
	    color:#ffffff;
		text-decoration:none;
	}
			
		ul#bottomULNavigation a:active
	{
		color:#e3e3e3;
		text-decoration:none;
	}
	
	li.usefulLinksLink
	{
	    margin-left:20px;
	}
	
	li.contactUsLink
	{
	    margin-left:20px;
	}
	
