@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	background-color: #683084;
	background-image: url(images/thaiback_legal_tile_test.gif);
}
.oneColLiqCtrHdr #container {
	width: 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 20px;
	border: 20px none #3a0d51;
	height: 625px;
	width: 750px;
	background-repeat: no-repeat;
	background-color: 755386;
}
.text {
	float: right;
	width: 400px;
	clear: both;
	margin-left: auto;
	position: absolute;
	left: 241px;
	top: 162px;
	right: auto;
	bottom: auto;
	margin-right: 25px;
	padding: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	height: 600px;
}

.oneColLiqCtrHdr #footer {
	padding: 0 10px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.column {
	background-color: #755386;
	padding: 25px;
	float: none;
	height: 500px;
	width: 750px;
	border: medium solid #683084;
	clear: none;
	margin: 25px;
}
.dropcap {
	float:left;
	color:#994e98;
	font-size:60px;
	font-weight:bold;
	line-height:60px;
	padding-top: 0px;
	Margin-top: -5px;
	font-family:"garamond","goudy",serif;
} 
.header {
	float:left;
	color:#994e98;
	font-size:24px;
	font-weight:bold;
	font-family:"garamond","goudy",serif;
} 
.header_menu {
	color:#994e98;
	font-size:18px;
	font-weight:bold;
	font-family:"garamond","goudy",serif;
} 
.left {
	clear: none;
	float: left;
	border: medium solid #683084;
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.right {
	clear: none;
	float: right;
	border: medium none #683084;
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.right {
	clear: none;
	float: right;
	border: medium none #683084;
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
