/* reset.css */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body{
  font-size:1.1em;
  color:#5b5b5b;
  line-height:1.3em;
  font-family:'Trebuchet MS',trebuchet, arial, san-serif;
  background:url('layout_imgs/body_bg.png') repeat-x left 184px;
}

#container{
  width:990px;
  position:relative;
  left:50%;
  margin:45px auto auto -495px;
}


#left{
  width:310px;
  float:left;
}

#right{
  margin-left:320px;
  padding-top:30px;
}


h1#logo{
  width:310px;
  height:311px;
  background:url('layout_imgs/circle_logo.png') no-repeat;
  overflow:hidden;
  text-indent:-999999px;
  cursor:pointer;
}

h2#wealthy_street{
  width:505px;
  height:67px;
  background:url('layout_imgs/wealthy_street.png') no-repeat;
  overflow:hidden;
  text-indent:-999999px;
  cursor:pointer;
}

h3{
  font-size:1.8em;
  font-weight:bold;
  margin:2px auto 18px 18px;
  letter-spacing:-.07em;
}

#social{
  width:225px;
  float:right;
  margin-left:20px;
}

  #social li{
    font-size:1.5em;
    font-weight:bold;
    margin-bottom:12px;
  }

#content{
  width:395px;
  margin-left:20px;
  text-align:justify;
}

a{
  color:#592525;
  text-decoration:none;
}
  a img{
    border:none;
    vertical-align:top;
    margin-right:5px;
  }

#content p{
  margin-bottom:10px;
  line-height:1.4em;
}

#content p.first{
  font-weight:bold;
  color:#463534;
  font-size:1.15em;
}

legend{
  font-size:1.4em !important;
}
