#randomquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFF00;
	text-align: left;
	float: left;
	border-left-width: 1px;
	border-left-style: dashed;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
	margin-left: 5px;
	padding-left: 5px;
	height: 68px;
}
#headerlogo {
	float: left;
}
#headerlogo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #910000;
	font:bold;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #910000;
	background-image: url(/images/hr.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	text-align:center;
}

h1 {
	font-size: 36px;
	text-transform: lowercase;
	text-align: center;
}
