
/* Page Layout */

body {
  background: #eee;
  color: #333;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 76%;
}

#container {
  width: 600px;
  margin: 0;
  position: relative;
  padding-top: 110px;
  padding-bottom: 60px;
  background: white url("../gfx/head-news.gif");
  background-repeat: no-repeat;
  border: 1px solid black;
}

#sidebar {
  text-align: center;
}

#content {
  text-align: justify;
  padding-left: 50px;
  padding-right: 50px;
}

#copyright {
  width: 600px;
  margin: 0;  
  text-align: center;
}

/* Links */

a {
  color: #900;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

#navigation ul {
	display: inline;
  margin: 0;
  padding: 0;
	list-style-type: none;
}

#navigation li {
	display: inline;
	margin: 4px;
}

#navigation a#nav-button-select {
	color: black;
}

/* Content Tags */

.aside {
  color: #666;
}

.hidden {
  height: 1px;
}

.nowrapper {
  white-space:nowrap;
}

.graphic-list {
  clear: both;
  margin: 10px 5%;
  padding: 5px;
  position: relative;
}

.graphic-list img {
  float: right;
  margin: 4px 4px 10px 20px;
  border: 1px black solid;
}

#style-switch-links {
  position: absolute;
  width: 16px;
  bottom: 2px;
  right: 2px;
}

.blend-to-page {
  background: #333;
  border: 1px black solid;
}

/* General Tag Mods */

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

h1 {
  font-size: 200%;
  color: black;
}

h2 {
  /* font-size: 14px; */
  font-size: 150%;
  color: black;
}

/* Layout Shortcuts */

.inline-left {
  text-align: left;
}

.inline-center {
  text-align: center;
}

.inline-right {
  text-align: right;
}

.box-center {
  margin: auto;
}

.box-right {
  float: right;
}

.box-left {
  float: left;
}

.clear-both {
  clear: both;
}

.clear {
  clear: both;
}

.ahem {
  display: none;
}

.short-page-extendor {
  height: 50px; /* just for ie */
}