* {
	margin: 0;
	padding: 0;
	}
html, body {
	height: 100%;
	background: #fff url('body_back.gif') repeat-x 0px 0px;
	color: #000;
	}
body {
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #000;
}
#wrap {
	position: relative;
	height: 100%; 
	width: 752px;
	margin: 0 auto;
	text-align: left;
	}
#middle {
	position: relative;
	height: auto;
	min-height: 100%;
	margin-bottom: -30px;
	width: 752px;
	background: url('1e1_webdesign.gif') no-repeat 0px 52px;
	}
#middle:after {
	content: "."; 
	display: block; 
	height: 0; 
	overflow: hidden; 
	clear: both; 
	visibility: hidden; 
	} 
* html #wrap, * html #middle {
	height: 100%;
	}
#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	overflow: hidden;
	z-index: 3;
	}
#footer {
	clear: both;
	position: relative;
	width: 100%;
	height: 30px;
	text-align: center;
	}
#content, #nav {
	padding-top: 50px;
	padding-bottom: 30px;
	}
#content {
	position: relative;
	float: right;
	width: 460px;
	}
#contentwhite {
	position: relative;
	float: right;
	width: 460px;
	height: 30px;
	text-align: center;
	}
#contentorange {
	position: relative;
	float: right;
	width: 460px;
	height: 90px;
	}
#nav {
	position: relative;
	float: left;
	width: 270px;
	}
#navmonitor {
	position: relative;
	float: left;
	width: 270px;
	height: 220px;
	background: url('monitor_1e1.jpg') no-repeat 50px 20px;
	text-align: center;
	}
#navscreen {
	position: relative;
	float: left;
	width: 270px;
	height: 220px;
	padding-left: 4px;
	padding-top: 28px;
	}
#navlang {
	position: relative;
	float: left;
	width: 270px;
	height: 30px;
	color: #aaa;
	}
#menu {
	position: relative;
	float: right;
	width: 460px;
	}
#menu1 {
	position: relative;
	float: right;
	width: 90px;
	text-align: center;
	}
#menu2 {
	position: relative;
	float: right;
	width: 90px;
	text-align: center;
	border-left: dotted 1px #aaa;
	}
* html #nav {
	width: 269px; 
	}
* html #nav, * html #content {
	overflow:hidden;
	}
p {
	text-align: justify;
	padding: 5px 5px;
}
p.white {
	text-align: center;
	color: #fff;
	padding: 5px 5px;
}
#contentwhite p {
	text-align: center;
	padding-top: 10px;
	}
#navlang p {
	padding-top: 10px;
	}
#footer p {
	text-align: center;
	padding-top: 5px;
	}
a {
	color: #ff9b05;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	color: #ff9b05;
	font-size: 22px;
	line-height: 22px;
	margin: 0px 0px;
}
h2 {
	color: Gray;
	font-size: 9px;
	line-height: 14px;
	margin: 0px 0px;
}
h3 {
	color: Gray;
	font-size: 14px;
	line-height: 14px;
	margin: 0px 0px;
}
h4 {
	color: Gray;
	font-size: 14px;
	line-height: 14px;
	margin: 0px 0px;
}
img {
	padding: 0px 0px;
	margin: 0px 0px;
}
hr {
	border: #aaa dotted 1px;
	margin-top: 3px;
}
.highlight {
	color: #000;
}