#leftcolumn {
	display: inline-block;
	width: 600px;
	float: left;
}
#rightcolumn {
	width: 300px;
	float: left;
}
#carpetrolls {
	position: relative;
	top: -87px;
	z-index: 5;
	margin: 0 0 -87px 0;
}
#carpetrollstext {
	position: relative;
	top: -235px;
	left: 10px;
	width: 130px;
	height: 195px;
	z-index: 6;
	margin: 0 0 -195px 0;
	color: white;
	font-size: 12px;
	font-family: sans-serif;
	text-align: left;
}
#carpetrollstext a {
	color: white;
	text-decoration: underline;
}
#carpetrollstext ul {
	margin: 0 0 0 10px;
	text-indent: 0;
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
}
#carpetrollstext li {
	margin: 0;
	text-indent: 0;
	padding: 0;
}
#frontpageheaderimage {
	margin: 5px 0 5px 0;
}
#frontpagetextarea {
	height: 280px;
	width: 570px;
	padding: 10px 20px 10px 10px;
	font: 12px sans-serif;
	color: black;
	background-image: url("images/frontpage_textarea.png");
	background-repeat: no-repeat;
	background-position: top right;
}
#mainquestions {
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	list-style: list-style-image;
	list-style-image: url("images/bullet.gif");
}
#mainquestions li {
	font-family: times new roman, serif;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}
#mainquestions li a {
	color: #613738;
	text-decoration: none;
}
#mainquestions li p {
	margin: 5px 0 5px 15px;
	color: #000000;
	font-size: 10pt;
	font-family: sans-serif;
	font-weight: normal;
}
#mainquestions li p a {
	color: #887755;
	text-decoration: underline;
}

