@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-image: url(images/iframe_bg.gif);
	background-repeat: repeat;
}
#container {
	width: 150px;
}
h2 {
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #566441;
	text-indent: 5px;
	margin-bottom: -10px;
}
p {
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	padding-left: 5px;
}
