
/* - - - - - - - - - - - - TAG-BASED SELECTORS - - - - - - - - - - - - */

body {
	color: #000;
	background: #FFF;
}


img {
	border-style: none;
}

h2 {
	/* Logo */
	position: static;
	text-indent: 0;
	width: auto;
	height: auto;
	text-transform: uppercase;
	font-family: sans-serif;
	font-weight: normal;
	background-image:none;
}

#content {
	width: auto;
}

#navigation {
	display: none;
}

