html {
	height: 100%;
}
body {
	height: 100%;
	margin:0;
	padding:0;
	background:#fff;
	font: 12px sans-serif, Arial, Tahoma;
	color: #000;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, dd, dt, form, input, select, textarea, p {
	margin: 0;
	padding: 0;
}
a {
	color: blue;
	text-decoration: underline;
}
a img {
	border: 0;
}

ul#top {
	list-style: none;
	font-size:1.3em;
	background:#fff;
	padding:0;
	height:30px;
	margin:0 auto;
	float:right;

}

ul#top li {
	float: left;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#999;
}

ul#top li a {
	display:block;
	width:100px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
}

ul#top li a:hover {
	
	color:#666;
}

ul#top li a#sel {
	/*background: url(/images/submenu1.gif) center center;*/
	color:#f41d24;
	text-decoration:underline;
	/*text-decoration:underline;*/
}
/*
h1 {
	font-weight:normal;
	margin:10px auto;
	background-color:#f2ecdf;
	padding:10px;
}
*/

h1 {
color:#383838;
font-weight:normal;
margin:0 auto 15px auto;
/*border-bottom:2px solid #f41d24;*/
padding:10px;
}
