#menu ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#menu ul li
{
display: inline;
padding: 0 0.2em;
}

#menu a
{
letter-spacing:.1em;
text-decoration: none;
color: #FFF;
}

#menu ul li a:hover
{
color: #f78f28;
border-bottom: 1px dashed #f78f28;
}

#active a
{
letter-spacing:.1em;
color: #f78f28;
text-decoration: none;
}

#header_main
{
	width: 380px;
	height: 50px;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-size: 14px;
	color: #FFF;
	letter-spacing:.1em;
	background-color: #738495;
}

#rule
{
	width: 390px;
	text-align: center;
	border: 1px dashed #a6b7c8;
	color: #a6b7c8;
	background-color: #a6b7c8;
	height: 1px;
}

#footergraphic
{
	padding: .5em .5em;
	color: #000;
	background-color: #738495;
	text-align: center;
	width: 337px;
	height: 69px;
	background-image: url(../resources/images/bounce_01.gif);
	background-repeat: no-repeat;
}
