/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #e2e3e4;
}

#container {
	background: #fff;
	border: 1px solid #999;
	font-family: arial, helvetica, sans-serif;
	margin: 20px auto;
	width: 700px;
}

#header {
	background: #cac8e0;
	padding-top: 15px;
	height: 50px;
}

	#header h1 {
		font-family: "Trebuchet MS", sans-serif;
		font-size: 25px;
		font-weight: normal;
		text-align: center;
	}

#content {
	min-height: 150px;
	padding: 15px 15px 20px;
	text-align: center;
}

	#content #sponsor {
		color: #2C3169;
		font-size: 20px;
		margin: 15px;
	}
	
	#content #in_progress {
		font-size: 25px;
		margin-bottom: 30px;
	}
	
	#content #enquiries {
		font-size: 13px;
	}
	
	#content a {
		color: #000;
		text-decoration: none;
	}

#footer {
	background: #cac8e0;
	height: 60px;
}