* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana;
	font-size: 12px;
}

body{
	background-image: url('../images/bg-repeat.gif');
	background-repeat: repeat-x;
	background-color: #f5f9e0;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #71a36a;
	font-weight: bold;
text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 15px;
}

h1 {
	margin-bottom: 15px;
	margin-top: 25px;
	border-bottom: 2px solid #71a36a;
	font-size: 16px;
	font-weight: bold;
}

table.main {
	width: 954px;
	background-color: #ffffff;
}

table.main td.header {
	width: 954px;
	height: 130px;
	background-image: url('../images/header.gif');
}



table.main td.navi {
	width: 171px;
	padding-left: 5px;
	vertical-align: top;
}

table.main td.navi div.top{
	width: 166px;
	height: 26px;
	background-image: url('../images/navi-top.gif');
	margin-bottom: 8px;
}

table.main td.navi div.bottom{
	width: 166px;
	height: 26px;
	background-image: url('../images/navi-bottom.gif');
	margin-top: 8px;
}

.navi-top {
	 width: 166px;
	 margin-top: 15px;
	 margin-left: 10px;
}


.navi {
width: 166px;
margin-left: 10px;
}

.navi ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}

.navi ul li {
display:inline;
}


.navi ul li a,
.navi ul li a:link,
.navi ul li a:visited,
.navi ul li a:active {
background-color: #e5f5eb;
padding: 0px 0px 0px 15px;
display: block;
color: #71a36a;
font-size: 12px;
line-height: 24px;
font-weight: bold;
text-decoration: underline;
border-bottom: 1px solid #afcec1;
}

.navi ul ul li a,
.navi ul ul li a:link,
.navi ul ul li a:visited,
.navi ul ul li a:active {
background-color: #e5f5eb;
padding: 0px 0px 0px 20px;
display: block;
color: #545454;
font-size: 12px;
line-height: 24px;
font-weight: normal;
text-decoration: none;
border-bottom: none;
}

.navi ul ul li a:hover {
text-decoration: underline;
}

.navi-bottom {
	height:26px;
	width: 166px;
	background-repeat: no-repeat; 
	background-image:url(../images/navi-bottom.gif); 
	margin-bottom: 15px;
}



table.main td.ads {
	width: 170px;
	padding: 0 0 0 10px;
	vertical-align:top;
}

table.main td.content {
	vertical-align: top;
	width: 608px;
	padding: 0 10px 0 10px;
	line-height: 20px;
	text-align:left;
}

.footer {
	background-image: url('../images/bg-footer-repeat.gif');
	background-repeat: repeat-x;
	background-color: #c0c0c0;
	height: 51px;
}

.footer table {
	background-image: url('../images/footer.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	height: 51px;
}

.footer table a, .footer table a:link, .footer table a:active, .footer table a:visited {
	color: #ffffff;
}

.footer table a:hover {
	text-decoration: underline;
}