* { 
 margin: 0px;
 padding: 0px;
}

body 
{
  background-color: #fff;
  background-image: url("http://www.northerngulfinstitute.org/2008ngiconference/images/sand.jpg");
  background-position: -300px 0px;
  font-size:  14px;
  color:  #000;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 5px 10px 0px;
}

img
{
  border: none;
}


/************************
   MAIN BODY   
************************/

#container {
  margin: 0px auto 0px auto;
  border: 0px solid #ddd;
  width: 800px;
  text-align: left;
}

#contentContainer{
  background-color: #eaf3f4; 
}

#content{
  background-color: #fff;
  text-align: left;
  margin-left: 160px;
  padding: 1.5em;
  font-size: 100%;
}
                                                                                
/************************
     NAVIGATION MENU
************************/
#navmenu, #navlist
{
  float: left;  
  width: 160px;
  background-color: #eee;
  color: #00f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
}

#navmenu ul{
  border: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

#navmenu li a{
  display: block;
  text-decoration: none;
  padding: 5px 0px 5px 5px;
  background-color: #eaf3f4;
  color: #00f;
  text-decoration: none;
  width: 100%;
}

html>body #navmenu li a {
  width: auto;
}

#navmenu li a:hover
{
  font-weight: bold;
  background-color: #cdd5d5;
}

#contact { 
  padding: 0em 0em 0em 0em;
  margin-left: 0px;
  background-color: #fff;
  text-align: center;
  font-size: 90%;
}

#contact a{ 
  color: #00f;
  text-decoration: underline;
}

/************************
     FOOTER
************************/
#bottomBar 
{
  position:relative;
  top:1px;
  width: 800px;

    background-color: #d0d0d0;
  clear: both;
  text-align: center;
}

#bottomBar a, a:link, a:visited
{
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

#bottomBar a:hover
{
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
}

.footer_dec{
  position:relative;
  margin-right:20px;
  margin-left:0px;
  font-size:9px;
  text-align:center;
}
