*
{
	font-family: Verdana;
	font-size: small;
	color: #444;
}
body
{
  background: #292929;
  text-align: center;
}
img
{
  border: none;
	color: #808080;
}
h1
{
  color: #fff;
	font-weight: normal;
	font-size: xx-large;
	margin: 0;
}
h2
{
  color: #fff;
	font-weight: normal;
	font-size: large;
}

#content
{
  background:#e7e7e7;
  padding:20px;
}
#content h2
{
  color: #466a7d;
	font-weight: normal;
}
#content h3
{
  color: #466a7d;
}
#content a
{
  color: #003399;
	text-decoration: none;
}
#content a:hover
{
	text-decoration: underline;
}

#copyright
{
  color: #808080;
}

#copyright a
{
  color: #c0c0c0;
	text-decoration: none;
}

#copyright a:hover
{
  color: #fff;
}

/*
******************************************************************************/
.submenu 
{
  z-index: 3;
  position:absolute;
  top:214;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  width:950px;
  color: #fff;
}
.submenu a
{
  color: #eee;
	text-decoration: none;
}
#trigger_top
{
  z-index: 2;
  position:absolute;
  top:1px;
	height:170px;
	width:90%;
}
#trigger_bot
{
  z-index: 1;
  position:absolute;
  top:220px;
	height:300px;
	width:90%;
}