h4 {
	text-decoration: underline;
	font-size: x-small;
	margin: 3em 0 1em 0;	
}
p {
	text-indent: 2em;
	padding-right: 2em;
}

#main #cont {
	padding-top: 0px;
}
#imgbackpack {
	margin:1px 0 0 373px;
}
#menu {
	margin: 0 auto;
	padding: 0;
	font-family: georgia, serif;
	font-size: 11px;
	text-align: center;
}

ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: block;
}

ul#navlist li {
	display: block;
	margin: 0;
	padding: 0;
	width: 169px;
}

ul#navlist li a {
	display: block;
	width: 100%;
	padding: 2px 0 2px 0;
	border-width: 1px;
	border-color: #ffe #000 #000 #ffe400;
	border-style: solid;
	color: #333;
	text-decoration: none;
	background:#ffe400;
}

#menu>ul#navlist li a { width: auto; }

ul#navlist li#active a {
	background: #transparent;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}

/* FIN MENU */


ul.menuint{
	text-indent: -39px;
	width: 390px;
	display: inline;
}
ul.menuint li{
background: url(../imgs/mainbox/ding.gif);
background-repeat: no-repeat;
	display: inline;
	padding: 0 2px 0 12px;	
}
ul.calendar {
}
ul.calendar li{
	font-weight: bold;
}
ul.calendar li ul {
	margin-bottom: 10px;
	text-decoration: none;
}
ul.calendar li ul li{
	text-decoration: none;
	font-weight: normal;
}

table {
	margin-left: 4%;
}
tr {
	width: auto;
}
td, th {
	width: auto;	
	text-align: left;
	border-bottom: 1px solid #000;	
}
th {
		background: #000;
		color:#ffe400;
	} 
caption {
		display: none;
}
dt{
	font-weight: bold;
	margin: 0 14px 0px 50px;
	float: left;
}
dd{
background: url(../imgs/mainbox/ding.gif);
background-repeat: no-repeat;
	padding-bottom: 4px;
	padding-left: 0;
}