BODY {
	background-color: #FAA800;
	background-image: url(../img/bg_pattern.gif);
	background-repeat: repeat;
	background-attachment: inherit;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.div_left {
	background-image:url(../img/div_l.gif);
	background-attachment: inherit;
	background-position: inherit;
	background-repeat: no-repeat;
}
.div_right {
	height: 64px;
	vertical-align: middle;
	padding-left: 20px;
	background-image:url(../img/div_r.gif);
	background-attachment: inherit;
	background-position: inherit;
	background-repeat: no-repeat;
}
.div_full {
	background-image:url(../img/div_full.gif);
	background-attachment: inherit;
	background-position: inherit;
	background-repeat: no-repeat;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #474B44;
	padding-right: 20px;
}
a:link {
	color: #DE7300;
	text-decoration: none;
}
a:visited {
	color: #DE7300;
	text-decoration: none;
}
a:hover {
	color: #4A77B6;
	text-decoration: underline;
}
a:active {
	color: #4A77B6;
	text-decoration: underline;
}