/*
style sheet for Bawren's Dancer Page 
Author:  Dawn Saunders  
Version: 6.01
Date:    27 July 2009 
*/

 
#content	{position: absolute; top: 85px; left: 195px;
		color: #300;
		width: 77%;
		font-weight: normal;
    		font-family: Arial, sans-serif;
   		font-size:11px;
    		font-style: normal;}

.pageTitle	{font-size:15px;
		color: #6d0f03;
		font-weight: bold;
		}

.dancer 	{color: #300;
		font-weight: bold;
   		font-size:12px;
    		}
    		
.audition 	{color: #000;
		font-weight: bold;
   		font-size:12px;
    		}
    
#top		{ 
    		padding-top: 15px;
   		padding-bottom: 15px}
   		
#temptop	{
    		padding-top: 20px;
   		padding-bottom: 15px}
   		
#compDancers	{clear: left;
		overflow: auto;}
   		
#left 		{float: left;
		width: 40%;
		overflow: auto;}
		
.floatlft	{float: left;}
              	
#right		{position: absolute; left: 44%;
		width: 40%;
		overflow: auto;}
		
#photos		{position: absolute; top: 85px; left: 89%;
		width: 100px;
		padding: 0px 10px 3px 2px}

.dancerphoto 	{border-style: none;
	    	 padding: 0px 15px 15px 0px; 
	    	 float: left;} 



#apps 		{clear: left;
		overflow: auto}

#appLft		{float: left;
		width: 40%;
		overflow: auto}

#appRt		{position: absolute; left: 44%;
		width: 40%;
		overflow: auto;}


