#landing_container
{
	text-align:center;
	margin: 0 auto;
	/* width: 700px; */
	font-family: Arial, sans-serif;
	margin-bottom:0.5em;
	width: 98%;
}

#landing_container h2
{
	color: #b89fbf;
	background:transparent;
	font-size: 18px;
}

#landing_container h2 span
{
	color: #79577C;
}

#landing_content h3, #landing_content h4, #landing_content p
{
	font-size: 1em;
	padding: 0;
	margin: 10 0 0 0;
}

#landing_content h3
{
	color: #636363;
}

#landing_content h4 
{
	color: #7A557E;
}

#landing_content p
{
	color: #646263;
}

#landing_tabs 
{
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 6px;
}

#tab1
{
	background-color: #9a76a4;
	background-image: url(/images/landing/business/tab1.gif);
	background-repeat: no-repeat;
	padding: 6px 20px 6px 19px;
	margin-right: 3px;
	display: inline;
	color: white;
}

#tab2
{
	background-color: #b89fbf;
	background-image: url(/images/landing/business/tab2.gif);
	background-repeat: no-repeat;
	padding: 6px 15px 6px 16px;
	display: inline;
	color: white;
}

#tab1:hover,#tab2:hover
{
	text-decoration: none;
	color: white;
}


#landing_content
{
	color: black;
	background-color: #efe8ef;
	border:  1px solid #a483ae;
	text-align: left;
	font-size: 11px;
	padding: 0px 10px 10px 10px;
}

#content2
{
	display: none;
}

#topleft_corner
{
	position: relative;
	border: 0;
	top:-4px;
	left:-11px;
}

#topright_corner
{
	position: relative;
	border: 0;
	top:-1px;
	left:424px;
}

#bottomleft_corner
{
	position: relative;
	border: 0;
	top:14px;
	left:-11px;
}

#bottomright_corner
{
	position: relative;
	border: 0;
	top:14px;
	left:422px;
}

.inputboxbig {width:150px; height:17px; font-family: Arial, Helvetica, sans-serif;font-size: 10px;color: black; }

#landing_content p a{text-decoration: underline;}
#landing_content p a:hover{text-decoration: none;}

