﻿	body {
		background: #000080;
		}

	/* header */

	#header {
		height: 175px;
		background: url(../images/bmx/logo_bmx.jpg) no-repeat top left;
		}

	#content {
		padding: 0;
		float: right;
		width: 80%;
		line-height: 1.75em;
		color: #FFFFFF;
		}

	#sidebar {
		float: left;
		width: 20%;
		}

	/* footer */

	#footer {
		border-top: solid #FFF30D 1px; 
		color: #ffffff;
		}

	/* Gutters */

	#content .gutter {
		border-left: solid #FFF30D 1px;

	}

	/* boxes */

	.box { 
		border-bottom: solid #FFF30D 1px;
		}

	.box h3 {
		color:#fff;
		}

	.box a, #footer a, #content a {
		color: #FFFFFF;
		text-decoration: none;
		}
	.box a:hover, #footer a:hover, #content a:hover  {
		color: #FFF30D;
		}

	h1 {
		font-family: Arial;
		margin: 0;
		padding: 0;
		width: 100%;
		font-size: 150%;
		border-bottom: solid #FFF30D 1px;
		color: #FFFFFF;
		}
