body {
  margin: 0px;
  padding: 0px;
  color: rgb(34, 34, 34);
  background-image: url('background.gif');
  background-repeat: repeat-x;
  background-color: rgb(110, 156, 199);
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 80%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}

a:link {
  text-decoration: none;
  color: rgb(51, 51, 153);
}

a:visited {
  text-decoration: none;
  color: rgb(51, 51, 153);
}

a:hover, a:active {
  color: rgb(73, 175, 97);
}

h1, h2, h3, h4, h5 {
  margin: 20px 0px 10px 0px;
  font-weight: normal;
}

h1 {
  font-size: 32px;
  margin-bottom: 0px;
  margin-top: 25px;
}

h3 {
  font-size: 24px;
}

h5 {
  font-size: 14px;
  font-weight: bold;
  color: #B73537;
}

.tab {
  font-weight: bold;
  border-bottom-width: 0px;
  font-size: 24px;
  text-decoration: none;
  color: #B73537;
}

#paga {
  width: 768px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  background: rgb(255, 255, 255) url('lexapro.gif') no-repeat scroll 0% 0%;
  float: left;
  width: 768px;
  padding-bottom: 8px;
  clear: right;
  padding-left: 0px;
  height: 89px;
  margin-top: 10px;
}

#navigation {
  clear: both;
  float: left;
  width: 100%;
  background-image: url('header.jpg');
  height: 220px;
}

#wrapper {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  clear: both;
  float: left;
  width: 100%;
  color: rgb(85, 85, 85);
}

#content-wrapper {
  width: 66%;
  float: left;
}

#content {
  padding: 0px 0px 10px 30px;
  float: left;
}

#header h1 {
  padding-left: 30px;
  color: #B73537;
}

#wrapper a:link {
  font-weight: bold;
}

#wrapper a:visited {
  font-weight: bold;
}

#wrapper a:hover, #wrapper a:active {}

#sw {
  width: 34%;
  float: right;
}

#sw p{
  padding: 0px 0px 0px 45px;
}

#sidebar {
  padding: 0px 15px 10px 10px;
  width: 210px;
  margin-right: 15px;
  margin-top: 0px;
}

.post p{
  padding: 5px 0px 0px 0px;
}

#footer {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  clear: both;
  float: left;
  width: 748px;
  text-align: left;
  padding-left: 20px;
  color: #B73537;
  font-size: 11px;
}

#footer a {
  color: #B73537;
  font-size: 11px;
}

#footer a:hover {
  border-bottom: 1px dashed rgb(225, 138, 119);
  color: rgb(153, 48, 25);
}

h4 {
  font-size: 14px;
  font-weight: bold;
  color: #4E4E4E;
  margin: 0px 12px 1px 45px;
  padding: 0px 12px 1px 12px;
  text-transform: uppercase
}
#depr{
  padding: 10px 0px 0px 0px;
  margin-top: 20px;
}


