* {
  margin:0;
  padding:0;
}

body {
  font-family:Helvetica, Arial, sans-serif;
  font-size:14px;
  color:#000;
}

#global {
  width:800px;
  margin:0 auto;
  padding:50px;
}

#header {
  position:relative;
  padding:0 0 35px;
}

#header h1 a {
  background:url(amanda_tavoularis.jpg) no-repeat;
  display:block;
  width:470px;
  height:46px;
}

#header h1 a span {
  display:none;
}

#description {
  position:absolute;
  right:0;
  top:0;
  width:200px;
  text-align:right;
  color:#848484;
  font-size:12px;
  line-height:18px;
}

#main_image {
  height:221px;
}

#main {
  padding:20px 0 0;
}

#content {
  width:500px;
  padding:0 30px 0 0;
  float:left;
}

#sidebar {
  width:270px;
  float:left;
}

#main h3 {
  font-family:Georgia, "Times New Roman", serif;
  color:#848484;
  font-style:italic;
  font-weight:normal;
  font-size:13px;
  padding:0 0 10px;
}

.entry h2 {
  font-family:Georgia, "Times New Roman", serif;
  font-size:20px;
  color:#23a4a0;
}

.entry_body {
  line-height:22px;
  color:#848484;
}

.entry_body p {
  padding:4px 0;
}

.entry_body img {
  border: 8px solid #23a4a0;
  line-height:0;
  background:#eee;
}

.entry_body img.left {
  float:left;
  margin:9px 15px 0 0;
}

p#emphasis {
  font-weight:bold;
  color:#23a4a0;
}

#bottomline {
  padding:15px 0;
  margin:15px 0 0;
  border-top: 1px solid #23a4a0;
}

#sidebar p, #sidebar li {
  font-size:13px;
  color:#848484;
  line-height:16px;
}

#sidebar h4 {
  font-size:13px;
  color:#000;
}

#sidebar ul#contact {
  list-style-type:none;
}

ul#contact li {
  display:block;
  position:relative;
  padding:0 0 10px 10px;
}

ul#contact li img {
  position:absolute;
  top:0;
  left:0;
}

ul#contact li p {
  padding:0 0 0 0;
}

#sidebar .dir {
  position:relative;
  padding:20px 0 20px 0px;
  margin:8px 0;
  border-top: 1px solid #23a4a0;
  border-bottom: 1px solid #23a4a0;
}

#sidebar .dir img {
  position:absolute;
  top:23px;
  left:0;
}

#footer {
  font-size:11px;
  color:#999;
  padding:55px 0 0;
  text-align:center;
}

.spacer {
  clear:both;
}

a {
  color:#23a4a0;
  text-decoration:none;
  font-weight:bold;
}

a:hover {
  color:#848484;
}

img {
  border:none;
}


