

/* @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;
}

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

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

#rightpane {
	position: absolute;
	top: 5px;
	width: 618px;
	height: 420px;
	left: 142px;
	z-index: 10;
}

#left {
	width: 346px;
	height: 185px;
	float:  left;
	}

#leftimg {
	padding-left: 19px;
	padding-top: 132px;
	width: 346px;
	margin: 0;
	height: 185px;
	float: left;
}

#lefttext {
	width: 146px;
	z-index: 5;
	bottom: 65px;
	float: left;
	position: absolute;
	margin-left: 19px;
	padding-right: 6px;
}

#right {
	float: right;
	width:  253px;
}

#righttext {
	position: absolute;
	width: 253px;
	margin-top: 130px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	z-index: 5;
	top: 0;
}

#rightimg {
	margin-top: 312px;
	width: 253px;
	height: 121px;
	float: right;
	position: absolute;
	z-index: 1;
}

#rightimg_am {
	margin-top: 312px;
	width: 253px;
	height: 121px;
	float: right;
	z-index: 10;
	position: absolute;
}

#linksbar {
	width: 748px;
	height: 27px;
	top: 473px;
	position: absolute;
	z-index: 5;
}

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

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

	
/* @end */
