@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 15px;
	margin: 0;
	background-color: #eee;
}

img {
	border: 0;
}

a, a:visited {
	color: #222;
}

#container {
	width: 738px;
	margin: 0 auto;
	background: url(./bg_container.gif) repeat-y top left;
	border: 1px solid #ccc;
}

#left {
	width: 181px;
	float: left;
	padding-bottom: 20px;
}

#left h3 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 26px 5px 10px 10px;
}

#left p {
	margin-left: 10px;
	margin-right: 5px;
}

#left ol {
	padding-right: 5px;
}

#right {
	width: 557px;
	float: right;
}

#right h3 {
	color: #77a668;
	font-size: 13px;
	font-weight: bold;
}

#book {
	margin: 10px auto;
	text-align: center;
}

#tothetrade {
	padding-left: 10px;
	background: url(./bg_tothetrade.gif) top right no-repeat;
	height: 195px;
}

#tothetrade img {
	display: block;
	padding: 167px 0px 0px 5px;
}

#print {
	background: url(ico_pdf.gif) no-repeat top left;
	padding-left: 82px;
}

#footer {
	text-align: center;
	border-top: 2px solid #77a668;
	margin-top: 12px;
	font-size: 9px;
}

.clr {
	clear: both;
}