.header {
 	height:120px;
	background-image:url(../images/header.jpg);
	width: 1000px;
}


a:link       { 
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:visited    { 
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover      { 
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:active     { 
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	background-image:url(../images/bg_h1.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #ffffff;
	padding: 0px 20px 0px 20px;
	line-height: 20px;
	height: 20px;
	margin: 12px 0px 0px 0px;
}


td {
	font-family:Arial,Verdana,Helvetica;
	font-size:12px;
	color:#000000;
}

.navitop {
	line-height: 52px;
	height: 0px;
	padding-left: 10px;
	font-size: 14px;
	
}


.footer {
	height: 80px;
	line-height: 80px;
	background-image: url(../images/footer1.gif);
	background-repeat: repeat-x; 
}


.content {
	
	
}

.content_text {
	margin: 20px 20px 20px 20px;
}



.navi {
	background-color: #545454;
}

.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: #545454;
	line-height: 20px;
	padding: 2px 0px 0px 5px;
	height: 20px;
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
	
.navi ul li a:hover {
	background-image: url(../images/navi-h.jpg);
	background-repeat: no-repeat;
	color: #545454;
	padding: 2px 0px 0px 5px;
}


.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: #545454;
	line-height: 20px;
	padding: 2px 0px 0px 20px;
	height: 20px;
	display: block;
	color: #fcd72b;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
	
.navi ul ul li a:hover {
	background-image: none;
	color: #fcd72b;
	padding: 2px 0px 0px 20px;
	font-weight: bold;
}


.menu_link {
	border: 0px solid black; position: absolute;
}

.menu_link a {
	display: block;
}

.menu_link a span {
	display: none;
}

#home_link {
	margin-left: 810px; margin-top: 85px; border: 0px solid #000000;
}

#home_link a {
	height: 20px; width: 70px;
}












