body {
	background-color: #000000;
	height: 100%;
}
.rightcolumn {
	background-image: url(img/TreveImage_frame_RHS.jpg);
	background-repeat: repeat-y;
}
.leftcolumn {
	background-image: url(img/TreveImage_frame_LHS.jpg);
	background-repeat: repeat;
}
#copy {
	margin: 4px;
	width: 600px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
#footer {
	height: 32px;
	margin-bottom: 0px;
	clear: both;
}
a:link {
	color:#666666;
	text-decoration: none;
}
a:visited {
	color:#333333;
	text-decoration: none;
}
.box {
	padding: 4px;
	font-family: "Courier New", Courier, monospace;
	color: #990000;
	font-size: 12px;
}
a:hover {
color: #990000;

text-decoration: none:
}
.header1 {
	font-size: 16px;
}
#gallerybox {
	margin: 4px;
	width: 600px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
#gallerybox img {
float:left;
margin:10px;
border-color:#666666;
}
.h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}

td input {
  width: 100%;
}

td textarea {
  width: 100%;
}

.header {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

div#notice {
  display: block;
  padding: 20px;
  background: #009900;
}

div#error {
  display: block;
  padding: 20px;
  background: #990000;
}
#navwrapper; {
	margin: 0 ;
	padding: 0;
	width: 611px;	
}
ul#nav {
	width: 300px
	padding: 0; 
	margin: 0 auto;
	list-style: none ;
	overflow: auto;
	font-family: "Courier New", Courier, monospace ;
	font-size:16px;
	color:#666666;
}
ul#nav li {
	padding: 4px 6px ;
	display: inline;
	float: left;
}
ul#nav li a {
	display: block; 
	text-decoration: none;
	color:#FF0000;
}
ul#nav li a:hover {
	color: #990000;
}
ul#nav li a:visited {
	color: #666666;
}
	
