/* Caron */
/*
  This is the base style for all body text.
*/
body {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 70%; 
 color:#333333;
 line-height: 1.7em;
 letter-spacing: .04em;
 vertical-align: baseline;
 text-align: center;
 background: white;
}

#container {
  margin: 0 auto;
  width: 840px;
  text-align: left;
  border-right: 1px solid #a1a5a9;
  border-bottom: 1px solid #a1a5a9;
  border-top: 1px solid #a1a5a9;
  border-left: 1px solid #a1a5a9;
  margin-right: auto;
  margin-left: auto;
  }
  
p, 
td, 
ol, 
ul,
li {
 font-size: 12px;
}

/*
  This is the base style for all headers.
*/
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
 font-weight: bold;
 vertical-align: baseline;
}

h1 {
 font-size: 1.2em; 
}

h2 {
 font-size: 1.0em; 
}

h3 {
 font-size: 1.3em;
 line-height: 1.0em;
 font-family: Arial, Helvetica, sans-serif; 
 letter-spacing: .03em;
 text-decoration: underline;
}

h4 {
 font-size: 1.2em; 
 line-height: 1.0em;
 font-family: Arial, Helvetica, sans-serif; 
 letter-spacing: .03em;
}

h5 {
 font-size: 0.6em; 
}

h6 {
 font-size: 0.6em; 
}

/*
  Default link colors
*/
a:link {
 color: #555555;
 text-decoration: none;
}

a:visited {
 color: #555555;
 text-decoration: none;
}

a:hover {
 color: #BB0000;
 text-decoration: underline;
}

a:active {
 color: #BB0000;
 text-decoration: underline;
}

a img {
 border: 0;
}

/*
  Remove all margins & padding.
  They will be replaced only as needed.
*/

a,
body,
div,
img,
h1, 
h2, 
h3, 
h4, 
h5, 
h6,
p,
ul,
ol,
li {
 margin: 0px;
 padding: 0px;
 border: none;
 display: block;
}

table,
tbody,
td,
tr {
 margin: 0px;
 padding: 0px;
 border: none;
}

/*
  Restore inline elements.
*/
a,
img {
 display: inline;
}

/*
  Design specific settings.
*/

html,
body {
 height: 100%;
 
}

body {
 background: white;
}


#subscribe {
 border-top: 1px solid #a1a5a9;
 border-right: 1px solid #a1a5a9;
}

#main_body {
 border-right: 1px solid #a1a5a9;
 border-bottom: 1px solid #a1a5a9;
 border-top: 1px solid #a1a5a9;
 border-left: 1px solid #a1a5a9;
 }
