/**
 * Various CSS styles relating to page structure and layout - that is, display.
 */
h1 { margin: 0; padding: 0; }

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
}

body {
	text-align: center;
	background: black url(images/redbar.gif) 0 60px repeat-x;
	padding-top: 97px;
}

#page {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 656px;
	background: white;
}

#header {
	position: absolute;
	left: -96px;
	top: -97px;
	width: 753px;
	height: 336px;
	background: url(images/ripout.jpg) no-repeat;
}

#header h1 {
	float: right;
	width: 400px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: url(images/header-h1.gif) bottom center no-repeat;
}

#header h1 span {
	display: none;
}

#header h2 {
	clear: right;
	float: right;
	width: 400px;
	height: 24px;
	margin: 0;
	padding: 0;
	background: url(images/header-h2.gif) center left no-repeat;
}

#header h2 span {
	display: none;
}

#sidebar {
	clear: right;
	float: left;
	width: 217px;
	padding: 15px;
	margin-top: 240px;
}

#sidebar .block {
	display: block;
	background: white;
	border: 1px dashed red;
	padding: 15px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 0.70em;
}

#footer {
	clear: both;
	padding: 15px;
}

a {
	color: red;
	text-decoration: underline;
}

