@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C9C8D7;
	font-size: 13px;
	line-height: 18px;
	background-color: #282562;
	background-image: url(images/Hertz-sheriff-BG.jpg);
	background-repeat: repeat-x;
}
h1 {
	color: #DED63E;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 25px;
}
h2 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
}
hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-color: #5D5B89;
}
#footer {
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}
#MainBox {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #282562;
}
#MainLeft {
	float: left;
	width: 650px;
	padding: 25px;
}
#MainRight {
	float: right;
	width: 200px;
	padding: 25px;
}
a:link {
	color: #DED63E;
	text-decoration: none;
}
a:active {
	color: #DED63E;
	text-decoration: none;
}
a:visited {
	color: #DED63E;
	text-decoration: none;
}
a:hover {
	color: #AE2C31;
	text-decoration: underline;
}
a:focus
{
-moz-outline-style: none;
}

