body {
margin:0px;
padding:0px;
/*background-image:url(../images/bgImage.jpg);
background-repeat:no-repeat;
background-position:center top;*/
background-image:url(../images/background.jpg);
background-repeat:repeat-x;
background-color:#ecf4e8;
}

#mainContainer {
width:794px;
height:563px;
margin:auto;
background-image:url(../images/bottomBg.jpg);
background-repeat:no-repeat;
background-position:bottom;
}
#mainContainer #header{
width:795px;
height:181px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
}

#mainContainer h1{
width:555px;
height:24px;
background-image:url(../images/blueHeading.jpg);
background-repeat:no-repeat;
margin:0px;
padding:0px;
margin-top:-55px;
margin-left:120px;
}

#mainContainer #columnOne, #columnTwo{
float:left;
}
html>body #mainContainer #columnOne, #columnTwo{
margin-top:10px;
}

#columnOne {
margin-left:60px;
width:413px;
height:20px;
}
html>body #columnOne {
margin-left:120px;
}

#columnTwo {
width:177px;
height:20px;
margin-top:-11px;
}
html>body #columnTwo {
margin-top:2px;
}

#columnOne h3 {
margin:0px;
padding:0px;
width:400px;
margin-bottom:50px;
}

#columnOne span{
float:right;
margin-top:-100px;
position:relative;
}


#columnOne h2 {
margin:0px;
padding:0px;
width:300px;
height:16px;
margin-top:-40px;
}


#columnOne p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.70em;
line-height:17px;
}

#columnOne p strong {
font-size:1.2em;
display:block;
margin-top:10px;
margin-bottom:10px;
}

html>body #columnOne p strong {
margin-top:20px;
}

#columnTwo img {
margin-bottom:6px;
}
#footer {
		align: center;
		width: auto;
		height: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size:.90em;
		padding: 20px 0px 0px 10px;
		color: #4163a4;
}

#footer a:link {
		color: #4163a4;
}

#footer a:active {
		color: #4163a4;
}

#footer a:hover {
		color: #4163a4;
}

#footer a:visited {
		color: #4163a4;
}

.tracker {
position : absolute;
left : -1000px;
}