body {
	margin: 0px;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center 21px;
}
h2 {
	background-image: url(../images/h2-bg.jpg);
	width: 738px;
	height: 23px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
	padding-left: 10px;
	padding-top: 7px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F0F0F0;
	height: 18px;
	padding-top: 3px;
}
#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1002px;
	position:relative;
}
#top {
	height: 175px;
	width: 1002px;
	background-image: url(../images/top-bg.jpg);
	position: relative;
	z-index:10;
}
#content {
	width: 748px;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	float: left;
    /*position: relative;*/
	text-align: justify;
}
#index {
	width: 988px;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	clear: both;
	text-align: justify;
}
#right {
	float: right;
	height: 421px;
	width: 240px;
	background-image: url(../images/right-bg.jpg);
	padding-top: 7px;
}
#footer {
	width: 952px;
	clear: both;
	background-image: url(../images/footer-bg.jpg);
	text-align: center;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 10px;
	color: #373a65;
}
img {
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}
 .leftimg {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rightimg {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #CF3B1F;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:visited {
	color: #CF3B1F;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
	color: #561E11;
}
#logo {
	float: left;
}
#cta {
	float: right;
}
#special {
	width: 210px;
	height: 245;
	position: absolute;
	top: 40px;
	left: -50px;
}

