div, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #F2F2F2;
	color: #666;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img_home/bg.png);
}
#header  {
	height: 200px;
	background-repeat: no-repeat;
}
#menu {
	height: 95px;
	background-image: url(img_home/menu.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#menu ul   {
	list-style-type: none;
	text-align: center;
}
#menu li    {
	margin-right: 50px;
	margin-left: 50px;
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
	text-align: center;
}
#left {
	width: 250px;
	float: left;
	margin-left: 50px;
	background-image: url(img_home/left.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 15px;
}
#left li    {
	padding-left: 20px;
	list-style-type: none;
}
#content {
	width: 550px;
	float: right;
	margin-right: 39px;
	padding-right: 50px;
	background-image: url(img_home/boom_con.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 15px;
}
#flotter {
	clear: both;
	background-color: #F2F2F2;
	background-image: url(img_home/under.png);
	height: 86px;
	font-size: 10px;
}
#wrapper #flotter li {
	display: none;
	margin: 5px;
	padding: 0px;
}
#wrapper #flotter ul  {
	white-space: nowrap;
	text-align: center;
}
.style2 {	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}
.style3 {
	color: #C00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	line-height: 25px;
}
.stylecentreer  {
	text-align: center;
}
a {
	color: #069;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

