*
{
	/* font-family: tahoma,verdana,arial,sans-serif; */
	font-family: trebuchet MS;
}

#nav {
	position: fixed;
	}
	
	a:link, a:visited, a:active { 
	color: white; 
	text-decoration: none; 
	background-color: transparent;
	/* font-weight: bold; */
	font-size: 20px;
	}

a:hover { 
	color: #FFFFCC; 
    background-image: url(imgs/line.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    /* font-weight: bold; */
	}
	
a.inline_link:link, a.inline_link:visited, a.inline_link:active {
	color: #382113;
	text-decoration: underline;
	background-color: transparent;
}
	
	a.inline_link:hover {
	color: red;
	text-decoration: underline
}
	
a.copyright:link, a.copyright:visited, a.copyright:active { 
	color: #382113; 
	text-decoration: none; 
	background-color: transparent;
	font-size: 12px;
	}

a.copyright:hover { 
	color: white; 
    background-image: url(imgs/line.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    font-weight: normal;
	}
	
a.text_link:link {
	color:black;
	text-decoration: none;
	font-size: 16px
}
	
a.text_link:hover, a.text_link:active {
	color:red;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold
	}

/* #centerer { 
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -280px;
	z-index: 10;
	}
*/

#centerer {
margin-top: 20px;
margin-left: 190px}

#main-box {   
    width: 600px;
	background-color: #FFFFCC; 
	border: 1px solid #660066;
	margin-bottom: 10px;
	padding: 30px;
	color: #382113;
	text-align: justify;
    font-size:16px;	
 /* filter: alpha(opacity=75); /* IE's opacity*/
 /* opacity: 0.75;
  -moz-opacity:.75; */
	}
	
#main-box_t {   
    width: 600px;
	background-color: #FFFFCC; 
	border: 4px double #382113;
	margin-bottom: 10px;
	padding: 30px;
	color: #382113;
	text-align: justify;
    font-size:16px;	
   filter: alpha(opacity=85); /* IE's opacity*/
   opacity: 0.85;
  -moz-opacity:.85;
	}

#bottomstuff {
  font-size: 12px;
  text-align: center;
  border: 3px double #FFFFCC;
  background-color: #A79D5F;
  margin-top: 5em;
}

/* #nav_menu {
  width: 180px;
  font-size: 12px;
  text-align: center;
  border: dashed 1px  #382113;
  background-color: #A79D5F;
  float: left;
  margin-right: 1em;
  padding: 1em;
  text-align: left;
}
*/

#nav_menu {
  width: 570px;
  font-size: 12px;
  text-align: center;
  border: 3px double #FFFFCC;
  background-color: #A79D5F;
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 1em;
  text-align: center;
}

#title {
  width: 100%;
  text-align: left;
  font-weight: bolder;
}

#dvd {
  float: right;
  border: 3px double #A79D5F;
  margin-top: 1em;
}

p {
  text-indent: 1.5em
}

p.no_indent {
text-indent: 0
}