body {
	margin: 15px 0;
	text-align: center;
	/* Above line is for IE5: Makes the #wrapper-outer be centered, as (#wrapper-outer) margin: 0 auto; doesn't work in IE5.  */
	font-family: "frutiger linotype", arial, "lucida sans", helvetica, sans-serif;
  background: #ffffff;
	color: #000000;
}

a {
  /*dark copper*/
  color: #993300;
  text-decoration: none;
}

a:hover {
  /*light copper*/
  color: #cc6600;
  text-decoration: none;
}

img { 
  border: none;
  padding-bottom: 15px;
  padding-top: 5px;
}

p { 
  text-align: left;
}

h2 { 
  font-size: 1.3em;
}

h3 { 
  font-size: 1em;
}


#wrapper-outer {
  margin: 20px auto;
  padding: 0;
  width: 750px;
  }

#footer {
	line-height: 2em;
	font-size: 0.9em;
		clear: both;
}

#home-logo {
  padding-top: 150px;
}

#home-logo a {
  color: #000000;
  font-weight: bold;
  font-size: 1.5em;
}

#home-logo a:hover {
  color: #666666;
  text-decoration: none;
}

.transOFF {
  width: 100%;
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
}

.transON {
  width: 100%;
  opacity:.75;
  filter: alpha(opacity=75); 
  -moz-opacity: 0.75;
}

#banner {
	padding-bottom: 5px;
	margin: 0;
}

#nav a {
font-weight: bold;
}

#nav a:hover {
font-weight:bold;
}

#nav ul{
  text-align:center;
}

#nav ul li{
  display:inline;
  margin-right: 5px;
  padding: 5px;
}

#nav ul, #nav ul li{
  list-style: none;
  margin: 5px;
  padding: 5px;
}
 
#nav ul li.last{
margin-right: 0;
}  

/* hide from ie on mac \*/	
#flashcontent {
  margin: 0 auto;  
	width:400px;
	height: 300px;
}
/* end hide */

.center{
  text-align: center;
  display:block
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
}

.pix {
  text-align:center;
}

.pix a {
	text-decoration:none;
}

