*{
	padding: 0px;
	margin: 0px;
}

a, a:visited{
	color: black;
	text-decoration: none;
}

a:hover{
	color: white;
	text-decoration: none;
}

img{
	border: 0px;
}

body{
	font-family: Verdana;
	font-size: 12px;
	background: white;
	color: black;
}

#container{
	width: 100%;
}

#header{
	float: left;
	width: 100%;
	height: 100px;
	background: #76C801 url(../images/top_back.png) top left repeat-x;
	z-index: 2;
}

#top{
	position: absolute;
	width: 100%;
	height: 120px;
	background: transparent;
	z-index: 3;
}

#top .banner{
	width: 900px;
	height: 120px;
	margin: auto;
	background: transparent url(../images/banner_back2.png) top left no-repeat;
}

#top .banner .lanbox{
	float: right;
	width: 80px;
	height: 25px;
	background: transparent;
	margin-top: 20px;
}

#top .banner .logo{
	float: left;
	width: 80px;
	height: 25px;
	background: transparent;
	margin-top: 20px;
	margin-left: 20px;
}

#middle{
	float: left;
	width: 100%;
	height: 500px;
	background: transparent url(../images/success.pn) center left no-repeat;
	z-index: 0;
}

#left_menu1{
	float: left;
	width: 188px;
	height: 498px;
	background: transparent url(../images/tag1.png) top left no-repeat;
	z-index: 1;
}

#left_menu2{
	float: left;
	width: 188px;
	height: 498px;
	background: transparent url(../images/tag2.png) top left no-repeat;
	z-index: 1;
}

#left_menu3{
	float: left;
	width: 188px;
	height: 498px;
	background: transparent url(../images/tag3.png) top left no-repeat;
	z-index: 1;
}

#left_menu4{
	float: left;
	width: 188px;
	height: 498px;
	background: transparent url(../images/tag4.png) top left no-repeat;
	z-index: 1;
}

#left_menu1 .contentBox{
	margin-top: 220px;
	margin-left: 40px;
	font-weight: bold;
}

#left_menu2 .contentBox{
	margin-top: 260px;
	margin-left: 35px;
	font-weight: bold;
}

#left_menu3 .contentBox{
	margin-top: 200px;
	margin-left: 40px;
	font-weight: bold;
}

#left_menu4 .contentBox{
	margin-top: 220px;
	margin-left: 40px;
	font-weight: bold;
}

#right_contents1{
	float: left;
	width: 600px;
	height: 400px;
	background: transparent url(../images/green.png) repeat;
	margin-top: 50px;
	margin-left: 50px;
	z-index: 3;
}

#right_contents2{
	float: left;
	width: 600px;
	height: 400px;
	background: transparent url(../images/pink.png) repeat;
	margin-top: 50px;
	margin-left: 50px;
	z-index: 3;
}

#right_contents3{
	float: left;
	width: 600px;
	height: 400px;
	background: transparent url(../images/violet.png) repeat;
	margin-top: 50px;
	margin-left: 50px;
	z-index: 3;
}

#right_contents4{
	float: left;
	width: 600px;
	height: 400px;
	background: transparent url(../images/orange.png) repeat;
	margin-top: 50px;
	margin-left: 50px;
	z-index: 3;
}

#right_contents1 .contentBox, #right_contents2 .contentBox, #right_contents3 .contentBox, #right_contents4 .contentBox{
	margin: 25px;
	text-align: justify;
}

#center{
	position: absolute;
	width: 100%;
	height: 500px;
	background: transparent;
	top: 100px;
	z-index: 1;
}

#centerbox{
	width: 920px;
	height: 500px;
	margin: auto;
	background: transparent url(../images/center_back.pn) top left repeat-x;
}

#squares_box{
	width: 670px;
	height: 500px;
	margin: auto;
	background: transparent;
	z-index: 8;
}

#footer{
	float: left;
	width: 100%;
	height: 60px;
	background: #76C801;
	font-size: 10px;
	text-align: center;
	z-index: 2;
}

#footer .contentBox{
	margin-top: 10px;
}

#footer a, #footer a:visited{
	color: black;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#publi{
	float: left;
	width: 100%;
	height: 100px;
	background: transparent;
	text-align: center;
	z-index: 2;
	margin-top: 20px;
}

.sectionTitle {
	font-weight: bold;
	color: #9BBB29;
}
.staffMember{
	margin-bottom: 15px;
}
.staffMember .name{
	font-weight: bold;
}
.staffMember .job{
	font-style: italic;
	color: #9BBB29;
}
.location{
	font-weight: bold;
	color: #FF0098;
	margin-top: 10px;
	margin-bottom: 10px;
}