html,body {
  height:100%;
}
img { border: none; }
.padtop { padding-top: 10px;}
.twocols {
    float: left;
    width: 780px;
    margin-bottom: 20px;
}

.twocols .left {
    float: left;
    width: 270px;
}

.twocols .right {
    float: left;
    width: 510px;
}

body{
  margin:0;
  font-family:Verdana, "sans serif";
  font-size:0.70em;
  color:#222222;
  background:#fcfcfc url(../images/bodyBackground.jpg) repeat-y top center;
}

br{
  margin:5px;
}

#container{
  background:#FCFCFC;
  margin:0 auto;
  height:100%;
}

#banner{
  width:883px;
  height:122px;
  padding:65px 0px 0px 120px;
  background:url(../images/headerBg.gif) no-repeat top center;
  border:1px solid red;
}

#navigation{
  width:1001px;
  height:41px;
  border-right:1px #ffffff solid;
  border-left:1px #ffffff solid;
  background:#e6e6e6 url(../images/navBg.jpg) repeat-x;
  position:relative;
}

#comingSoonText {
    position:absolute;
    top:5px;
    right:50px;
}

#downloadPDF2009 {
    position:absolute;
    top:8px;
    left:118px;
}

#downloadPDF2009 a {
    background:url(../images/ctaDownload2009Report.gif) top left no-repeat;
    width:231px;
    height:30px;
    display:block;
    text-indent:-9999em;
    overflow:hidden;
}

#downloadPDF2008 {
    position:absolute;
    top:8px;
    left:118px;
}

#downloadPDF2008 a {
    background:url(../images/ctaDownload2008Report.gif) top left no-repeat;
    width:218px;
    height:26px;
    display:block;
    text-indent:-9999em;
    overflow:hidden;
}


#contents {
  margin:28px 120px;
}


#image{
  float:left;
  margin:0 10px 8px 0;
}

#image img{
  border:6px #000 solid;
}

#copy{
  width:800px;
  float:left;
  line-height:1.3em;
}

#copy a, #copy a:visited{
  color:#E47120;
  font-weight: bold;
}


/* header */
#headerContent {
	background:url(../images/headerBg.gif) top left no-repeat;
	height:180px;
	position:relative;
	margin-bottom:5px;
}

/* for header */
#logoPlace {
	position:absolute;
	top:65px;
	left:100px;
}

#wantToDonateLarge {
	background:url(../images/wanttohelp.gif) top left no-repeat;
	top:70px;
	right:80px;
}

#wantToDonateLarge a {	
	width:137px;
	height:39px;
	display:block;
}

#wantToDonateLarge,
#wantToDonateSmall {
	overflow:hidden;
	text-indent:-9999em;
	position:absolute;
}

/* Structural Only
****************************************************** */
#wrapBody {
	width:1003px;
	margin:0 auto;
	/* SAFARI FIX */
	border-bottom:1px solid white;
	position:relative;
	text-align:left;
	background-color:#ffffff;
	min-height:100%;
	height:auto !important;
	height:100%;
	overflow-x:hidden;
}



/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
