* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

/* Start typography **************************************************************/
	
p {
	margin: 0 0 10px 0;
	font-size: 1em;
	}

p.big_p {
	font-size: 1.2em;
	}
		
h1 {
	font-size: 2em;
	margin: 0 0 10px 0;
	}

h2 {
	font-size: 1.8em;
	margin: 0 0 10px 0;
	}

h3 {
	font-size: 1.6em;
	margin: 0 0 10px 0;
	}

h4 {
	font-size: 1.4em;
	margin: 0 0 10px 0;
	}

h5 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	}

a {
	color: #009090;
	}

/* End typography **************************************************************/

/* Start Structure **************************************************************/

#wrapper {
	margin: 0 auto;
	width: 800px;
	height: 100%;
	}

#header {
	margin: 10px 0 0px 0;
	width: 100%;
	height: 9em;
	text-align: center;
	border-bottom: 1px solid #ddd;
	background: transparent url(images/boys-with-hobbies-logo.jpg) no-repeat;
	background-position: center center;
	}

#header h1 {
	text-indent: -9999px;
	}

#footer {
	height: 2em;
	text-align: center;
	border-top: 1px solid #ddd;
	padding: 10px 0 0 0;
	margin: 15px 0 0 0;
	}

/* End Structure ****************************************************************/

/* Start Navigation ****************************************************************/

#navwrapper {
	width: 46em;
	margin: 10px auto 0px auto;
	padding: 0 0 10px 0;
	}

ul#navigation {
	margin: 0;
	list-style: none;
	display: block;
	float: left;
	}

ul#navigation li {
	float: left;
	}

ul#navigation li a {
	webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 6em;
	background: #7F78E2;
	margin: 0 .5em;
	padding: 6px 3px 6px 3px;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	}

ul#navigation li a:hover {
	text-transform: uppercase;
	text-decoration: underline;
	color: #333;
	background: #b1d8e2;
	}

ul#navigation li a:active {
	background: #333;
	}

/* secont nav ***********************************/

#navwrapper02 {
	width: 29em;
	margin: 0 auto 10px auto;
	padding: 0 0 10px 0;
	}

ul#navigation02 {
	margin: 0;
	list-style: none;
	display: block;
	float: left;
	}

ul#navigation02 li {
	float: left;
	}

ul#navigation02 li a {
	webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 8em;
	background: #c2d3df;
	margin: 0 .5em;
	padding: 6px 3px 6px 3px;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	}

ul#navigation02 li a:hover {
	text-transform: uppercase;
	text-decoration: underline;
	color: #333;
	background: #b1d8e2;
	}

ul#navigation02 li a:active {
	background: #333;
	}
/* end second nav **********************************/

/* End Navigation ****************************************************************/

.clear {
	clear: both;
	}

img.floatleft {
	float: left;
	}

img.floatright {
	float: right;
	}


