/* Keep these as is */
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Arial", "Helvetica", sans-serif;
	text-align: center;
	color: white;
}
a {
	color: white;
	text-decoration: underline;
}
img {
	border: none;
}
hr {
	border: none;
	border-top: 1px solid white;
}
blockquote {
	font-style: "Courier New", courier;
	font-size: 11pt;
	margin: 5px;
	padding: 10px;
	margin-left: 25px;
}
blockquote.quote {
/*	background: url(/images/quoteTicks.jpg) no-repeat;*/
}
blockquote.submission {
	background: #222;
	border: 1px solid #CCC;
}

#page {
	width: 773px;
	margin: 0 auto;
	display: block;
	background: #121318;
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	min-height: 600px;
}

#header {
	background: url(/include/layouts/default/images/hr_header.png) no-repeat;
	width: 100%;
	height: 107px;
}

#content {
	display: block;
	clear: left;
	width: 500px;
	padding: 10px;
	font-size: 10pt;
}

#content * {
	font-size: 10pt;
}

#content h1 {
	font-family: "Curlz MT", "Kids", "Comic Sans MS", "Dom Casual", sans-serif;
	font-size: 19pt;
	text-transform: uppercase;
}

#footer {
	display: block;
	width: 500px;
	padding: 10px;
	padding-top: 30px;
}
#footer h6 {
	margin: 0;
}
#footer p {
	font-size: 11pt;
}
#footer #links p {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 8pt;
}

#pageInset {
	float: right;
	text-align: right;
}
#pageInset ul {
	margin: 10px;
	padding: 0;
	list-style-type: none;
	font-size: 14pt;
}
#pageInset ul a {
	text-decoration: none;
}