/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/
@charset "big5";

* { padding: 0; margin: 0; }

#wrapper {
	width: 960px;
}

#header {
	width: 960px;
	float: left;
	height: 118px;
	background-color: #FFFFFF;
	background-image: url(images/space_15.jpg);
}

#navigation {
	float: left;
	width: 960px;
	height: 50px;
	background: #ffffff;
	text-align: center;
	vertical-align: middle;
}
p {
	font-size: 14px;
	text-indent: 2em;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	width: 960px;
	height: 57px;
	clear: both;
	text-align: left;
	color: #FFF;
	font-size: 14px;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
