body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container  {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1024px;
	margin: 0 auto;
	height: auto;
	background-color: #FFF;
	z-index: 0;
	overflow: hidden;
} 
#left-side-bar  {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 68px;
	height: 1400px;
	background-image: url(../images-green-it-pc-desktop-workstation-computer-architecture/computer-left%20sidebar.jpg);
	z-index: 1;
}
#a-complete-solution  {
	position: relative;
	left: 68px;
	top: 0px;
	width: 228px;
	height: 45px;
	background-image: url(../images-green-it-pc-desktop-workstation-computer-architecture/computer-complete-solution.jpg);
	z-index: 2;
}
#menu-home  {
	position: absolute;
	left: 296px;
	top: 0px;
	width: 96px;
	height: 45px;
	z-index: 3;
}
#menu-about-us  {
	position: absolute;
	left: 392px;
	top: 0px;
	width: 108px;
	height:	45px;
	z-index: 4;
}
#menu-hardware  {
	position: absolute;
	left: 500px;
	top: 0px;
	width: 90px;
	height: 45px;
	z-index: 5;
}
#menu-surveillance  {
	position: absolute;
	left: 590px;
	top: 0px;
	width: 106px;
	height: 45px;
	z-index: 6;
}
#menu-services  {
	position: absolute;
	left: 696px;
	top: 0px;
	width: 104px;
	height: 45px;
	z-index: 7;
}
#menu-contact  {
	position: absolute;
	left: 800px;
	top: 0px
	width: 103px;
	height: 45px;
	top: 0px;
	z-index: 8;
}
#right-menu-spacer  {
	position: absolute;
	left: 903px;
	top: 0px;
	width: 49px;
	height: 45px;
	background-image: url(../images-green-it-pc-desktop-workstation-computer-architecture/computer-right-menu-spacer.jpg);
	z-index: 9;
}
#right-side-bar  {
	position: absolute;
	left: 952px;
	top: 0px;
	width: 72px;
	height: 1400px;
	background-image: url(../images-green-it-pc-desktop-workstation-computer-architecture/computer-right-sidebar.jpg);
	z-index: 10;
}
#msa  {
	position: absolute;
	left: 68px;
	top: 45px;
	width: 228px;
	height: 204px;
	z-index: 11;
}
#main-picture  {
	position: relative;
	left: 296px;
	top: 0px;
	width: 607px;
	height: 288px;
	z-index: 12;
}
#main-picture {
	position: relative;
	left: 296px;
	top: 0px;
	width: 607px;
	height: auto;
	z-index: 12;
}
#right-lower-spacer  {
	position: absolute;
	left: 903px;
	top: 249px;
	width: 49px;
	height: 1151px;
	background-image: url(../images-green-it-pc-desktop-workstation-computer-architecture/computer-right-lower-space.jpg);
	z-index: 13;
}
#content  {
	position: relative;
	left: 296px;
	top: 0px;
	width: 567px;
	height: auto;
	background-image: none;
	background-color: #FFF;
	z-index: 14;
	padding: 20px;
}
#map {
	position: absolute;
	left: 270px;
	top: 90px;
	width: 300px;
	height: 300px;
	z-index: 15;
}
#right-red-specer  {
	position: absolute;
	left: 903px;
	top: 45px;
	width: 49px;
	height: 204px;
	background-image: url(../images-green-it-pc-desktop-workstation-computer-architecture/computer-right-red-spacer.jpg);
	z-index: 15;
}
#menu-left-menu  {
	position: absolute;
	left: 68px;
	top: 249px;
	width: 218px;
	height: 1001px;
	background-image: url(../images-green-it-pc-desktop-workstation-computer-architecture/computer-menu-left-menu.jpg);
	padding-top: 150px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	font-size: 14px;
	z-index: 16;
}
#menu-left-menu  a {
	color: #666;
	text-decoration: none;
}	
#menu-left-menu  a:hover {
	color: #0000FF;
	text-decoration: none;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 10px;
}
p {
     margin:  0 0 1em 0;
     padding:  0;
}
.grey {
	color: #9F9F9F;
}
.green {
	color: #063;
}
.red {
	color: #F00;
}
.centre {
	text-align: center;
}
.float-left-right-margin {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.float-right-left-margin {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

