body {
	margin: 0px;
	padding: 0px;
	background: #300;
	text-align: center;
	font-family: tahoma, verdana;
}
p,table,td,div,h1,h2,h3,form,input,select,textarea {
	font-family: tahoma, verdana;
	color: #bbb;
	font-size: 11px;
	vertical-align: top;
	line-height: 18px;
  padding: 0;
  margin: 0;
}
img {
  border: 0;
}
img.links {
  margin-bottom: 8px;
}
img.preview {
  border: 1px solid #444;
}
img.mini {
  width: 45px;
  border: 1px solid #444;
}

div#centerpage {
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	background-image: url('images/background.jpg');
	width: 920px;
	height: 100%;
	border-right: 1px solid #330;
}
div#background {
	background-image: url('images/maintheme.jpg');
	background-repeat: no-repeat;
	width: 920px;
}

td.menu {
	width: 214px;
	text-align: right;
}
div.menu {
  margin: 320px 0 0 32px;
	font-size: 13px;
	text-align: right;
	line-height: 18px;
}

td.main {
  width: 499px;
  border-right: 1px solid #330;
}
div.main {
  margin: 220px 15px 20px 15px;
}
td.right {
  width: 207px;
}
div.right-top {
  height: 200px;
  margin: 10px;
  color: #888;
}
div.right {
  margin: 10px;
}

p.maintext {
  margin: 0 10px 15px 10px;
}
h1 {
	color: #f90;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #330;
}

/* LINK BEHAVIOR */
a, a:visited {
	color: #f90;
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: #ddd;
	text-decoration: none;
	outline: none;
}

a.submenu, a.submenu:visited {
	color: #f90;
	text-decoration: none;
	font-size: 10px;
	outline: none;
	margin-bottom: 5px;
	padding-right: 25px;
}
a.submenu:hover, a.submenu:active {
	color: #ddd;
}

/* FORMS LAYOUT */
form {
   padding: 0; 
	 margin: 0;
}

input, textarea, select {
  background: #222;
  color: #ddd;
  border: 1px solid #330;
  margin: 0 0 3px 0;
	padding: 2px 2px 2px 5px;
}

input.admin, textarea.admin, select.admin {
  margin-bottom: 8px;
  width: 300px;
}

.btn {
  font-size: 10px;
  font-weight: bold;
	font-family: tahoma, verdana;
  background: url(images/bg.btn.gif);
  background-repeat: repeat-x;
  color: #ddd;
  padding: 3px 5px;
  height: 23px;
  border: 1px solid #222;
}
.btn_hover {
  font-size: 10px;
  font-weight: bold;
	font-family: tahoma, verdana;
  background: url(images/bg.btn.over.gif);
  background-repeat: repeat-x;
  color: #fff;
	padding: 3px 5px;
	height: 23px;
  border: 1px solid #222;
}