	img {
		border:0;
	}
	body {
		background:#FF9;
	}
	body.out {
		background:#A100FF;
	}
    span.slo {
    	 font-family: Verona-Medium;
    }
    span.name {
    	font-family: MurrayHill Bd BT;
    	color: #DD117B;
    }
    #tl {
    	background: url(tl.png);
    	border-bottom: 1px #000 solid;
    }
    #tr {
    	background: url(tr.png) right;
    	border-bottom: 1px #000 solid;
    }
    #bl {
    	background: url(bl.png);
    	border-top: 1px #000 solid;

    }
    #br {
    	background: url(br.png) right;
    	border-top: 1px #000 solid;
    }
    #t {
    	background: url(t.png) repeat-x;
    	line-height:100%;
    	border-bottom: 1px #000 solid;
    }
    #b {
    	background: url(b.png) repeat-x;
    	line-height:180%;
    	border-top: 1px #000 solid;
    }
    #menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#menu li {
		background: url(flor_menu.gif) no-repeat center bottom;
	}
	#menu a {
		color: #000;
		display: block;
		margin: 0;
		padding-top: 10px;
		text-decoration: none;
	}
	#menu a:hover {
		background: url(hover.gif) no-repeat center left;
		color: #CCC;
		padding-top: 10px;
		text-decoration: none;
	}

	html>body #menu a {
		padding-bottom: 10px;
	}
	html>body #menu a:hover {
		padding-bottom: 10px;
	}
	#content a {
		display:none;
	}

