<style type="text/css">

	* {
		margin: 0px; padding: 0px;
	}
	
	#logo {
		margin-top: 1em;
		background-image: url(../images/logo.gif);
		background-repeat:no-repeat;
		background-position:center;
		height:148px;
	}
	
	body {
		font-size: 80%;
	}
	
	h1 {
		font-size: 2.5em;
	}
	
	h2 {
		font-size: 2em;
	}
	
	p {
		font-size: 1.3em;
	}

	#wrap {
		width:800px;
		margin: auto;
		text-align: center;
	}

	.cblock {
		margin-top: 4em; margin-bottom: 5em;
	}
	
	ul {
		list-style-type: none;
	}
	
	li {
		font-size: 1.3em;
		margin-top: 0.8em;
	}
	
</style>
