body {
position: relative; 
background: #fff;
margin: 0; 
padding: 0;
font: 62.5%/150% arial, tahoma, sans-serif;
color:#333;
}


h1 {
position:absolute;
left:-999px;
}

#header {
height:50px;
width:100%;
background:url(amiten_logo.gif) no-repeat -5px 0px;
}

#center {
font-size: 1.2em;
line-height:170%;
margin:100px 0;
}

ul.topnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 400px;
	margin-top:30px;
}


ul.topnav li {
	display: inline;
}

ul.topnav a {
	display: block;
	float: right;
	padding: .2em 0.8em;
	text-decoration: none;
	font: 1.2em arial, helvetica, sans-serif;
	line-height:150%;
	border-right: 1px solid #333;
}

li.last a {
	display: block;
	float: right;
	padding: .2em 0.8em;
	text-decoration: none;	
	font: 1.2em arial, helvetica, sans-serif;
	line-height:150%;
        border-right: 1px solid #fff;
}



ul.topnav a:link {
	color: #333;
}

ul.topnav a:visited {
	color: #333;
}

ul.topnav a:hover {
	color: red;
	text-decoration:underline;
}

ul.topnav a:active {
	color: #333;
}

li#current a {
	color: #666;
	border-right: 1px solid #fff;
}




a {
color:black;
padding: .4em 0;
position: relative;
}

a:hover {
color:red;
}



div#content {
text-align: left;
position: absolute;
width: 1000px;
top: 26px; 
left: 41px;
right: 25px;
color: #360;
background: white;
padding: 3px 0;
}



