body{
	font-family:sans-serif;
}

div#body{
	width:1003px;
	margin:0 auto;
}

#header{
	font-size:2em;
	font-family:sans-serif;
	font-weight:lighter;
	position:relative;
	height:83px;
}

#header img{
	position:absolute;
	top:0;
	right:0;
}

#menu{
	height:49px;
	background:#B0D34C;
	margin:0;
	padding-left:0;
}

#menu li{
	float:left;
	list-style:none;
}

#home{
	height:506px;
	position:relative;
}

#bg{
	position:absolute;
	left:0;
	top:0;
	z-index:100
}

#content{
	position:absolute;
	left:46px;
	top:28px;
	z-index:200;
	width:245px;
	font-size:1.3em;
}

#orange{
	position:absolute;
	z-index:200;
	right:37px;
	bottom:63px;
}

#orange img{
	border:0;
}

#footer{
	height:51px;
	background:#B0D34C;
}

#footer img{
	float:right;
	margin-right:26px;
}

#people{
	list-style:none;
	width:449px;
	float:right;
	padding:0;
	border-left:1px solid #7F7F7F;
	margin:0;
	font-size:1.1em;
	height:100%;
}

#people a{
	color:#40C4F4;
}

#people li span{
	font-weight:bold;
}

#people li {
	padding-left:64px;
	padding-top:52px;
	margin-bottom:5px;
}

#people li  img{
	margin-top:-52px;
}

#contacts{
	width:396px;float:left;
	border-right:1px solid #404040;
}

#contacts hr{
	border:0;
	border-bottom:1px solid #404040;
}

dt{
	font-weight:bold;
}

dd{
	margin-left:0;
	margin-bottom:24px;
}

#rightText{
	margin-top:209px;
	padding-left:20px;
}

#news ul{
	list-style-position:inside;
}

#news ul li{
	padding-left:15px;
}

#facebook {
	font-size: 12px;
	float: right;
	padding-right: 35px;}
	
#facebook img {
position: relative;
top: 13px;}