/*
basic style sheet for Dance Physics used on all pages 
Author:  Dawn Saunders  
Version: 1
Date:    14 May 2009
*/



a		{color: white;
		text-decoration: none;}
a:hover		{color: #a0b3af;}
	
#logo		{position: relative; top: 0px; left: -16px;
		width: 900px;
		border-style: none;
		}
	
#logo  		table{width: 900px;
		    background: #000;
		    margin-left: auto;
    		    margin-right: auto;
		    border-style: none;
		    margin-bottom: 7px;}

#jscriptNavigation {position: absolute; top: 90px; 
		width: 900px;}

#navigation	{position: absolute; top: 90px; 
		width: 900px;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		font-size: 11px;
		z-index: 100;
		line-height: 180%;}
		
#navigation a:hover {color: #face2d;}

.blueLink	{color: #a0b3af;}

.thisPage	{color: #face2d;}

#moveDown	{position: relative; top: -10px;}

#redBox		{position: absolute; top: 132px;}

		    
