﻿body{
  margin:0;
  padding:0;
  background-color:#EFEBDC;
  text-align:center;
}

#container {
  overflow:hidden;
  width:100%;
  background-color:#E1D9BE;
  text-align:center;
}

#content{
  overflow:visible;
  width:1000px;
  margin:0 auto;
}

#nav{
  overflow:visible;
  width:100%;
}

#flashcontent{
  width:100%;
  text-align:center;
  
}


#textContent{
  width:990px;
  margin:0 auto;
  background-image:url('../images/bg_textcontent.gif');
  background-repeat: no-repeat;
  background-position: top left;
  text-align:left;
  padding-top:86px;
  background-color:#FFFFFF;
  overflow:hidden;
  position:relative !important;
  left:55px !important;

}


#leftconent{
  width:400px;
  float:left;
  text-align:center;
  padding-top:95px;
  padding-left: 20px;
  font-family: Verdana;
  font-size:13px;
  color:#333333;

}

#innerNav{

  float:left;
  margin-left: 15px;

 
}



#innercontent{

  float:right;
  font-family: Verdana;
  font-size:13px;
  padding-top:50px;
  margin-left: 10px;
  margin-right: 50px;
  color:#333333;
  width:510px;
}

#innercontent table{
  font-size:13px;
   color:#333333;
    font-family: Verdana;
}

#innercontent p{
  padding-right:20px;
}

#innercontent h1{
    font-family: Verdana;
  font-size:24px;
  color:#931B1B;
}

#innercontent h2{
  font-family: Verdana;
  font-size:18px;
  color:#000000;
}

#innercontent h3{
  font-family: Verdana;
  font-size:13px;
  color:#000000;
}

#innercontent b {
  color:#000000;
}

#innercontent b.subheading {
  color:#000000;
}

#innercontent b.subsubheading {
  color:#000000;
  font-weight: 400;
}

#innercontent a:link, #innercontent a:visited {
   color:#931B1B;
   text-decoration: none;
   border-bottom: dotted 1px #931B1B;   
}

#innercontent a:hover {
   color:#931B1B;
   text-decoration: none;
   border-bottom: solid 1px #931B1B;   
}


#innercontent li {
	margin-bottom: 5px;
}

/* *** FOOTER *** */

#footer{
  overflow:auto;
  width:890px;
  margin:0 auto;
  color:#3C3930;
  font-size:11px;
  font-family:Verdana;
  font-weight:bold;
  text-align:left;
  margin-top:10px;
}

#footer a:link, #footer a:visited {
  color:#3C3930;
  text-decoration: none;
}

#footer a:hover {
  color:#3C3930;
  text-decoration: underline;
}

img.pic-zoe {
	margin-top:65px;	
}

