/*
http://*.com/css/screen_01.css
Author: Cleland Weller http://gauntlet-publishing.com
Date: 2008.08.05
*/

body {
 color: #ce9e39;
 background: url(../graphics/diamond_02.jpg) repeat fixed;
 padding: 0px;
 margin: 0px;
 padding: 6px 0 0 0;
 }
  
#global {
 font-family:
 verdana,
 arial, 
 helvetica,
 sans-serif;
 color: #ce9e39;
 height: 2540px;
 width: 800px;
 border-left: 1px solid #202020;
 border-right: 1px solid #202020;
 margin: 0 0 0 90px;
 }
 
img {
 border: 0px;
 }

.zero {
 padding: 0px;
 margin: 0px;
 }

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

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

.text_right {
 text-align: right;
 }

.text_left {
 text-align: left;
 }

.center {
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 }

.italic_text {
 font-style: italic;
 }

.bold {
 font-weight: bold;
 }
 
a:link, 
a:visited,
a:hover, 
a:active {
 text-decoration: underline;
 }

p a:link,
p a:visited {
  color: #ce9e39;
 text-decoration: none;
 }
 
p a:hover,
p a:active {
 color: #bbaa99;
 text-decoration: none;
 }
 
#header {
 height: 250px;
 z-index: 10;
 }
 
#menu img {
 padding: 0px;
 }
 
#menu a {
 padding: 0px;
 }
 
table {
 text-align: center;
 font-size: 9px;
 color: #ce9e39;
 padding: 0 0 0 0;
 }
 
tr {
 padding: 0px;
 } 
 
td {
 padding: 0 0 3px 0;
 border: 1px solid #ce9e39;
 }
 
td a:link, 
td a:visited {
 color: #ce9e39;
 text-decoration: none;
 } 
 
td a:hover,
td a:active {
 color: #bbaa99;
 text-decoration: none;
 }  
  
#column_left {
 z-index: 2;
 width: 30px;
 float: left;
 }
 
#column_right {
 z-index: 2;
 width: 155px;
 float: right;
 padding-right: 7px;
 }
 
.left_column {
 height: 2300px;
 width: 30px;
 float: left;
 background: url(../graphics/left_column.png) repeat-y;
 margin-top: -15px;
 z-index: -1;
 }
 
.right_column {
 height: 2300px;
 width: 30px;
 float: right;
 background: url(../graphics/right_column.png) repeat-y;
 margin-top: -15px;
 z-index: -1;
 } 
 
#column_center {
 width: 430px;
 margin-left: 170px;
 }
 
#column_center li {
 padding: 0 0 5px 0;
 }
 
 #publisher {
  color: #ce9e39;
  font-variant: small-caps;
  font-size: 13px;
  letter-spacing: normal;
  padding: 8px 0 0 350px;
  margin: 0;
  }
 
 #publisher a:link,
 #publisher a:visited,
 #publisher a:active,
 #publisher a:hover {
  color: #ce9e39;
  font-weight: bold;
  text-decoration: none;
 }
 
