body {
	background: #000 url(images/background.jpg) no-repeat center top;
	font-family: "Georgia", "Trebuchet MS";
}

div.container { margin-top: 20px; }

div#header h1 { 
	display: block;
	width: 220px;
	height: 70px;
	background: url(images/rawrr-logo.png);
	text-indent: -999em;
}

hr { background: transparent; border: none; }

div#navigation { float: left; background: #000 url(images/navigation.png) repeat-x; height: 70px; }
div#navigation ul { float: right; list-style: none; display: block; height: 37px; line-height: 37px; margin: 0; }
div#navigation ul li { float: right; padding: 0 1.2em 0 0.2em; }
div#navigation ul li a { color: #fff; font-style: italic; font-size: 1.1em; text-decoration: none; }
div#navigation ul li a:hover { text-decoration: underline; }
div#navigation div.tagline { width: 100%; height: 33px; background: url(images/tagline.png); }

div#content { background: #f5f5f5; }
div#content h2 { font-size: 2em; font-style: italic; line-height: 2em; color: #0799d1; margin-bottom: 0.5em; margin-top: 1em; }
div#content div.inner { padding: 0 25px 25px 25px; }

div#sidebar h3 { text-align: right; color: #fff; font-style: italic; font-size: 1.5em;}
div#sidebar div.folio { padding-bottom: 10px; }
div#sidebar div.folio div.item {
	float: left; 
	background: #000; 
	border: 4px solid #fff; 
	width: 156px; height: 156px; margin-left: 10px; margin-bottom: 10px;
}

div#sidebar div.panel {
	background: #f5f5f5;
	padding: 25px;
	width: 290px; 
	margin-left: 10px;
}

div#footer { background: url(images/footer.png); height: 34px; line-height: 34px; margin: 20px 0px; }
div#footer p { color: #fff; font-style: italic; padding: 0em 1.5em; }