BODY {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #3a383a;
  padding: 0;
  margin: 0;
}

/* development help 

div { border: 1px dashed #000; }*/

/* //////////////*/

/* site structure */

#siteShadow {
  position: absolute;
  width: 990px;
  height: 1000px;
  background: #000;
  height: 1130px;
  
}

#fixcenter {
  position: relative;
  width: 990px;
  margin:0 auto;
  text-align: center;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
}

#container {
  width: 901px;
  margin:0 auto;
  text-align: center;
}

#header {
  width: 901px;
  height: 106px;
}

#topNav {
  width: 901px;
  height: 44px;
  line-height: 44px;
  font-style: italic;
  margin-bottom: 10px;
}

#leftColumn {
  width: 168px;
  float: left;
}

#contentArea {
  width: 733px;
  float: left;
}

#content {
  width: 721px;
  float: right;
  color: #4F4E4F;
}

#footer {
  width: 901px;
  height: 57px;
  float: left;
}

#bottomNav {
  width: 901px;
  height: 22px;
  line-height: 18px;
  float: left;
}

/* site wide styling */

.blackBac {
  background: #000;
  color: #fff;
  padding: 0 2px 0 2px;
 }

 b {
 color: #000;
 }

/* header styling */

#header img {
  float: right;
  margin: 10px 0 10px 0;
}

#header #topLeft {
  float: left;
  width: 120px;
  margin-top: 10px;
}

#header p {
  float: left;
  margin: 0;
}

#topNav a {
  float: left;
  margin-right: 65px;
  text-align: left;
  color: #010002;
  text-decoration: none;
}

#topNav #last {
  margin-right: 0px;
}

#topNav a:hover {
  text-decoration: underline;
}

/* left col styling */

#leftColumn img {
  float: left;
  margin-bottom: 20px;
}

/* content area styling */

#contentBox {
  float: left;
  text-align: left;
}

#contentBox p {
  float: left;
  margin: 0;
}

#content a {
  color: #010002;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

/* footer styling */

#footer #topLeft {
  float: left;
  width: 120px;
}

#footer p {
  float: left;
  margin: 0;
}

#footer img {
  float: right;
  margin: 20px 0 0 0;
}

#bottomNav a {
  float: left;
  margin-right: 50px;
  text-align: left;
  color: #010002;
  text-decoration: none;
}

#bottomNav p {
  float: right;
  margin: 0;
}

#fbContainer { 
	width:240px;
	height:201px;
	overflow:none;
}

#fbFooter, #fbContents { 
display:none;
}