body {
	background:#020633 url('images/CPP_Background.jpg') no-repeat fixed center top;
	color:#fff;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:15px;
	text-align:center;
	}

a {

color:#FFEE00;

}
	
h1 {

	font-size:17px;
	font-weight:bold;

}

h2 {

	font-size:18px;
	font-weight:normal;

}

#wrapper {
	text-align:center
	position:relative;
	width:900px;
	height:600px;
	margin:20px auto 0px auto;
	/* border:1px solid #ccc; */
	}


#header {
	text-align:center;
	width:466px;
	height:81px;
	margin:20px auto 0px auto;
	padding:0;
	background: url('images/CPP_Logo.png') no-repeat center top;
	/* border:1px solid #fff; */
}

#header-inset {
	background: url('images/CPP_Crew.png') no-repeat center top;
	position:relative;
	text-align:center;
	width:466px;
	height:332px;
	margin: 0px auto 0px auto;
	padding:0px;
	line-height:16px;
	font-size:13
	/* border:1px solid #fff; */
}

#header-inset h1 {
	font-size:15px;
	font-weight:bold;
	color:#fe9;
}

#header h1 {
	font-family:Palatino,'Times New Roman',Serif;
	font-size:38px;
	font-weight:bold;
	color:#ffd163;
	line-height:0px;
}

#header h2 {
	font-size:22px;
	font-weight:normal;
	font-style:italic;
	color:#fff;
	line-height:0px;
}

#content {
	color:#FFF;
	text-align:center;
	width:900px;
	height:390px;
	margin:0px auto 0px auto;
	padding:0px;
	/* border:1px solid #fff; */
	}
	

#blog {
	color:#000;
	text-align:left;
	width:900px;
	height:385px;
	margin:10px auto 0px auto;
	padding:5px;
	overflow:auto;
	border:1px solid #000;
	background:#fff;
	}
	
#blog a {
	color:#0033CC;
	}

	
#footer {
	text-align:center;
	width:900px;
	height:120px;
	margin:auto auto 10px; auto;
	padding:0px;
	/* border:1px solid #ccc; */
	font-size:12px;
	}
	
	

	
