body{
	background: url(../images/space/space_compressed.jpg) no-repeat #04050d;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

#wrap{
	width: 1000px;
	padding-left: 60px;
}

#header{
	height: 111px;
	margin-bottom: 42px;
}

	#header h1{
		text-indent: -9000px;
		height: 0;
	}
	
	#header p{
		font-family: "Lucida Grande";
		opacity: 0.7;
		font-size: 22px;
		text-shadow: #bbf 0 0 10px;
		color: #eee;
		margin: 85px 0 0 40px;
		width: 600px;
		text-align: center;
		font-weight: ;
		letter-spacing: 2px;
	}

	

.column{
	float: left;
	position: relative;
}

#side{
	width: 235px;
	color: #333;
}

	#side .top{
		width: 235px;
		height: 50px;
		background: url(../images/space/left_top.png) no-repeat right;
	}
	
	#side .tile{
		width: 235px;
		background: url(../images/space/left_tile.png) repeat-y right;
	}
	
	#side .end{
		width: 235px;
		height: 147px;
		background: url(../images/space/left_end.png) no-repeat right;
	}
	
	#side .padding{
		padding-top: 10px;
		margin-left: 30px;
		width: 177px;
		position: relative;
		top: -20px;
	}

	#side .end small{
		display: block;
		text-align: center;
		margin-left: 30px;
		width: 177px;
		font-size: 10px;
		color: #fff;
	}

	#side a{
		text-decoration: none;
		color: #26b;
	}

	#side a:hover{
		color: #fff;
	}

	#side .spark{
		position: absolute;
		background: url(../images/space/sparks/top_left.png) no-repeat;
		width: 212px;
		height: 199px;
		left: -60px;
		top: -80px;
	}
	
	/*  sidebar WP styles  */
	
	#side #menu h2.widgettitle{display: none;}

	#side #menu ul{
		padding: 0;
	}
	
	#side #menu li{
		padding: 4px;
		margin-bottom: 5px;
	}

	#side #menu a{
		font-size: 18px;
		font-weight: bold;
		opacity: 0.9;
		text-shadow: #bbb 2px 2px 1px;
	}
	
	#side ul{
		padding: 0 5px;
	}
	
	#side li{
		padding-bottom: 5px;
	}
	
	#side .widgettitle{
		text-shadow: #bbb 2px 2px 1px;
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 15px;
	}
	


#content{
	width: 701px;
	color: #333;
}

	#content .top{
		height: 51px;
		background: url(../images/space/c_top.png) no-repeat;
	}
	
	#content .tile{
		background: url(../images/space/c_tile.png) repeat-y;
	}
	
	#content .end{
		height: 294px;
		background: url(../images/space/c_end.png) no-repeat;
	}
	
	#content .padding{
		margin-left: 30px;
		width: 618px;
		padding-top: 20px;
		line-height: 20px;
		font-family: times;
		padding-left: 5px;
		font-size: 14px;
	}

p{
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: 22px;
}
	
	#content .top_spark{
		width: 361px;
		height: 291px;
		position: absolute;
		background: url(../images/space/sparks/top_right.png) no-repeat;
		right: -255px;
		top: -80px;
	}

	#content .bot_spark{
		width: 308px;
		height: 403px;
		position: absolute;
		background: url(../images/space/sparks/bot_right.png) no-repeat;
		right: -215px;
		bottom: 40px;
	}
	
	#content .blank{
		width: 70px;
		height: 120px;
		float: right;
	}
	
	#content h1{
		text-shadow: #999 2px 2px 4px;
		color: #03f;
		font-size: 28px;
		font-weight: bold;
		padding: 4px;
		opacity: 0.7;
	}
	
	#content h1.first{
		top: 36px;
		position: absolute;
	}

	#content h2{
		color: #444;
		font-weight: bold;
		border-bottom: 1px solid #999;
		font-size: 18px;
		margin-bottom: 8px;
		margin-top: 6px;
	}
	
	#content h2:first-letter{
		font-size: 22px;
		text-shadow: #999 1px 1px 1px;
	}

	#content h3{
		font-weight: bold;
		border-bottom: 1px solid #999;
		font-size: 18px;
		margin-bottom: 8px;
		margin-top: 6px;
	}
	
	#content h4{
		font-weight: bold;
		font-size: 16px;
		margin-top: 4px;
		margin-bottom: 4px;
	}
	
	#content h5{
		font-weight: bold;
	}}
	
	#content em.date{
		color: #444;
		font-weight: bold;
	}
	
	#content a{
		text-decoration: none;
		color: #03f;
		padding: 0 2px;
	}

	#content a:hover{
		color: #fff;
	}
	
	#content ul{
		padding: 0 10px;
	}
	
	#content li{
		margin-bottom: 10px;
		list-style: circle;
		margin-left: 10px;
	}
