@charset "utf-8";
/* CSS Document */

@import "style-structure.css";
@import "style-header.css";
@import "style-footer.css";
@import "style-gfx.css";
@import "style-text.css";

*, html { padding: 0px; margin: 0px; }

#right-col p { margin: 10px 0px; }

span { display: none; }

.clnr
	{
	clear: both;
	height: 0px;
	font-size: 1px;
	border: none;
	margin: 0px;
	padding: 0px;
	background: transparent;
	}

#right-col a img {
	border: none;
}	