﻿#content
{
	background-image: url('contentbg.gif');
	background-repeat: repeat-y;
}
#right
{
	float: right;
	width: 220px;
	background-image: url('rightbg.gif');
	background-repeat: repeat-y;
}
#right p {
	padding-left:20px;
	padding-right:20px;
}
