@charset "UTF-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}

body {
	background-color:#030303;
	margin:0px;
}
img {
	border: 0;
}
h1, h2, h3    {
	padding-bottom: 5px;
	color: #333333;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 40px;
	margin: 0px;
	line-height: 36px;
}
h2 {
	font-size: 28px;
	margin: 0px;
	line-height: 28px;
}
h3 {
	font-size: 22px;
	margin: 0px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color: #333333;
	padding: 10px 0 0 0;
}

p a {
	color: #B70004;
}
p  a:hover {
	color: #B70004;
	text-decoration: none;
}
.p-small {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #464646;
}
.red {
	color: #B70004;
}
.blue {
	color: #2C6185;
}
.johnsonbox {
	background-color: #f4f4f4;
	height: auto;
	width: 75%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 6px dashed #B70004;
	padding: 30px;
}
#wrapper {
	height: auto;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
}
#header-bg {
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: center top;
}
#content-bg {
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 865px;
	margin-top: 268px;
	float: left;
}
#content-bg-text  {
	margin-right: 90px;
	margin-left: 90px;
}
#footer {
	height: 97px;
	width: 865px;
	background-image: url(../images/footer.jpg);
	float: left;
}
