* {
	margin: 0px;
	padding: 0px;
}

html { height: 100%; width: 100%;}

body {
	background-color: #fff;
	font-size: 62.5%;
	font-family: Arial, Verdana, sans-serif;
	color: #333333;
	height: 100%;
	width: 100%;
	font-size: 62.5%;
}

a { text-decoration: none; color: #2d5d83;}
a img { border: none}	

h1, h2, h3 {
/* 	font-family: Georgia, Palatino, Times New Roman; */
}

#top_bar {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}

#top_bar #logo {
	float: left;
	position: absolute;
	margin: 10px 0 0 65px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/minesnooper_logo.png',sizingMethod='scale');
	height: 94px;
	width: 432px;
}
#top_bar .logoref {
	float: left;
	width: 430px;
	height: 75px;
	position: absolute;
}

#top_bar #logo a img {
	_display: none;
}


#top_bar .banner {
	float: left;
	border:none;
/*	margin: 15px 10px 0 40px; */
/*	margin: 15px 10px 0 40px; */
	position: absolute;
	right: 0px;
	top: 0px;
}

#search_bar {
	float: left;
	width: 100%;
/*
	height: 60px;
	line-height: 60px;

*/	margin: 90px 0 0 0;
	background: #e1e2c0;
	border-top: 1px solid #e6c655;	
	border-bottom: 1px solid #e6c655;	

}

#search_bar .section {
	float: left;
	height: 60px;
	line-height: 60px;
	background: url('../images/searchbar_arrow.jpg') no-repeat;
	background-position: 100% 50%;
	padding: 5px 20px 5px 0;
}

#search_bar .section .num {
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;	
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	background: url('../images/circle_gold.gif') no-repeat;	
	margin: 28px 0 0 5px;
}

#search_bar .section .input {
	float: left;
	line-height: 10px;
	margin: 0 5px;
	padding: 6px 0 0 0;
}

#search_bar .section .input span {
	color: #7b712c;
	font-size: 1.3em;
	line-height: 1.8em;
	text-transform: uppercase;
	font-weight: bold;
}

#search_bar .section .input select {
	border: 1px solid #8a8a88;
	width: 110px;
}

#search_bar .buttonRow {
	float: left;
	margin: 25px 0 0 10px;
	line-height: 25px;
}

#search_bar .buttonRow span a {
	margin: 0 0 0 10px;
	text-decoration: underline;
	font-size: 1.1em;
}

#search_bar .search_button, #search_bar .reset_button {
	float: left;
	padding: 2px 5px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

#search_bar .search_button {
	background: #ebbe2d;
	border: 1px solid #c49603;
	color: #fff;
}

#search_bar .reset_button {
	background: #23B2D1;
	border: 1px solid #50A0B1;
	color: #fff;
	font-weight: normal;
}



#search_bar .div_input {
	background: #fff;
	border: 1px solid #8a8a88;
	cursor: pointer;
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 0 10px;
}


#search_bar .section .input #resource_options {
	float: left;
	z-index: 9999;
	width: 399px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 1em;
	padding:4px;
	margin: 0px;
}

#search_bar .section .input #resource_options input {
	margin: 0 5px;
	width: auto;
}

#search_bar .section .input #resource_options span {
	float: left;
	width: 129px;
	text-transform: none;
	color: #fff;
	background: #F6F6F6;
	height: 20px;
	line-height: 20px;
	padding: 3px 0px;
	margin: 1px;
	color: #333;
	border: 1px solid #F0F0F0;
	font-weight: normal;
	display: inline;
}

#search_bar #nav_bar {
	list-style-type: none;
	float: left;
	padding: 0px;
	border-right: 1px solid #f0f1e0;
/* 	font-family: Georgia, Palatino, Times New Roman; */
	height: 50px;
}

#search_bar #nav_bar li {
	float: left;
	border-right: 1px solid #cacbac;
	border-left: 1px solid #f0f1e0;
	display: inline;
}

#search_bar #nav_bar li a {
	padding: 19px 7px;
	text-transform: uppercase;
	color: #745617;
	font-size: 1.2em;
	line-height: 12px;
	display: block;
	height: 30px;
	letter-spacing: -1px;
	width: 100px;
}

html>body #search_bar #nav_bar li a { width: auto}

#search_bar #nav_bar li a:hover {
	padding: 17px 7px 21px 7px;
	border-bottom: 2px solid #cdae40;
	color: #cdae40;
	background: #eaebd0;
}

#search_bar #nav_bar li.active a, #search_bar #nav_bar li.active a:hover {
	color: #cdae40;
	background: #f7f8e6;
	padding: 19px 7px;
	border-bottom: 2px solid #e6c655;
}

	
#tip_bar {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 0;
	background: #cdeafc;
	border-bottom: 1px solid #c0dded;	

}

#tip_bar_text {
	font-size: 1.3em;
	margin: 0 20px;
	font-weight: bold;
}

#breadcrumbs {
	font-weight: normal;
}

#main_body {
	float: left;
	width: 100%;
}

#map_overlay {
	clear: both;
	float: left; 
	position: absolute;
	height: 400px; 
	width: 400px; 
	background: url('../images/ajax-loader_map.gif') no-repeat #fff; 
	background-position: 50% 50%;
	z-index: 100000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}	
	

#main_body #left_column {
	float: left;
	width: 180px;
	height: 100%;
}
	
#main_body #left_column .navigation ul {
	float: left;
	list-style-type: none;
	width: 180px;
	background: #f4f5e7;
	margin: 0 0 20px 0;
}

#main_body #left_column .navigation ul li {
	float: left;
}

#main_body #left_column .navigation ul li a {
	float: left;
	width: 160px;
	padding: 10px 0 10px 10px;
	font-size: 1.3em;
	border-left: 10px solid #e0d17e;
	border-bottom: 1px solid #dee0b4;
	color: #997b3b;
}

#main_body #left_column .navigation ul li a:hover {
	padding: 10px 0 10px 5px;
	border-left: 15px solid #cebf6f;
	width: 160px;
	background: #f9faf1;
	color: #72571c;
}

#main_body #right_column {
	float: left;
	width: 500px;
	min-height: 300px;
	height: 450px;
}

body>html #main_body #right_column { height: auto }

#map {
	position:relative;
	float: left;
	width: 100%;
	height:100%;
}

#footer {
	float: left;
	width: 100%;
	background: #f3f3f3;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	color: #5e5e5e;
}

#footercap {
	/* fix: the last word on the footer repeats beneath the div tag */
	visibility:hidden;
	float: right;
	width:10px;
	background-color:#99FFCC;
}

#footer .left_side {
	float: left;
	margin: 0 0 0 10px;	
}

#footer .right_side {
	float: right;
	margin: 0 10px 0 0;
}




/*--- PRESS - BOF ---*/

#press_body {
	float: left;
	width: 100%;
	background: url('../images/2col_background.gif') repeat-y;
	background-position: 100% 0;
}

#press_body h1.title {
	font-size: 2.3em;
	padding: 10px 0 10px 20px;
	margin: 0 0 15px 0;
	font-weight: normal;
	border-bottom: 1px solid #e0e1d1;
	background-color: #f4f5e7;
}

#press_body h1.title a {
	color: #666;
}


#press_body #left_column {
	margin-right: 240px
}

#press_body #right_column {
	float: right;
	width: 240px;
	margin-left: -240px;
}

#press_body dl {
	float: left;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.5em;
}

#press_body dt {
	clear: both;
	float: left;
	width: 100%;
	margin: 0px 0 25px 0;
}

#press_body dt .date {
	float: right;
	color: #999;
	padding-right: 20px;
	width: 100px;
}

#press_body dt .title a {
	clear: left;
	float: left;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #8e8f71;
	padding-left: 20px;
}

#press_body dt .company {
	clear: left;
	float: left;
	color: #999;
	font-size: 1em;
	padding-left: 20px;
}

#press_body dt h2 {
	font-weight: normal;
	color: red;
}

#press_body dd {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #e1e2c0;
}

#press_body dd .logo {
	float: left;
	padding: 0 20px;
	height: 100px;
}

#press_body dd .logo img {
	float: left;
	max-width: 150px;
	width: 150px;
}

html>body #press_body dd .logo img { width: auto }

#press_body dd .description {
	float: left;
}

#press_body dd .more {
	float: left;
	clear: both;
	width: 250px;
	margin: 20px 0 0 190px;
	font-weight: bold;
	font-size: 1.1em;
	background: url('../images/file-doc.png') no-repeat;
	padding: 0 0 0 20px;
	font-family: Georgia, Palatino, Times New Roman;
}

#right_column .banner {
	float: left;
	width: 220px;
	margin: 10px 10px;
	background: #fff;
	display: inline;
}

#right_column .banner img {
	width: 100%;
}


#indiv_article {
	margin: 20px 20px 80px 20px;
}

#indiv_article .date {
	float: left;
	font-size: 1.3em;
	color: #999;
	margin: 10px 0 30px 0;
}

#indiv_article #company_info {
	float: right;
	margin: 0 0 20px 30px;
	width: 200px;
	padding: 20px 0;
/* 	border-top: 2px solid #ccc; */
	border-bottom: 2px solid #ccc;
}

#indiv_article #company_info h3 {
	font-weight: normal;
	font-size: 1.2em;
}

#indiv_article #company_info h4 {
	font-weight: normal;
	font-size: 0.8em;
}

#indiv_article #company_info img {
	margin: 10px 0;
	width: 200px;
}


#indiv_article h2 {
	border-bottom: 2px solid #ccc;
	font-size: 2em;
	font-weight: normal;
	padding: 10px 0;
}

#indiv_article h2 span {
	float: right;
	font-weight: normal;
	font-size: 0.7em;
	margin: 0 0 0 10px;
}

#indiv_article .description {
	clear: left;
	margin: 30px 0 80px 0;
	font-size: 1.4em;
	line-height: 1.5em;
}

#indiv_article .description p {
	margin: 15px 0;
}

#indiv_article .goback {
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 10px 0 0 0;
}

#indiv_article .goback a {
	font-size: 1.2em;
}


/*--- PRESS - EOF ---*/

/*--- COMPANIES - BOF ---*/

#companies_body {
	float: left;
	width: 100%;
	background: url('../images/2col_background.gif') repeat-y;
	background-position: 100% 0;
}

#companies_body h1.title {
	font-size: 2.3em;
	padding: 10px 0 10px 20px;
	margin: 0 0 15px 0;
	font-weight: normal;
	border-bottom: 1px solid #e0e1d1;
	background-color: #f4f5e7;
}

#companies_body h1.title a {
	color: #666;
}

#companies_body h1 span {
	font-size: 0.7em;
}

#companies_body .noresults {
	font-size: 1.2em;
	margin: 50px 0 0 20px;
}

#companies_body #left_column {
	margin-right: 240px
}


#companies_body #right_column {
	float: right;
	width: 240px;
	margin-left: -240px;
}

#companies_body #searchbox {
	margin: 60px auto;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #eeeeed;
	width: 560px;
	font-family: Georgia, Palatino, Times New Roman;
}

#companies_body #searchbox h2 {
	font-size: 1.9em;
	text-align: center;
	color: #2d5d83;
}

#companies_body #searchbox p {
	margin: 15px 0 40px 0;
	font-size: 1.3em;
	color: #666;
}


#companies_body #searchbox dl {

}

#companies_body #searchbox dt {
	font-size: 1.4em;
	margin: 0 0 15px 0;

}

#companies_body #searchbox dt strong {
	text-decoration: underline;
}

#companies_body #searchbox dt span {
	font-size: 0.8em;
	text-decoration: none;
	color: #666;
}

#companies_body #searchbox dd {
	margin: 0 0 30px 0;
}

#companies_body #searchbox dd #keyword {
	float: left;
	width: 400px;
	padding: 5px 5px 5px 25px;
	border: 1px solid #ccc;
	height: 20px;
	font-size: 1.4em;
	background: url('../images/search.png') no-repeat #fff;
	background-position: 5px 50%;
}

#companies_body #searchbox dd .submit {
	border: 1px solid #a6cce1;
	color: #5ba3ca;
	height: 32px;
	line-height: 28px;
	background: #cdeafc;
	font-size: 1.4em;
	margin: 0 3px;
	padding: 0 15px;
}

#companies_body #searchbox .alphabet {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
}

#companies_body #searchbox .alphabet span a {
	font-size: 1.7em;
	padding: 2px 5px;
}

#companies_body #searchbox .alphabet span a:hover {
	background: #999;
	color: #fff;
}


div.autocomplete {
  position:absolute;
  float: left;
  width:146px;
  background-color:white;
  border:1px solid #999;
  margin:0px;
  padding:0px;
  cursor: pointer;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:10px;
  cursor:pointer;
  font-size: 1.2em;
}

.result_row {
	width: 100%;
}

.result_row .wrapper {
	float: left;
	margin: 20px;
	padding: 20px 0;
	border-bottom: 1px solid #c0dded;
	display: inline;
}


.result_row .left {
	float: left;
	margin-right: 210px;
	padding: 0 20px 0 0;
}

.result_row .right {
	float: right;
	width: 190px;
	padding: 0 0 0 20px;
	margin-left: -210px;
}

.result_row .logo {
	float: left;
	width: 170px;
}

.result_row .company_links {
	float: left;
	list-style-type: square;
	margin: 10px 0 0 0;
	padding: 10px;
	width: 150px;
}

.result_row .company_links li {
	float: left;
	margin: 5px 0;
	font-size: 1.1em;
	width: 150px;
}

.result_row h2 {
	display: block;
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 2em;
}

.result_row .description {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #666;
}

.result_row .website a {
	float: left;
	margin: 10px 0 0 0;
	font-size: 1.3em;
	font-weight: bold;
	background: url('../images/home.png') no-repeat;
	padding: 0 0 0 20px;
}



/*--- COMPANIES - EOF ---*/



/*--- STOCKS - BOF ---*/

#stock_body {
	float: left;
	background: url('../images/2col_background.gif') repeat-y;
	background-position: 100% 0;
}

#stock_body #left_column {
	margin-right: 240px
}

#stock_body #right_column {
	float: right;
	width: 240px;
	margin-left: -240px;
}

#stock_body h1.title {
	font-size: 2.3em;
	padding: 10px 0 10px 20px;
	margin: 0 0 15px 0;
	font-weight: normal;
	border-bottom: 1px solid #e0e1d1;
	background-color: #f4f5e7;
}

#stock_table {
	width: 100%;
	margin: 0 0 50px 0;
}

#stock_table td, #stock_table th {
	padding: 7px 5px;
}

#stock_table thead th {
	background: #E8E8E8;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#stock_table tbody td {
	background: #F7F8EA;
	border-bottom: 1px solid #E0E1D1;
}

/*--- STOCKS - EOF ---*/


/*--- COMMODITY - BOF ---*/

#commodity_body {
	float: left;
	background: url('../images/2col_background.gif') repeat-y;
	background-position: 100% 0;
}

#commodity_body #left_column {
	margin-right: 240px
}

#commodity_body #right_column {
	float: right;
	width: 240px;
	margin-left: -240px;
}

#commodity_body h1.title {
	font-size: 2.3em;
	padding: 10px 0 10px 20px;
	margin: 0 0 15px 0;
	font-weight: normal;
	border-bottom: 1px solid #e0e1d1;
	background-color: #f4f5e7;
}


#commodity_list {
	padding: 20px;
}

#commodity_body dt {
	font-size: 1.7em;
	font-weight: bold;
	color: #333;
	margin: 20px 0;
	border-bottom: 2px solid #c9e2f2;
	background: #eef7fd;
	padding: 10px;
	color: #3C6E8E;

}

#commodity_body dd {
	margin: 0 0 10px 0;
}

#commodity_body dd img {
	width: 45%;
	margin: 0 10px 0 0;
	max-width: 400px;
}

#commodity_body dd img.ignore {
	width: auto;
}

/*--- COMMODITY - EOF ---*/



/*--- NEWSLETTER WRITERS - BOF ---*/

#newsletter_body {
	float: left;
	background: url('../images/2col_background.gif') repeat-y;
	background-position: 100% 0;
}

#newsletter_body #left_column {
	margin-right: 240px
}

#newsletter_body #right_column {
	float: right;
	width: 240px;
	margin-left: -240px;
}

#newsletter_body h1.title {
	font-size: 2.3em;
	padding: 10px 0 10px 20px;
	margin: 0 0 15px 0;
	font-weight: normal;
	border-bottom: 1px solid #e0e1d1;
	background-color: #f4f5e7;
}

#newsletter_body h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 20px;
	border-bottom: 2px solid #c9e2f2;
	background: #eef7fd;
	padding: 10px;
	color: #3C6E8E;
}

#newsletter_body #articles {
	float: left;
	width: 60%;
}

#newsletter_body #articles dl {
	margin: 20px;
	font-size: 1.2em;
	line-height: 1.5em;
}

#newsletter_body #articles dt {
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 10px;
}

#newsletter_body #articles dd {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #F3F3F3;
	padding: 10px;
}

#newsletter_body #articles dd .description {
	clear: both;
	margin: 10px 0;
}

#newsletter_body #articles dd .readmore a {
	display: block;
	margin: 10px 0;
	font-weight: bold;
}

#newsletter_body #featured_sites {
	float: right;
	width: 40%;
}

#featured_sites h2 {
}

#featured_sites ul {
	list-style-type: none;
	font-size: 1.2em;
	margin: 0 20px;
}

#featured_sites li {
	margin: 10px 0;
	border: 1px solid #F3F3F3;
	padding: 10px;
}

#featured_sites li p {
	margin: 20px 0;
}

#featured_sites img {
	display: block;
	margin: 10px auto;
}


#newsletter_body #more_sites {
	float: right;
	margin: 40px 0 0 0;
	width: 40%;
	color: #666;
}

#more_sites dl {
	margin: 20px;
	font-size: 1.2em;
}

#more_sites dt {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

#more_sites dd {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #F3F3F3;
}

/*--- NEWSLETTER WRITERS - EOF ---*/


/*--- RESEARCH ANALYSTS - BOF ---*/

#research_body {
	float: left;
	background: url('../images/2col_background.gif') repeat-y;
	background-position: 100% 0;
}

#research_body #left_column {
	margin-right: 240px
}

#research_body #right_column {
	float: right;
	width: 240px;
	margin-left: -240px;
}

#research_body h1.title {
	font-size: 2.3em;
	padding: 10px 0 10px 20px;
	margin: 0 0 15px 0;
	font-weight: normal;
	border-bottom: 1px solid #e0e1d1;
	background-color: #f4f5e7;
}

#research_body .row {
	width: 100%;
}

#research_body .row .wrapper {
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 30px 20px;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #F3F3F3;
	display: inline;
}

#research_body .row .logo {
	float: left;
	margin: 0 20px 20px 0;
}

#research_body .row p {
	margin: 0 0 20px 0;
	clear: left;
}

#research_body .row .thumbnails {
	list-style-type: none;
	margin: 10px 0;
	clear: left;
}

#research_body .row .thumbnails li {
	float: left;
	margin: 10px;
	width: 180px;
	text-align: center;
}

#research_body .row .thumbnails img {
	border: 1px solid #999;
	display: block;
	margin: 0 auto;
}

#research_body .row .thumbnails span {
	clear: both;
	color: #999;
}

#research_body .row .links {
	clear: both;	
	padding: 20px;
}


/*--- RESEARCH ANALYSTS - EOF ---*/


/*--- ASSOCIATION & EVENTS - BOF ---*/

#assoc_body {
	float: left;
	background: url('../images/2col_background.gif') repeat-y;
	background-position: 100% 0;
}

#assoc_body #left_column {
	margin-right: 240px
}

#assoc_body #left_column .wrapper {
	padding: 0 20px;
}


#assoc_body #right_column {
	float: right;
	width: 240px;
	margin-left: -240px;
}

#assoc_body h1.title {
	font-size: 2.3em;
	padding: 10px 0 10px 20px;
	margin: 0 0 15px 0;
	font-weight: normal;
	border-bottom: 1px solid #e0e1d1;
	background-color: #f4f5e7;
}

#events_table {
	width: 100%;
	font-size: 1.1em;
	margin: 0 0 50px 0;
}


#events_table td, #events_table th {
	padding: 7px 5px;
}

#events_table thead th {
	background: #E8E8E8;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#events_table tbody td {
	background: #F7F8EA;
	border-bottom: 1px solid #E0E1D1;
}

#assoclinks_table {
	width: 100%;
	font-size: 1.1em;
	margin: 0 0 50px 0;
}


#assoclinks_table td, #assoclinks_table th {
	padding: 7px 5px;
}

#assoclinks_table thead th {
	background: #E8E8E8;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

#assoclinks_table tbody td {
	background: #F7F8EA;
	border-bottom: 1px solid #E0E1D1;
}

#bc_gallery {
	font-size: 1.2em;
	margin: 20px 0;
}

#bc_gallery dt {
	font-weight: bold;
}

#bc_gallery dd {
	border-bottom: 1px solid #F3F3F3;	
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

#bc_gallery dd p {
	margin: 10px 0;
}

#bc_gallery dd img {
	border: 3px solid #ccc;
}

/*--- ASSOCIATION & EVENTS - EOF ---*/



#optForm {
	margin: 5px;
}

#optForm fieldset {
	border: 2px solid #e0d17e;
	background: #dfe18d;
}

#optForm div {
	text-align: center;
	padding: 4px;
	font-size: 1.5em;
	display: block;
	margin: 5px 0;
}

#optForm div strong {
	display: block;
}

#optForm label {
	float: left;
	width: 60px;
	margin: 0 0 0 10px;
	line-height: 20px;
	font-size: 1.2em;
}

#optForm .input {
	width: 140px;
	background-color: #fff;
}

#main_body #optForm label {
	float: left;
	width: 40px;
	margin: 0 0 0 10px;
	line-height: 20px;
	font-size: 1.1em;
}

#main_body #optForm .input {
	width: 100px;
}

#optForm .submit_button {
	margin: 5px 0 5px 70px;
}

.optformThankyou {
	font-size: 1.5em;
	margin: 0 0 0 20px;
}

#thankyou_body {
	float: left;
	width: 100%;
	background: url('../images/2col_background.gif') repeat-y;
	background-position: 100% 0;
}


#thankyou_body #left_column {
	margin-right: 240px
}


#thankyou_body #right_column {
	float: right;
	width: 240px;
	margin-left: -240px;
}


#thankyou_body h1.title {
	font-size: 2.3em;
	padding: 10px 0 10px 20px;
	margin: 0 0 15px 0;
	font-weight: normal;
	border-bottom: 1px solid #e0e1d1;
	background-color: #f4f5e7;
}