/* This is the style of your browser text */

p {
  margin: .5em 0 1em 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #0A386B;
}


#container {
  max-width: 740px;
  width: 75%;
  margin: 0 auto;
  border-left: 3px #000 double;
  border-right: 3px #000 double;  
  background-color: #FFF;
}

#main {
  margin: .5em 20px 0 20px;
  border-top: 1px solid #000;
  text-align: left;
  padding: 20px 0 20px 0;
}

#left {
  float: left;
  width: 140px;
  margin: 0 20px 14px 0;
  background-color: #DCDCDC;
  border: 3px double #FFF;
  font-size: 10px;
  line-height: 1.4em;
}

.gutter {
  margin: 10px;
}

#right {
  float: right;
  width: 120px;
  margin: 0 0 14px 20px;
}

#center {
  width: 375px;
  margin-left: 170px;
}

#pullquote {
  float: right;
  margin: 0 0 .4em 1em;
  width: 145px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-variant: small-caps;
  font-size: 20px;
  line-height: 1.3em;
}

.levent {
	font-size:20px;
	line-height:18px;
	font-weight:normal;
	color:#40362e;
	background-image: url(../images/1px-gray-dot.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
}
