body {
	font-family: Lucida Grande,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	background-color:#f7f7f7;
	margin:0px;
	padding:0px;
}

#logo {
	margin:30px 0;
	text-align:center;
}
#ombre {
	height:13;
	margin-bottom:30px;
	width:100%;
	background:url('images/ombreTop.gif') 0 0 repeat-x;
}

#directories {
	margin:auto;
	border:#999 solid 1px;
	width:500px;
	min-height:300px;
	background-color:#FFF;
}

.title {
	font-weight:bold;
	text-align:center;
	padding:10px 5px;
	background-color:#f0f0f0;
	border-bottom:#CCC dashed 1px;
}

#directories ul li {
/*	list-style: none outside url(images/icn_world.gif);*/
	list-style:none;
	background: url(images/icn_world.gif) 0px 3px no-repeat;
	padding-bottom:5px;
	padding-top: 5px;
	margin:0 20px 0px 0;
	border-bottom:#CCC dotted 1px;
}
#directories ul li:hover {
	background-color:#d5dff5;
	color:#CC0000;
}
#directories ul li span {
	margin-left:30px;
}

a {
	text-decoration:none;
} 
a:visited {
	color:#0000FF;
}
a:hover {
	color:#CC0000;
}


.footer {
	margin:10px auto;
	width:500px;
	height:15px;
	text-align:center;
}
