* {
	margin: 0px;
	padding: 0px;
}

body, td {
	background-color: #ffffff;
	font-family: Arial,Verdana;
	font-size: 10pt;
}

a,
a:link,
a:active,
a:visited,
a:hover {
 	color: #f08401;
 	font-weight: bold;
 	text-decoration: underline;
}

li {
	list-style-type: none;
}


strong, 
big {
	color: #f08401;
 	font-weight: bold;
 	text-decoration: underline;
	font-size: 12px;
}
	
h1, h2, h3, h4, h5 {
	font-size: 16pt;
}

#main {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0;
}


#main #header {
 	height: 225px;
	background-image: url(../images/header.jpg);
}

#ad {
	width: 180px;
	text-align: center;
	vertical-align: top;
}

#content {
	width: 634px;
	vertical-align: top;
	text-align: left;
	line-height: 20px;
}


#navitop {
	width: 215px;
	height: 50px;
	background-image: url(../images/navi-top.jpg);
	background-repeat: no-repeat;
}

#navi {
	width: 215px;
	vertical-align: top;
	background-image: url(../images/navi-repeat.gif);
	background-repeat: repeat-y;
}

#navi ul {
	width: 175px;
 	margin-left: 20px;
}

#navi ul li {
	display: inline;
	line-height: 25px;
}

#navi ul li a,
#navi ul li a:link,
#navi ul li a:active,
#navi ul li a:visited {
  	text-align: right;
 	color: black;
 	font-weight: bold;
	display: block;
	border-bottom-color: #f08401;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	padding-right: 28px;
}

#navi ul li a:hover{
  	background-image: url(../images/butterfly.gif);
  	background-repeat: no-repeat;
  	background-position: right center;
}

#navi ul ul {
	border-bottom-color: #f08401;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	margin: 0px;
}

#navi ul ul li{
 	text-align: right;
	display: inline;
}

#navi ul ul li a,
#navi ul ul li a:link,
#navi ul ul li a:active,
#navi ul ul li a:visited{
 	color: #000000;
	border-bottom-width: 0px;
	font-weight: normal;
}

#navi ul ul li a:hover{
  	background-image: url(../images/butterfly.gif);
  	background-repeat: no-repeat;
  	background-position: right center;
}

#footer {
	height: 140px;
	width: 1000px;
	text-align: left;
	background-image: url(../images/footer.gif);
}
