
/* Page Layout */

body {
  background: #333;
  margin: 0;
  padding: 0;
  color: white;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  /* font-size: 12px; */
  font-size: 76%;
  text-align: center;
}

#container {
  width: 620px;
  margin: 0 auto;
  position: relative;
  margin-top: 10px;
  padding-top: 64px;
  background: url("../gfx/head.jpg");
  background-repeat: no-repeat;
}

#sidebar {
  width: 112px;
  padding-left: 8px;
  float: left;
  text-align: left;
}

#content {
  width: 479px;
  min-height: 300px;
  float: right;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px #666 solid;
}

#copyright {
  color: #ccc;
  text-align: center;
}

/* Links */

a {
  color: #fc3;
  text-decoration: underline;
}

a:hover {
  color: white;
  text-decoration: underline;
}

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
	list-style-type: none;
}

#navigation a {
	display: block;
	padding: 2px 4px;
	width: 104px;
	color: #fc3;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px #666 solid;
}
  
#navigation a:hover {
	background: #666;
	color: #fff;
}

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

/* Content Tags */

.aside {
  color: #ccc;
}

.hidden {
  height: 1px;
}

.nowrapper {
  white-space:nowrap;
}

.graphic-list {
	/* background: #444; */
  /* border: 1px solid #666; */
  /* border-top: 2px solid #fc3; */
  clear: both;
  margin: 10px 10px;
  padding: 5px;
}

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

#style-switch-links {
  position: absolute;
  /* bottom: -4px; */
  /* left: 70px; */
  top: 28px;
  right: 12px;
}

/* General Tag Mods */

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

h1 {
  /* font-size: 16px; */
  font-size: 133%;
  color: #fc3;
}

h2 {
  /* font-size: 14px; */
  font-size: 117%;
  color: #fc3;
}

/* 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 */
}