/* CSS for Carolina Lodge */

body 
{
	margin:0px; 
	text-align:center; 
	background-image:url('images/bg_patt.gif'); 
	background-repeat:repeat
}

.whitebg
{
	background color: #ffffff;
}

.leftyellow
{
	background color: #fffec1;
}

.leftcontenttxt
{
	font-family: Arial;
	font-size: 12px; 
	color:#2a2a2a; 
	text-align:left;
}

.buttontxt
{
	font-family: arial;
	font-weight:bold;
	font-size: 12px;
	color:#ffffff;
}

.contenttxt
{
	font-family: Arial;
	font-size: 12px; 
	color:#2a2a2a;
	text-align:justify;
}

.contenttitle
{
	font-family: Arial;
	font-size: 12px; 
	color:#7f2c2c;
	font-weight:bold;
	text-align:justify;
}

.copyrights
{
	font-family: Arial;
	font-size: 10px; 
	color:#7f2c2c;
	text-align:right; 
	letter-spacing:0.5pt;
}