#leftColumn	{
	float: left;
	width: 276px;
	/*background-color: #ccc;*/
}
#rightColumn	{
	float: left;
	width: 524px;
	margin: 0;
	/*background-color: #ccc;*/
}

div#welcome {
	width: 276px;
	height: 208px;
	background: url('../i/welcomeback1.gif') no-repeat left top;
	margin: 10px 0 0 0;
	padding: 50px 0 0 0;
}
div#welcome h2 {
	font: bold 14px Arial;
	margin: 0 0 5px 20px;
	width: 250px;
	padding: 0;
	color: #fff;
}
div#welcome p {
	font: normal 12px Arial;
	margin: 10px 0 5px 20px;
	text-align: justify;
	width: 236px;
	padding: 0;
	color: #fff;
}
div.questions {
	width: 800px;
	margin: 0;
	padding: 0;
}

div.questions a {
	float: left;
	height: 30px;
	margin: 0 70px 20px 80px;
	padding: 0 0 0 35px;
	font: bold 11px Arial;
	text-decoration: none;
	color: #f60;
}
div.questions a.faq {
	margin: 0 0 20px 0;
	width: 130px;
	background: url('../i/question.gif') no-repeat left 1px;
}
div.questions a.spoon {
	width: 130px;
	background: url('../i/spoon.gif') no-repeat left 1px;
}
div.questions a.survey {
	width: 130px;
	background: url('../i/exclamation.gif') no-repeat left 1px;
}
div.questions a.faq:hover, div.questions a.survey:hover, div.questions a.spoon:hover {
	text-decoration: underline;
}
div.rightBlock {
	display: block;
	width: 524px;
	background: url('../i/block_all_back.gif') no-repeat left bottom;
	margin: 5px 0 0 0;
	height: 170px;
	padding: 0 0 60px 0;
}
div.blue {
	background: url('../i/block_all_back_blue.gif') no-repeat left bottom;
}
div.orange {
	background: url('../i/block_all_back_orange.gif') no-repeat left bottom;
}
.empty {
	width: 800px;
	height: 87px;
	margin: 0 auto;
	display: block;
	clear: both;
	background: url('../i/block_all_back_rev.gif') no-repeat left bottom;
}
div.rev {
	background: url('');
	padding: 0;
}
div.rightBlock h2 {
	font: normal 18px Arial;
	margin: 10px 0 5px 20px;
	width: 250px;
	padding: 0;
	color: #005f1d;
	text-decoration: none;
}
div.rightBlock h2 a {
	font: normal 18px Arial;
	margin: 0;
	width: 250px;
	padding: 0;
	color: #005f1d;
	text-decoration: none;
}
div.rightBlock h2 a:hover {
	color: #f60;
	text-decoration: underline;
}
div.rightBlock p {
	font: normal 12px Arial;
	margin: 10px 0 5px 20px;
	text-align: justify;
	width: 250px;
	padding: 0;
	color: #000;
}
.readMore {
	float: right;
	display: block;
	font: normal 11px Arial;
	color: #f60;
	text-decoration: none;
	margin: 8px 0 0 20px;
}
.readMore:hover {
	text-decoration: underline;
}
.preview {
	position: absolute;
	float: right;
	z-index: 90;
	margin:  0 0 0 300px;
}
.pills {
	margin: 20px 0 5px 0;
}
.s_res {
	width: 760px;
	margin: 0 auto;
}

dl {
	display: block;
	width: 240px;
	margin: 10px 0 0 13px;
	float: left;
}
dl.main_nav {
	display: block;
	width: 240px;
	margin: 10px 0 0 26px !important;
	margin: 10px 0 0 13px;
	float: left;
}

dt {
	margin: 0 0 10px 0;
	font: bold 14px Arial;
	color: #ca0e00;
}
dd {
	margin: 0;
	padding: 0;
	font: normal 12px Arial;
	color: #ca0e00;
	background: url('../i/square.gif') no-repeat 5px 8px;
}
dd a {
	display: block;
	width: 225px;
	min-height: 14px;
	margin: 0;
	padding: 2px 0 2px 15px; 
	color: #333;
	text-decoration: none;
}
dd a:hover {
	color: #ca0e00;
	text-decoration: underline;
}