

/* @group redefined html tags */

body {
	padding:0px;
	margin:0px;
	font-family: Arial, sans-serif;
	font-size:11px;
	background-color: #F7F0E5;
	color: #666666;
}

img	{
	border:0px;
}
	
/* @end */

/* @group site layout */

#center {
	position:relative;
	width:792px;
	height:500px;
	top:30px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border: 1px #666666 solid;
}

#header {
	background-color:#993300;
	height: 5px;
}

#content {
	background: url(../images/global/newpageback.jpg) no-repeat;
	width: 792px;
	height: 495px;
	top: 5px;
	position: absolute;
	left: 0;
}

#leftpane {
	width: 150px;
	height: 468px;
	position: absolute;
	top: 5px;
}

#rightpane {
	position: absolute;
	top: 5px;
	left: 160px;
	width: 618px;
	height: 460px;
}

#pagetitle {
	position: absolute;
	top: 5px;
}

#lefttext {
	position: absolute;
	z-index: 10;
	width: 260px;
	overflow: hidden;
	left: 19px;
	top: 130px;
}

#righttext {
	position: absolute;
	z-index: 10;
	width: 260px;
	overflow: hidden;
	left: 19px;
	top: 99px;
	margin-left: 295px;
	margin-top: 30px;
}

#faqquestions {
	position: relative;
	z-index: 12;
	width: 260px;
	left: 19px;
	top: 99px;
}

#images {
	position: absolute;
	left: 260px;
	top: 115px;
	z-index: 6;
}

#iframe {
	position: absolute;
	z-index: 10;
	top: 260px;
	width: 210px;
	height: 150px;
	left: 290px;
}

#linksbar {
	width: 748px;
	height: 27px;
	top: 473px;
	position: absolute;
	visibility: visible;
}

#sublinks {
	position: absolute;
	top: 130px;
	left: 66px;
}

#footer {
	position: relative;
	top: 500px;
	display: block;
	text-align: center;
}

	
/* @end */
