/* CSS Document */
/* LauraJeanHall 05.2007 */
/* This document supports all the pages for the gymstar site */

body {	
		/*background-color: #000000; /* #6B909C;*/
		background-image:url(../assets/bg_white.gif);
		width: 750px;
		margin: 0 auto;		
		font-family:"Comic Sans MS", sans-serif;
		color:#000000;
		font-size:18px;
		text-align:left;
		}
		
#content {
		width: 700px;
		background-color:#e7e7f7;
		padding: 10px 25px;
		}
h1 {
		text-align:center;
		font-size:26px;
		}		
		
h2 {
		font-weight:bold;
		font-size:22px;
		}
		
h3 {
		font-weight:bold;
		font-size:18px;
		}

img {
		border:0;
		}				
		
#phil {
		font-weight:normal;
		font-size:18px;
		}			
/* this is for the header and navigation area----------------------*/		
#header,
#navigation {
		background-color:#e7e7f7;
		text-align:center;
			}

/* this is for the lists ------------------------------------------*/				
#headerlist {
		font-size:18px;
		list-style-image:url(../assets/goldstar_50px.png);
		}
		
#newslist,
#partylist,
#programlist,
#policylist
		{		
		font-size:18px;
		list-style-image:url(../assets/goldstar_50px.png);
		}
#donotstar {
		font-size:18px;
		list-style:circle;
		}


/* this is for the tables-----------------------------------------*/			
#currentopengym,
#summeropengym,
#fallopengym {
		font-weight:bold;
		font-size:18px;
		border: 2px ridge #000066;
		}				

th  {	border: 2px ridge #000066;
		text-align:center;
		padding:10px;
		}		

td {		border: 2px ridge #000066;
		vertical-align:top;
		padding:10px;
		}	
/* this is for the calendars------------------------------------*/
#calendar {
		width: 720px;
		text-align:center;
		}

#calendar,
#calendar th,
#calendar td {
		border: 1px solid #003399;
		font-size:14px;
		}
		
.date {
		font-weight:bold;
		float: left; 
		}
		
.summerclass {
		text-align:left;
		font-size:105%;
		font-weight:bold;
		}
		
.summerhead {
		text-align:center;
		font-size:105%;
		font-weight:bold;
		}		

/* this is for the links-----------------------------------------*/		
			
a {
		color:#000000;
		/*text-decoration:none;*/
		}
		
a:hover
		{
		background-color:#FFFFFF;
		color:#000066;
		}		
/* this is for the stuff at the bottom---------------------------*/		
		
		
#footer 	{
		margin-left:230px;
		}
		
#footer_image {
		float:left;
		}	
		
#laurajeanhall {
		font-size:12px;
		text-align:center;
		}			
				
.center {
		text-align:center;
		}
		
.justify {
		text-align:justify;
		}	
		
/* this is for the bio page---------------------------------------*/								
			
.floatleft {
		float: left;
		padding: 30px;
		}
		
.floatright {
		float: right;
		padding: 30px;
		}	
		
.clearthefloat {
		clear:both;
		}
		
.biosright {
		padding: 10px 20px 10px 300px;
		}
		
.biosleft {
		float:left;
		margins: 10px 450px 10px 20px;
		}
		
			

				