/* CSS Document */


#MainContent {
	position:absolute;
	width:60%;
	height:auto;
	z-index:1;
	left: 10%;
	top: 135px;
	right: 0;
	background-color: #FFFFFF;
	min-width:600px;
	overflow: visible;
}
#navsubcontainer {
	position:absolute;
	width:730px;
	height:40px;
	z-index:1;
	left: 0;
	top: -19px;
}
#MainContentCorner {
	position:absolute;
	width:40px;
	height:40px;
	z-index:1;
	left: -40px;
	top: -40px;
	background-image: url(/images/bpboxlcorner.png);
}
#MainContentCornerRight {
	position:absolute;
	width:40px;
	height:40px;
	z-index:1;
	right: -40px;
	top: -40px;
	background-image: url(/images/bpboxrcorner.png);
}
#MainContentLeftSide {
	position:absolute;
	width:40px;
	height:auto;
	z-index:1;
	left: -40;
	top: 0px;
	background-image: url(/images/bpboxleft.png);
	background-repeat: repeat-y;
}
#MainContentRightSide {
	position:absolute;
	width:40px;
	height:100%;
	z-index:1;
	right: -40;
	top: 0px;
	background-image: url(/images/bpboxright.png);
	background-repeat: repeat-y;
}

#MainContenttopSide {
	position:absolute;
	width:100%;
	height:40px;
	z-index:1;
	left: 0px;
	top:-40px;
	background-image: url(/images/bpboxtop.png);
	background-repeat: repeat-x;
}
#LeftMenu {
	position:absolute;
	width:10%;
	height:150px;
	z-index:1;
	left: 0px;
	top:150px;

}
#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
}
