hmtl, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #fff url(images/page_bg.gif) repeat-x;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
  position: relative;
}

h1 {
  position: absolute;
  top: 46px;
  left: 0;
  height: 43px;
  padding-top: 8px;
  width: 414px;
  text-align: center;
  background: #7A808C;
  color: #ffffff;
  font: 24px "Times new roman", serif;
  font-weight: normal;
}
h1 strong {
  font-weight: normal;
  color: #0E1520;
}
#top-nav {
  position: absolute;
  top: 15px;
  left: 414px;
  width: 266px;
  height: 269px;
  background: #6D7481 bottom left url(images/header.jpg) no-repeat;
}
#top-nav ul {
  text-align: center;
  line-height: 32px;
}
#top-nav li {
  display: inline;
  font-size: 12px;
  color: #fff;
}
#top-nav a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
#top-nav a:hover {
  text-decoration: underline;
}

#whvertbar {
  background: url(images/whvertbar.gif) no-repeat;
  position: absolute;
  top: 46px;
  left: 680px;
  width: 48px;
  height: 238px;
}

#wlvertbar {
  background: url(images/wlvertbar.gif) no-repeat;
  position: absolute;
  top: 46px;
  left: 680px;
  width: 48px;
  height: 238px;
}
#wmvertbar {
  background: url(images/wmvertbar.gif) no-repeat;
  position: absolute;
  top: 46px;
  left: 680px;
  width: 48px;
  height: 238px;
}
#musicvertbar {
  background: url(images/musicvertbar.gif) no-repeat;
  position: absolute;
  top: 46px;
  left: 680px;
  width: 48px;
  height: 238px;
}
#blogvertbar {
  background: url(images/blogvertbar.gif) no-repeat;
  position: absolute;
  top: 46px;
  left: 680px;
  width: 48px;
  height: 238px;
}
#recvertbar {
  background: url(images/recvertbar.gif) no-repeat;
  position: absolute;
  top: 46px;
  left: 680px;
  width: 48px;
  height: 238px;
}

#header {
  background: url(images/headerbg.jpg) no-repeat;
  position: absolute;
  top: 89px;
  left: 0px;
  width: 414px;
  height: 195px;
}

/** body **/
#spacer {
  height: 285px;
}

#body {
  background: url(images/body_bg.gif) repeat-y;
  width: 100%;
}

#left {
  float: left;
  width: 720px;
}
#right {
  float: right;
  width: 0px;
}

#nav ul { 
}
#nav li {
  float: left;
  width: 144px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(images/tab_lit.gif) repeat-x;
  border-left: 1px solid white;
  list-style: none;
}
#nav a {
  font: 16px "Times new roman", serif;
  color: #ffffff;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
#nav li.drk {
  background: url(images/tab_drk.gif) repeat-x;
  border-left: none;
  padding-left: 1px;
}

#ramblings {
  background: #EEEEEE;
  padding: 15px 40px 14px 36px;
}
#ramblings h2 {
  font: 24px "Times new roman", serif;
}
#ramblings a {
  text-decoration: none;
}
#ramblings a:hover {
  text-decoration: underline;
}

#interesting {
  background: #EEEEEE;
  padding: 15px 40px 14px 36px;
}
#interesting h2 {
  font: 24px "Times new roman", serif;
}
#interesting a {
  text-decoration: none;
}
#intersting a:hover {
  text-decoration: underline;
}


#flickr {
padding:5px 0 0 5px;
margin-top:40px;
text-align: center;
}

#flickr h2 {
  font: 24px "Times new roman", serif;
}

.flickr_badge_image img {
border: 2px solid black !important;
display: inline;
}

.flickr_badge_image {
display: inline;
margin: 0px 15px 15px;

}

#bot-nav ul { 
}
#bot-nav li {
  float: left;
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(images/tab_lit.gif) repeat-x;
  border-left: 1px solid white;
  list-style: none;
}
#bot-nav a {
  font: 16px "Times new roman", serif;
  color: #ffffff;
  text-decoration: none;
}
#bot-nav a:hover {
  text-decoration: underline;
}
#bot-nav li.drk {
  background: url(images/tab_drk.gif) repeat-x;
  border-left: none;
  padding-left: 1px;
}
/** footer **/
#copyright {
  background: #6D7481;
  color: #fff;
  position: center;
  text-align: center;
  font-size: 11px;
  padding: 10px 0px 10px 0px;
  margin-bottom: 20px;
}
#copyright p {
  margin: 0;
  padding: 0;
}
