/* global styles */

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font: 10pt Arial;
	color: #000;
	background-color: #ccc;
  background-image: url("/images/background.png");
  background-repeat: repeat;
	padding: 20px;
}

a:link,
a:active,
a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #444;
	text-decoration: none;
}

h1 {
	font: 14pt Arial;
	font-weight: bold;
	margin: 2px 0px;
}

h2 {
	font: 12pt Arial;
	font-weight: bold;
	margin: 2px 0px;
}

table {
  text-align: left;
  border-collapse: collapse;
}

tr {
  padding: 2px;
  margin: 0px;
}

tr.altrow1 {
  background-color: #888;
}
tr.altrow2 {
	background-color: #666;
}

tr.altrow1 a:link,
tr.altrow1 a:active,
tr.altrow1 a:visited {
	color: #555;
	text-decoration: underline;
}

tr.altrow2 a:link,
tr.altrow2 a:active,
tr.altrow2 a:visited {
	color: #999;
	text-decoration: underline;
}

tr.altrow1 a:hover,
tr.altrow2 a:hover {
	color: #fff;
	text-decoration: none;
}

.editor_cat {
  float: left;
  border: 1px solid #666;
  margin: 1px;
  padding: 0px 4px;
  height: 20px;
}

#editor img {
  margin: 2px 1px;
  cursor: pointer;
}

/* specific ids */

div#header {
  background-image: url("/images/header.png");
  height: 101px;
  width: 1000px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -500px;
  z-index: 2;
}

div#menu {
  position: absolute;
  left: 0px;
  width: 134px;
  background-color: #444;
  z-index: 2;
  border: solid #000;
  border-width: 0 0 0 1px;
}

div#menu a{
  padding: 10px;
  display: block;
  height: 15px;
  width: 113px;
  background-color: #444;
  border: solid #000;
  border-width: 0 1px 1px 0;
  color: #fff;
}

div#menu a.current{
  width: 114px;
  background-color: #4f4f4f;
  border-width: 0 0 1px 0;
  color: #000;
}

div#subheader {
  background-image: url("/images/subheader.png");
  background-repeat: no-repeat;
}

div#content {
  position: absolute;
  top: 131px;
  left: 50%;
  margin-left: -500px;
  min-height: 250px;
  background-image: url("/images/body.png");
  background-repeat: repeat-y;
  z-index: 1;
}

div#content-text {
  width: 800px;
  padding: 90px 100px 100px 100px;
  z-index: 3;
}

div#footer {
  height: 141px;
  width: 1000px;
  background-image: url("/images/footer.png");
  background-repeat: no-repeat;
  z-index: 2;
  position: absolute;
  bottom: -130px;
  left: 50%;
  margin-left: -500px;
}

div#copyright {
  color: #fff;
  position: absolute;
  bottom: -50px;
  height: 50px;
  width: 100%;
  font-size: 8pt;
  vertical-align: top;
  text-align: center;
  z-index: 2;
}

#copyright a:link,
#copyright a:active,
#copyright a:visited {
	color: #ccc;
	text-decoration: underline;
}

div#copyright a:hover {
	color: #aaa;
	text-decoration: none;
}
