body {
	background-color: #B9EOEF;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
}

#content {
	width: 329px;
	margin: 0px;
	padding: 36px;
	vertical-align: top;
	background-color: #B9E0EF;
}

#content td {
	margin: 0px;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
}

#content .tdheder {
	background-color: #CC0000;
	color: #333333;
	font-weight: bold;
}

#content .stripe {
	background-color: #B9EOEF;
}

#content ul {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	padding-left: 1.5em;
}

#content ol {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	padding-left: 1.8em;
}

#images {
	width: 154px;
	font-size: 11px;
	line-height: 11px;
	color: #333333;
	font-weight: bold;
	padding-top: 74px;
	vertical-align: top;
}

#images img {
	border: 3px solid #9B4431;
	margin-bottom: 20px;
}

h1 {
	color: #333333;
	font-weight: bold;
	padding: 0px;
	margin-top: 1em;
	margin-bottom: 0em;
	font-size: 12px;
	line-height: 12px;
	margin-right: 0px;
	margin-left: 0px;
}

h2 {
	color: #666666;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 1.2em;
	margin-bottom: 0.6em;
	font-size: 12px;
	line-height: 14px;
	border-bottom: 1px dotted #666666;
	text-transform: uppercase;
}

h3 {
	color: #666666;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	font-size: 12px;
	line-height: 14px;
	border-bottom: 1px dotted #666666;
	text-transform: uppercase;
}

hr {
	padding: 0px;
	height: 1px;
	background-color: #999999;
	margin: 0px;
	border-style: none;
	margin-bottom: 4px;
	margin-top: 0px;
}

.l-float {
	float: left;
	border: 3px double #999999;
	margin-right: 12px;
	margin-bottom: 6px;
}

