#header-wrapper {
	background-image: url(/images/header/header-background.jpg);
	background-repeat: repeat-x;
	height: 120px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#header-content {
	background-image: url(/images/header/header.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 750px;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
}
#header-links {
	position: relative;
	margin-left: 120px;
	padding-top: 85px;
}
a.header-link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.header-link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.header-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#wrapper {
	background-image: url(/images/body/body-background.jpg);
	background-repeat: repeat-y;
	width: 100%;
	margin-left: 0px;
}
#body-background {
	background-image: url(/images/body/body.jpg);
	background-repeat: no-repeat;
	width: 100%;
	margin-left: 0px;
	position: relative;
}
#body-content {
	width: 609px;
	margin-left: 100px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#left-column {
	float: left;
	width: 400px;
	position: relative;
}
#right-column {
	position: relative;
}
#right-links {
	width: 195px;
	position: absolute;
	left: 630px;
}
#footer {
	width: 950px;
	position: relative;
	text-align: center;
	clear: both;
}
#header-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #ED1B24;
}
#clear {
	width: 1px;
	position: relative;
	clear: both;
}
.sub-header {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
#header-large-black {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: ##000000;
}
.footer-text {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
#footer-red-line {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FF0000;
	height: 3px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

