html,body {
  margin: 0; 
  padding: 0;
  }

body {
  margin: 0; padding: 0;
  font: 10pt georgia, serif;
  color: #333;
  background: #E5E5E5 url(../images/main_background.gif) left top repeat;
  }
  
a:link, a:active, a:visited{
  color: #0044dd;
  }
a:hover { color: #f00; }
#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 820px;
  background: #FFF url(../images/content_background.gif) left top repeat-y;
}  
  
/* HEADER */  
#header {
  margin: 0 auto;
  padding: 10px 0 0 0;
  width: 754px;
  height: 156px;
  background: transparent url(../images/header.gif) left bottom no-repeat;
  }
  
#header h1#site_heading, #header h2#site_subheading {
  margin: 0;
  padding: 0 0 0 20px;
  color: #FFF;
  font-weight: normal;
}

#header h1#site_heading {
  padding: 10px 0 0 20px;
  font-size: 28pt;
}

#header h2#site_subheading {
  font-size: 14pt;
} 

#header a:link, #header a:active, #header a:visited, #header a:hover {
  color: #FFF;
  } 

/* NAVIGATION */
#primary_navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  list-style-type: none;
  font-size: 13pt;
}  

#primary_navigation ul li {
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
  list-style-type: none;
  background: transparent url(../images/bullet.gif) 5px 4px no-repeat;
}

#primary_navigation ul li a:link, #primary_navigation ul li a:active, #primary_navigation ul li a:visited, #primary_navigation ul li a:hover {
  color: #004460;
  text-decoration: none;
}

/* LOCATION 1 - left side */ 
#leftWrapper {
  margin: 20px 0 0 0;
  padding-left: 35px;
  width: 190px;
  float: left;
}

#location_1 {
	min-height: 100px;
}

#location_1 h2 span, #location_1 h3 {
  display: block;
  margin: 5px 0 3px 0;
  padding: 3px 0 3px 5px;
  background: #FFF;
  border-top: 1px solid #D4D7D3;
  border-bottom: 1px solid #D4D7D3;
  color: #4F4F4F;
  font-size: 14pt;
}

#location_1 div.component ul {
  margin: 0;
  padding: 0 0 10px 0;
  list-style-type: none;
 
}

#location_1 div.component ul li {
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
  list-style-type: none;
  background: transparent url(../images/bullet.gif) 5px 2px no-repeat;
}

/* LOCATION 0 - main content */
#location_0 {
  margin-left: 20px;
  padding: 0;
  width: 540px;
  float: left;
  min-height: 100px;
}

#location_0 div.component {
  padding-top: 20px;
}

#location_0 div.component h2 span, #location_0 div.component h3 {
  display: block;
  margin: 5px 0 0 0;
  padding: 3px 0px;
  background: #FFF;
  border-top: 1px solid #D4D7D3;
  border-bottom: 1px solid #D4D7D3;
  color: #4F4F4F;
  font-size: 14pt;
}

/* BLOG POST */  
.blog_post .comments {
	text-align: right;
	padding-bottom: 10px;
}

.metadata, .archived {
	text-align: right;
}
.blog_post .date {
	font-weight: bold;
}
.blog_post .title a { text-decoration: none;}

/* FRIEND LIST */
#location_1 div.component ul.friends li {
	background: none;
	margin: 5px;
	padding: 0;
}

ul.friends li div img {
	border: 1px solid #D4D7D3;
}

/* FOOTER */
#footer {
	padding: 20px 30px 30px 30px;
	clear: left;
	background: transparent url(../images/footer.gif) left bottom no-repeat;
	text-align: right;
}