body {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(/media/images/bg.jpg);
	background-repeat:repeat;
	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: #000000;
}
.oneColLiqCtr #container {
	width: 845px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
    margin:0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a, a:visited
{
    color:#6D1217
}

textarea
{
    width:250px;
}

td.header {
width:650px;
height:266px;
background:url(/media/images/header.jpg);
background-repeat:no-repeat;
font-size:10px;
text-align:right;
padding-top:185px;
padding-right:5px;
}
td.header a {
/* font-family:Georgia, "Times New Roman", Times, serif; */
font-size:14px;
color:#201408;
text-decoration:none;
font-weight:bold;
}
td.header a:hover {
/* font-family:Georgia, "Times New Roman", Times, serif; */
font-size:14px;
color:#201408;
text-decoration:underline;
font-weight:bold;
}
table.body {
background:url(/media/images/repeat.jpg);
background-repeat:repeat-y;
margin-right:102px;
margin-left:93px;
}
#rose {
padding-top:20px;
padding-left:20px;
}
#welcome {
width:432px;
height:50px;
background:url(/media/images/bodytop.jpg);
background-repeat:no-repeat;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16pt;
color:#8f8f49;
padding-top:23px;
padding-left:38px;
}

#text {
width:352px;
margin-left:12px;
margin-right:38px;
background-color:#fff;
padding-top:10px;
padding-left:26px;
padding-right:40px;
/* font-family:Georgia, "Times New Roman", Times, serif; */
font-size:11px;
line-height:15pt;
color:#3d1201;
border:solid 1px white;
clear:both;
}
#footer {
width:650px;
height:21px;
background:url(/media/images/footer.jpg);
background-repeat:no-repeat;
padding-top:48px;
padding-left:206px;
margin-left:93px;
margin-right:102px;
font-family:"Times New Roman", Times, serif;
font-size:10px;
color:#674e2c;
}
