/* CSS Document */
html, body{
  margin: 0px;
  text-align: center;
  background-color: #C5DEF1;
}

a:link { background-color: transparent; text-decoration: none; color: #B97163; }
a:visited { background-color: transparent; text-decoration: none; color: #6699FF;} 
a:hover { background-color: transparent; text-decoration: none; color: #CCCCCC; }
a:active { background-color: transparent; text-decoration: none; color: #B97163;} 

#shadow_container{  
  text-align: center;
  position: relative;
  width: 1050px;
  min-height: 2000px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  background-image: url(http://lanmarqmedia.com/shadow.png);
  background-color: transparent;
  font-family: arial, verdana;
  color: #fff;
  overflow: hidden;
}

#container {
  position: relative;
  width: 938px;
  margin: auto;
  padding-bottom: 15px;
  border: 1px solid #000;
  background: #FFFFFF;
   
}

#header{
  width: 938px;
  height: 405px;
  position: relative;
  clear: both;
  background-image: url(http://lanmarqmedia.com/lanmarqlogo.jpg);
  background-repeat: no-repeat;
} 

#email{
  position: relative;
  clear: both;
  display: inline-table
  width: 210px;
  height: 60px;
  background-image: (http://lanmarqmedia.com/email.gif);
  background-repeat: no-repeat;
}

#links{
  position: relative;
  float: left;
  display: inline-table;
  height: 16px;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  clear: both;
}



#spacer{
  position: relative;
  clear: both;
  width: 100%;
  height: 25px;
}

#content{
  position: relative;
  display: inline-table;
  width: 700px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

#image{
  margin-right: 4px;
  float: left;
}

#line{
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #ccc;
  text-align: center;
  clear: both;
}

#footer{
  width: 938px;
  position: relative;
  overflow: hidden;
  display: inline-text;
  margin: auto;
  text-align: center;
  clear: both;
  background-color: #333;
  min-height: 15px;
}

.welcome{
 font-size: 10px;
 text-align: center;
}

.main_title{
  font-size: large;
  text-align: left;
}



.date{
  clear: both;
  font-size: small;
  font-family: impact;
  text-align: left;
  margin-top: 7px;
}

.title{
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}

.content{
  font-size: normal;
  text-align: left;
}

.footer{
  font-size: 10px;
}
