body		{margin: 0px;
				font-family: tahoma, arial, sans serif;
				font-size: 14px;
				color: #330066;
				background-image: url(cloud.jpg);
				text-align: center;}

h1		{margin: 5px 0;
			color: #ffffff;
			font-size: 20px;
			text-align: center;
			letter-spacing: 1.5px;
			background-color: #0066ff;}
			
h2		{margin: 5px 0;
			color: #ffffff;
			font-variant: small-caps;
			font-size: 20px;
			letter-spacing: 1px;
			text-indent: 5px;
			background-color: #0066ff;}

img		{border: ridge 1px #0033ff;
			padding: 1px;
			margin: 10px;}
			
table	{border: ridge 1px #0033ff;
			background-color: #99ccff;
			font-size: 14px;
			padding: 2 0 2 0px;
			margin: 10px;}
			
th		{background-color: #0066ff;
		color: #ffffff;}
		
td		{padding:5 0 5 0px;}

p			{padding: 5px;
			margin: 10px;}
			
#page	{border: solid 10px #0066ff; 
					background-color: #ffffff;
					margin: 0 auto;
					padding: 5px;
					position: relative;
					width: 1020px;/*can be changed to 1000 if the border is reduced or taken out*/
					text-align: left;
					-moz-border-radius:20px;
  				-webkit-border-radius:20px;	}
			
#header 	{margin: 0;
						height: 135px;
						background-image: url(rainbowhead.jpg); 
						background-repeat: no-repeat;
						font-size: 35px;
						text-align: left;
						-moz-border-radius-topleft:20px;/*curvy corners not for IE*/
  					-moz-border-radius-topright:20px;
  					-webkit-border-top-left-radius:20px;
  					-webkit-border-top-right-radius:20px;}

#mission	{margin: 0;} 

#navbar	{position: absolute;	top: 195px;	left: 0;
						margin: 0; 
						background-image: url(navbar.jpg);
						background-repeat: no-repeat;
						text-align: center;
						font-variant: small-caps;
						font-size: 15px;
						font-weight: bold;
						line-height: 40px;
						width: 250px;
						padding: 10px;}
						 
#main	{background-color: #ffffff;
					height: 390px;
					margin: 0 0 0 260px;
					padding: 5 10px;
					spacing: 10px;
					overflow: auto;}
					
#gallery	{background-color: #ffffff;
					height: 490px;
					margin: 0 0 0 260px;
					padding: 15 10 16 10px;}				
			
#calendar 	{margin: 0 0 0 280px;							
							font-size: 10px;
							padding: 0 0 10 0px;
							overflow: auto;	}

#footer	{position: relative;
						color: #ffffff;
						text-align: center;
						background-color: #0066ff;
						spacing: 10 0 0 0px;
					  -moz-border-radius-bottomleft:20px;/*curvy corners not for IE*/
  					-moz-border-radius-bottomright:20px;/*Footer curvey corners not working in Safari - Correct when possible*/
  					-webkit-border-top-bottom-radius:20px;
  					-webkit-border-top-bottom-radius:20px;}
						
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active
				 {color: #fff;}
						
#right	{text-align: left;}

.float		{float: right;
					border: border: solid 1px #0066ff;}
				
.col1		{	width: 250px;}
.col2		{ width: 450px;
				text-align: center;}

a:link 		{color: #0033ff; text-decoration: none;}/*blue*/
a:visited {color: #330066; text-decoration: none;}/*darkest blue as text*/
a:hover 	{color: #993399; text-decoration: none;}/*purple*/
a:active 	{color: #ff33ff; text-decoration: none;}/*pink*/