@import "tags.css";
@import "flora.tabs.css";


/*
ID's
*/
#wrap{
	background-color:white;
	margin:0 auto;
	width:750px;
}

#hd{
	background-image:url(/style/img/hd_background.png);
	height:202px;
}

#nv{
	border-bottom:2px solid #B8B783;
	position:relative;
	top:100px;
}

#bd, #ft{
	font-size:85%;
	margin:0 auto;
	width:90%;
}

#ft{
	color:#666666;
	font-size:70%	;
	text-align:center;
}



#ft a{
	text-decoration:none;
}

#ft-links{
	border-bottom:1px solid red;
}
#ft-links a{
	color:#8F8500;
}
#ft div{
	padding:5px 0;
}



.pad5{
	padding:5px;
}

.fadeinout{
	
}
.highlight{
	background-color:#CC 34 67 ;
}