.borderleft {
	background-image: url(../images/layout/borderleft.png);
	background-position: left top;
	background-repeat: repeat-y;
	position: absolute;
	display: none;
	width: 8px;
	top: 0;
}

.borderright {
	background-image: url(../images/layout/borderright.png);
	background-position: left top;
	background-repeat: repeat-y;
	position: absolute;
	display: none;
	width: 8px;
	top: 0;
}

.head { 
	width: 960px; 
	margin-left: auto; 
	margin-right: auto; 
	background-position: bottom left;
	background-repeat: no-repeat;
	height: auto !important;
	min-height: 100%;
}

.bgtop { background-position: top left; }
.bgbottom { background-position: bottom left; }

.container {
	margin-left: auto;
	margin-right: auto;
	cursor: default;
	width: 950px;
	min-height: 100%;
}

.header { 
	width: 950px; 
	height: 96px; 
	float: left; 
	text-align: right;
	padding-top: 2px;
}

.sitecontainer {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.menucontainer {
	width: 204px;
	float: left;
}

.content {
	width: 532px;
	margin: 0 6px 0 6px;
	float: left;
	height: 100%;
	min-height: 100%;
}

.rightcontainer {
	width: 200px;
	height: 100%;
	min-height: 100%;
	float: left;
	margin-left: 2px;
}

.dialogcontainer { 
	width: 200px; 
	margin-bottom: 8px; 
}

.dialogmenucontent { 
	border-width: 0px 1px 0px 1px; 
	border-style: solid; 
	border-color: #16141A; 
	padding: 20px 9px 6px 9px; 
	background-color: #EEEEEE; 
}

.dialogmenufooterleft { 
	height: 4px; 
	width: 4px; 
	background-image: url(../images/layout/dialoglowerleft.png); 
	background-position: left top; 
	background-repeat: no-repeat; 
	background-color: #EEEEEE; 
	float: left; 
}

.dialogmenufootercenter { 
	width: 192px; 
	height: 3px; 
	border-bottom: 1px solid #000000; 
	background-color: #EEEEEE; 
	float: left; 
}

.dialogmenufooterright { 
	background-image: url(../images/layout/dialoglowerright.png); 
	background-position: right top; 
	background-repeat: no-repeat; 
	background-color: #EEEEEE; 
	float: right; 
	height: 4px; 
	width: 4px; 
}