*
{
	margin: 0;
	padding: 0;
}
* a img
{
	border: 0;
}

html, body
{
	width: 100%;
	height: 100%;
}

body
{
	background-color: #ffffff;
	font: 12px/1.3 Verdana, Helvetica, sans-serif;
}


#container
{
	width: 1000px;
	position: relative;
	margin: 0 auto;
	background-color: #ffffcc;
}

#header
{
	background: url('Images/header.png');
	height: 152px;
	width: 1000px;
	position: absolute;
	z-index: 100;
}

#content
{
	position: absolute;
	width: 1000px;
	top: 152px;
	z-index: 1;
	background: url('Images/mainbackground.png');
}

#content #leftcontent
{
	/*position: absolute;
	z-index: 1;*/
	background-color: #ffffcc;
	left: 0px;
	width: 675px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	font-family: Tahoma;
	color: #006400;
}

#content #leftcontent p
{
	padding-bottom: 15px;
}

#content #rightcontent
{
	background-color: #ffff99;
	/*position: absolute;
	z-index: 2;*/
	left: 725px;
	width: 275px;
	float:right;
}

#content #rightcontent a
{
	color: #9f0014;
}
#content #rightcontent a:hover
{
	text-decoration: none;
}
#content #rightcontent img
{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#clearone
{
	clear: both;
	height: 1px;
}

#BizForm TABLE
{
	margin: 5px;
	width: 270px;
	border-color: Green;
	border-style: solid;
	border-width: 1px;
}

#BizForm INPUT
{
	margin-left: 20px;
}

.offerOverview
{
	background: url(   'Images/offer_back.jpg' );
	background-repeat: no-repeat;
	height: 100px;
	width: 265px;
	font-size: 7pt;
	color: #006600;
	margin-left: 10px;
}

.offerOverview table
{
	border-style: none;
	border-width: 0px;
}

.offerOverview td
{
	padding-top: 0px;
}
.offerName
{
	font-size: 14px;
	padding-left: 10px;
	vertical-align: bottom;
}

.offerImage img
{
	padding-right: 10px;
}

.offerText
{
	padding-left: 10px;
}

#LeftSlideShow
{
	left: 10px;
	top: 5px;
}

#LeftSlideShowBottom
{
	left: 5px;
	bottom: 5px;
	vertical-align: bottom;
}

#RightImage
{
	padding-left: 10px;
}

#LeftText
{
	font-size: large;
	font-style: italic;
	font-family: Tahoma;
}

#LanguageSwitch
{
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

