@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffbc80;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1003px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/background.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border-right: 1px solid #000000;
	border-top: 0;
	border-bottom: 0;
	border-left: 1px solid #000000;*/
	border: 1px solid #000000;
	padding: 20px 0 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
width: 663px;
height: 150px;
border: 1px solid #000000;
	background: url(images/header.jpg) no-repeat; 
	margin: 0 auto;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #menu {
width: 663px;
height: 24px;
border: none;
	background: url(images/menubackground.jpg) no-repeat; 
	margin: 0 auto;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#menu ul{
padding: 0;
margin: 0;
}
.oneColFixCtrHdr #mainContent {
	width: 623px;
	border: 1px solid #000000;
	background: url(images/bodybackground.jpg); 
	margin: 0 auto;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: none;
}
.oneColFixCtrHdr #reward-right {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: none;
	float:right;
	width: 50%;
}
.oneColFixCtrHdr #reward-left {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: none;
	float:left;
	width: 50%;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#navbar {
    height: 24px;
}
#navbar li {
    list-style: none;
    display: inline;
}
#navbar-servicesrates a {
    width: 168px;
	height: 24px;
    background: url(images/servicesrates.jpg) no-repeat;
    float: left;
    padding: 0;
    margin:0;
}
#navbar-servicesrates a:hover { 
    background-position:0 -24px;
}
#navbar-servicesrates a:active {
    background-position:0 -48px;
}
#navbar-testimonials a {
    width: 160px;
	height: 24px;
    background: url(images/testimonials.jpg) no-repeat;
    float: left;
    padding: 0;
    margin:0;
}
#navbar-testimonials a:hover { 
    background-position:0 -24px;
}
#navbar-testimonials a:active {
    background-position:0 -48px;
}
#navbar-contactus a {
    width: 166px;
	height: 24px;
    background: url(images/contactus.jpg) no-repeat;
    float: left;
    padding: 0;
    margin:0;
}
#navbar-contactus a:hover { 
    background-position:0 -24px;
}
#navbar-contactus a:active {
    background-position:0 -48px;
}
#navbar-home a {
    width: 166px;
	height: 24px;
    background: url(images/home.jpg) no-repeat;
    float: left;
    padding: 0;
    margin:0;
}
#navbar-home a:hover { 
    background-position:0 -24px;
}
#navbar-home a:active {
    background-position:0 -48px;
}
#navbar-home-on a {
    width: 166px;
	height: 24px;
    background: url(images/home.jpg) no-repeat;
	background-position:0 -48px;
    float: left;
    padding: 0;
    margin:0;
}
#navbar-servicesrates-on a {
    width: 168px;
	height: 24px;
    background: url(images/servicesrates.jpg) no-repeat;
	background-position:0 -48px;
    float: left;
    padding: 0;
    margin:0;
}
#navbar-testimonials-on a {
    width: 160px;
	height: 24px;
    background: url(images/testimonials.jpg) no-repeat;
	background-position:0 -48px;
    float: left;
    padding: 0;
    margin:0;
	text-decoration:none;
}
#navbar-contactus-on a {
    width: 166px;
	height: 24px;
    background: url(images/contactus.jpg) no-repeat;
	background-position:0 -48px;
    float: left;
    padding: 0;
    margin:0;
}
