p,body,select,input,td {  
	font-family: helvetica, arial, sans serif;
	font-size: 100%;
	font-weight: normal;
	color: white;
}
a,a:link,a:visited {  
	font-family: helvetica, arial, sans serif;
	font-size: 100%;
	text-decoration: underline;
	color: red;
}
a:hover {  
	color: blue;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	min-width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 2px solid indigo;
	background-image: url('../images/purple.jpg');
	background-color: #25126F;
	background-repeat: repeat-x;
	background-position: left top;
}

#header {
	width: 100%;
	margin: 0;
	padding: 0;
}
#header H1 {
	color: white;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#header A, #header A:link, #header A:visited, #header A:active {
	text-decoration: none;
	color: white;
}
#header A:hover {  
	color: yellow;
}

#textbody_wrapper {
	width: 95%;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	padding: 0;
	margin: 0;
}
#textbody {
	width: 100%;
	padding: 20;
	color: white;
}
#textbody H3 {
	color: white;
	margin-top: 0px;
	margin-bottom: 15px;
}
#textbody H4  {
	color: white;
	margin-top: 10px;
	margin-bottom: -10px;
}

#footer {
	clear: both;
	color: white;
	padding: 10px 20px 5px 20px;
	font-size: 65%;
	text-align: right;
	background-image: url('../images/purple.jpg');
	background-color: #25126F;
	background-repeat: repeat-x;
	background-position: left top;
}

#tektonic A {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 0px;

  font-size: 1px;
  color: white;

  -moz-opacity:0.25; 
  filter:alpha(opacity=25);
}
#tektonic A:hover {
  -moz-opacity:1.00; 
  filter:alpha(opacity=100);
}
