body {
	color: Black;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #B3B5BE fixed;
	text-align: justify;
	margin: 0px;
}

a {
	color: #1B4AAD;
	text-decoration: none;
}

input
{
	font-size: 11px;
}
select
{
	font-size: 11px;
}
.divSurrounding{
	position: relative;
	top: 20px;
	width:900px;
	height:700px;
	text-align:left;
	background-color: white;
}

.divMainHeader {
	position:absolute;
	top:0px;
	left: 0px;
	height:200px;
	width:100%;	
	background-image:url(./images/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: top, left;
	background-color: white;
	vertical-align: text-bottom;
}

.divMainContent {
	position:absolute;
	top:220px;
	left: 170px;
	height:480px;
	width:520px;
	background-color: white;
	scrollbar-base-color: #203b59;
	scrollbar-3d-light-color: #a0bbd9;
	scrollbar-arrow-color: #a0bbd9;
	scrollbar-darkshadow-color: #203b59;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #809bb9;
	scrollbar-shadow-color: #809bb9;
	scrollbar-track-color: white;
	overflow: auto;
}
.divMainMenu {
	position: absolute;
	top: 132px;
	left: 10px;
	height: 18px;
	width: 700px;
	overflow: hidden;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: white;
}
.divBottomEnd{
	position: relative;
	width:800px;
	overflow: hidden;
	text-align:center;
}
.divProductMenu{
	position:absolute; 
	top:220px;
	left: 0px;
	height:500px;
	width:160px;
	overflow: auto;
}
.divRightContent {
	position:absolute;
	top:220px;
	left:710px;
	height:500px;
	width:190px;
}
