body
{
  margin: 0px;
  padding: 0px;
  background: #3c3c3c url(../images/bg.png) repeat-x;
  color: #ffffff;
  font: 13px/20px arial, helvetica, sans-serif;
}

img
{
  border: none;
}

h1
{
  color: #0078b4;
  font: bold 22px/30px arial, helvetica, sans-serif;
  padding: 0px;
  margin: 0px 0px 5px;
}

h2
{
  color: #0078b4;
  font: bold 18px/22px arial, helvetica, sans-serif;
  padding: 0px;
  margin: 0px 0px 5px;
}

p
{
  margin: 0px 0px 15px;
}

a:link, a:visited
{
  color: #c80000;
  text-decoration: none;
}

a:hover, a:active
{
  text-decoration: underline;
}

ul
{
  margin: 0px 0px 10px 40px;
  padding: 0px;
}

ul li
{
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

#header
{
  width: 1000px;
  height: 100px;
  display: block;
  background: url(../images/bg-header.png) no-repeat;
  text-align: left;
  position: relative;
}

#logo
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 645px;
  height: 100px;
}

#weather
{
  position: absolute;
  top: 10px;
  left: 730px;
  width: 258px;
  height: 78px;
  background: #ffffff;
  text-align: center;
  border: 1px solid #c8c8c8;
}

#navigation
{
  width: 1000px;
  height: 30px;
  display: block;
  background: #324b64 url(../images/bg-navigation.png) repeat-x;
  position: relative;
  text-align: left;
}

#navigation img
{
  height: 30px;
  display: block;
}

#nav-home
{
  float: left;
  background: url(../images/nav-home.png) no-repeat top left;
  display: block;
}

#nav-home:hover
{
  background: url(../images/nav-home.png) no-repeat bottom left;
}

#nav-current
{
  float: left;
  background: url(../images/nav-current.png) no-repeat top left;
  display: block;
}

#nav-current:hover
{
  background: url(../images/nav-current.png) no-repeat bottom left;
}

#nav-archives
{
  float: left;
  background: url(../images/nav-archives.png) no-repeat top left;
  display: block;
}

#nav-archives:hover
{
  background: url(../images/nav-archives.png) no-repeat bottom left;
}

#nav-about
{
  float: left;
  background: url(../images/nav-about.png) no-repeat top left;
  display: block;
}

#nav-about:hover
{
  background: url(../images/nav-about.png) no-repeat bottom left;
}

#nav-contact
{
  float: left;
  background: url(../images/nav-contact.png) no-repeat top left;
  display: block;
}

#nav-contact:hover
{
  background: url(../images/nav-contact.png) no-repeat bottom left;
}

#content
{
  width: 820px;
  color: #282828;
  font: 13px/20px arial, helvetica, sans-serif;
  background-color: #ffffff;
}

#content-padding
{
  background: #ffffff url(../images/bg-content.png) repeat-x;
  padding: 20px 20px 5px;
}

#home #content-padding
{
  padding: 10px;
}

#latest-news
{
  font: 12px/15px arial, helvetica, sans-serif;
  color: #282828;
}

#latest-news p
{
  margin: 5px 0px 15px;
}

#sidebar
{
  width: 179px;
  background: #f0f0f0 url(../images/bg-sidebar.png) no-repeat bottom left;
  border-left: 1px solid #c8c8c8;
  color: #282828;
  font: 12px/15px arial, helvetica, sans-serif;
}

#sidebar-padding
{
  padding: 10px 10px 10px 9px;
}

#sidebar-navigation
{
  color: #282828;
  font: bold 12px/15px arial, helvetica, sans-serif;
  margin: 10px 0px 5px;
}

#sidebar-navigation p
{
  margin-bottom: 10px;
}

#archives
{
  margin: 0px 0px 15px;
  font-size: 15px;
  list-style: none;
  font-weight: bold;
}

#archives li
{
  float: left;
  margin: 0px 30px 0px 0px;
}

#article
{
  display: block;
  padding: 0px;
  margin: 0px;
}

#article p
{
  text-align: left !important;
  align: left !important;
  color: #282828;
  font-family: arial, helvetica, sans-serif !important;
  font-size: 13px !important;
  line-height: 20px !important;
}

#article font
{
  font-family: arial, helvetica, sans-serif !important;
  font-size: 13px !important;
  line-height: 20px !important;
}

#article dir
{
  margin: 0px !important;
  padding: 0px !important;
}

#footer
{
  width: 1000px;
  height: 60px;
  background: url(../images/bg-footer.png) repeat-x;
  font: bold 12px/18px arial, helvetica, sans-serif;
  display: block;
}

#footer-padding
{
  padding: 10px 10px 0px 10px;
}