@charset "utf-8";
/*	SP@CE at 224 ALLEN ST
	JUNE 2008 */
	
body{
	background-image:url(../img/space_bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0px;
	}
	
	a:link{
		text-decoration:none;
		font-weight:bold;
		color:#5f5f5f;
		}
		
	a:visited{
		text-decoration:none;
		font-weight:bold;
		color:#5f5f5f;
		}
		
	a:hover{
		color:#7302f6;
		text-decoration:overline underline;
		}
		
	a:active{
		text-decoration:none;
		font-weight:bold;
		color:#5f5f5f;
		}
		
a.main:link{
	font-size:16px
		text-decoration:none;
		font-weight:bold;
		color:#7302f6;
		}
		
	a.main:visited{
		text-decoration:none;
		font-weight:bold;
		color:#5f5f5f;
		}
		
	a.main:hover{
		color:#FFFFFF;
		text-decoration:none;
		background:#333;
		}
		
	a.main:active{
		text-decoration:none;
		font-weight:bold;
		color:#FFFFFF;
		}		
		
/* Layout */
	
#container{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:970px;
	}
	
	#tagline{
		float:left;
		width:701px;
		height:100px;
		background-image:url('../img/space_intro.jpg');
		background-repeat:no-repeat;
		}
		
	#tagline h3{
		display:none;
		}
	
	#space_logo{
		float:left;
		width:249px;
		height:100px;
		background-image:url('../img/space_logo.jpg');
		background-repeat:no-repeat;
		margin-left:20px;
		}
	
	#current_show{
		float:left;
		width:300px;
		height:320px;
		margin-top:50px;
		}
		
		#current_show h3{
			color:#ffffff;
			text-align:center;
			}
			
		#current_show h1{
			color:#ffffff;
			text-align:center;
			font-size: 24px;
			}
			
		#current_show h2{
			color#000000;
			text-align:center;
			font-size:18px;
			margin-top:-10px;
			margin-bottom:10px;
			}
		
	#widget{
		float:left;
		margin-left:75px;
		width:575px;
		height:320px;
		margin-top:50px;
		}
		
	#contact{
		width:970px;
		float:left;
		margin-bottom:15px;
		}
		
		#contact p{
			text-align:center;
			font-size:14px;
			color:#5f5f5f;
			}
			
		#contact strong{
			color:#7302f6;
			}
			
		#contact a:link{
		text-decoration:none;
		font-weight:bold;
		color:#7302f6;
			}
		
		#contact a:visited{
			text-decoration:none;
			font-weight:bold;
			color:#7302f6;
			}
			
		#contact a:hover{
			color:#5f5f5f;
			text-decoration:overline underline;
			}
			
		#contact a:active{
			text-decoration:none;
			font-weight:bold;
			color:#7302f6;
			}
		
	#lower_left{
		float:left;
		width:475px;
		}
		
		#lower_left p{
			color:#5f5f5f;
			font-size:14px;
			padding-right:15px;
			}
			
		#lower_left h3{
			font-size:18px;
			}
		
	#lower_right{
		float:left;
		width:440px;
		padding-left:55px;
		}
		
		#lower_right p{
			color:#5f5f5f;
			font-size:14px;
			}
			
		#lower_right h3{
			font-size:18px;
			}
		
		
/* Classes */

	.clear{
		clear:left;
		}
		
	.highlight{
		color:#ffffff;
		}
		
	.past_event{
		float:left;
		width:200px;
		margin-left:20px;
		}
		
		.past_event p{
			vertical-align:middle;
			text-align:center;
			}
			
	.future{
		float:left;
		border:1px solid #eeeeee;
		margin-right:10px;
		margin-bottom:5px;
		}
		
	.lower_img{
		float:left;
		width:100px;
		height:100px;
		margin-right:15px;
		margin-bottom:10px;
		}