body, html { 
	word-wrap: normal; 
	font-style: normal; 
	margin:0; 
	padding:0; 
	border:0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #9396a3;
	background: url(images/bgndtop.gif) repeat-x #3f4250;
	text-align: center;
}

#wrapper {
	width: 920px;
	margin: 0 auto 0 auto;
	padding: 0 0 40px 0;
	text-align: left;
}

img.logo {
	margin: 0;
	padding-left: 90px;
}

h1, h2, h3 {
	font-size: 1.8em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding-bottom: .6em;
}

#content {
	margin: 0 auto 0 auto;
	padding: 2em 0 0 0;
	width: 740px;
}

#content h1, #content p {
	margin-top: 0;
}

#footer {
	margin: 0;
	padding: 70px 90px 0 90px;
	clear: both;
	text-align: center;
}

#footer p {
	margin-top: 0;
	font-size: .8em;
	line-height: 1.5em;
	color: #7f828f;
}

#footer h1 {
	margin-top: 0;
	padding-bottom: 4px;
	font-size: .8em;
	color: #7f828f;
}

#footer p.copyright {
	color: #656876;
	font-size: .7em;
}

#footer ul {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	font-size: .8em;
	color: #656876;
	margin: 0 .2em;
}

#footer ul li a {
	padding: 2px 5px 2px 5px;
	border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
    text-decoration: none;      
}

#footer ul li a:link, #footer ul li a:visited {
	background: #353846;
	color: #5d606e;
	border-bottom: 1px solid #2b2e3c;
	text-decoration: none;
}

#footer ul li a:hover, #footer ul li a:active {
	background: #ffba2a;
	border-bottom: 1px solid #ff8b1a;
	color: #903b01;
	text-decoration: none;
}

#footer a, #footer a:link, #footer a:visited {
	color: #7f828f;
	text-decoration: none;
}

#footer a:hover, #footer a.active {
	color: #ffffff;
	text-decoration: none;
}

/* Entry Buttons */

#navigation {
	list-style: none;
	margin: 0 1px 0 1px;
	padding: 20px 0 0 0;
}

#navigation li {
	float: left;
}

#navigation a img {
	border: 0;
}

a#blog img {
  height: 368px;
  width: 174px;
  margin-right: 14px;
  position: relative;
  display: block;
  background: url(images/btnentryblog.gif) 0 0 no-repeat;
}

a#blog:hover img {
  background-position: -174px;
}

a#gallery img {
  height: 368px;
  width: 174px;
  margin-right: 14px;
  position: relative;
  display: block;
  background: url(images/btnentrygallery.gif) 0 0 no-repeat;
}

a#gallery:hover img {
  background-position: -174px;
}

a#rss img {
  height: 368px;
  width: 174px;
  margin-right: 14px;
  position: relative;
  display: block;
  background: url(images/btnentryrss.gif) 0 0 no-repeat;
}

a#rss:hover img {
  background-position: -174px;
}

a#twitter img {
  height: 368px;
  width: 174px;
  position: relative;
  display: block;
  background: url(images/btnentrytwitter.gif) 0 0 no-repeat;
}
 
a#twitter:hover img {
  background-position: -174px;
}