
body 
{
  padding-left: 0em;
  font-family: Verdana;
  color: white;
background-color: #000000; 
background-image:url("images/thinkingmetalbackground.jpg")
}

h1 { font-family: verdana }

h2 { font-family: verdana }
h2 { color:  #7fffdd }
h2 { font-size:  120% }

h3 { font-family: verdana }
h3 { color : #9999ff }
h3 { font-size:  90% }

h4 { font-family: verdana }
h4 { color: yellow }
h4 { font-size:  90% }

p { font-family: verdana }
p { color: white }
p { font-size:  80% }

.small { font-size : 60% }
.smallred { font-size : 60% }
.smallred { color  : red }
.highlight { padding-left: 20px; font-size: 80%}

.redfont { color:red } 
.greenfont { color:green } 

.circle { list-style-type: circle }
.circle { color: white }
.circle { font-size : 60% }

a:link {  color: white }
a:visited {  color: white }

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline}


#nav a {
	display: block;
   font-family: Verdana;
   font-size: 12px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294E56;
	padding: 2px 2px 2px 3px;
	width: 8em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	margin-bottom: 2px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	float: left;
}

#nav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#featureLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}
	
#wrapper {
	width:860px;
	margin: 0 auto;
	padding: 20px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

#boxwrapper {
	width:740px;
	margin: 0 auto;
	padding: 10px;
	background: #1F1F22;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

img.figureleft {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 10px;
}

img.figureright {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 10px;
}

