/*CSS Reset*/

body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }

address, caption, cite, code, dfn,  var { font-style: normal; font-weight: normal; }

ol, ul { list-style: none; margin: 0; padding: 0; }

table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; font-weight: normal; font-style: normal; }

acronym, abbr, fieldset, img { border: 0;}

:focus { outline: 0; }

.container {
  font: normal normal 12px Helvetica, Verdana, Arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
  width:960px;
}

.container a {
  text-decoration: underline;
  font: normal normal 12px Helvetica, Verdana, Arial, sans-serif;
}

.container strong { 
  font-weight: bold; 
}

.container p { 
  padding-bottom: 18px; 
  font-size: 12px; 
}


h1 {
	font: bold 16px Georgia, serif;
	padding-bottom: 10px
}


h2 {
	font: bold 14px Georgia, serif;
	padding-bottom: 10px
}

.grid_1{
  display: inline;
  float: left;
	position: relative;
  width:640px;
}

.grid_2{
  display: inline;
  float: left;
	position: relative;
  margin-left: 40px;
  width:280px;
}

.vcard {
	font: bold 14px Georgia, serif;
	line-height: 2.0em;
}

.emailaddress {
	font: bold 14px Georgia, serif;
}

#lb-footer {
  border-top: dashed 1px gray;
  text-align: center;
  clear: both;
  width: 960px;
  margin: 20px auto;
  padding-top:20px;
}

#lb-footer ul {
  color; gray;
  display: inline;
  margin: 12px;
  list-style-type: none;
}

#lb-footer li {
  display: inline;
  margin: 12px;
}




