html, body {
height: 100%;
}

#right_col {
	background-image: url(images/right_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

#left_col {
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#content {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	padding: 15px;
	font-weight: bold;
}

