	body {
		margin: 0;
		background: #FBFBFB;
		font-family: 'Roboto', Arial, Sans-Serif;
	}
	
	#header {
		background: #000;
		width: 100%;
		height: 84px;
	}
	
	#headerwrap {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#logo {
		padding: 12px;
		float: left;
		font-family: 'Squada One', Arial, Sans-Serif;
		font-size: 56px;
		color: #FFF;
	}
	
	#navigation {
		float: right;
		margin-top: 32px;
		margin-right: 36px;
		height: 20px;
		color: #FFF;
	}
	
	#navigation a, a:visited {
		font-family: 'Happy Monkey', Arial, Sans-Serif;
		color: #FFF;
		text-decoration: none;
	}
	
	#navigation a:hover {
		text-decoration: underline;
	}
	
	#taglinebg {
		width: 800px;
		height: 76px;
		margin-left: auto;
		margin-right: auto;
		background: url('/images/tagline.png');
	}
	
	#tagline {
		line-height: 76px;
		font-family: 'Squanda One', Arial, Sans-Serif;
		font-weight: bold;
		font-size: 19px;
		text-align: center;
		color: #FFF;
	}
	
	#content {
		margin-top: 18px;
		margin-bottom: 18px;
		padding-top: 18px;
		padding-bottom: 18px;
		border-top: 1px dashed #E5E5E5;
		border-bottom: 1px dashed #E5E5E5;
		width: 800px;
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.contentbox {
		background: #EEEEEE;
		border: 1px solid #cdcccc;
	}
	
	.contentbox .boxheader {
		width: 798px;
		height: 36px;
		background: #fcffe2;
		text-align: center;
		line-height: 36px;
		font-weight: bold;
	}
	
	#footer {
		text-align: center;
		font-size: 12px;
	}
	
	.green {
		color: #52c011;
	}