* {
	font-size: 			100.01%;
	margin: 			0px;
	padding: 			0px;
}

html {
	font-family: 		tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 			62.5%;
	color: 				#555555;
	background-color: 	#555555;
}

div#body {
	width: 				88.0em;
	margin: 			auto;
	margin-bottom:		20px;
	height: 			43.0em;
	padding-top: 		5.5em;
	padding-bottom: 	3.0em;	
}

div#menu {
	width:				23.0em;
	height:				33.5em;
	float:				right;
	margin-right:		2.5em;
	margin-left:		2.0em;
	background-color:	#ffffff;
}

div#menu ul{
	width:				13.0em;
	margin-top:			11.5em;
	margin-left:		9.3em;
}

div#menu ul#homeMenu {
	padding-top: 2.6em;
}

div#menu ul li{
	list-style-type:	none;
}

div#menu ul li a {
	text-decoration: 	none;
}

.homeItem {	
	width:							68px;
	height:							25px;
	background-image:				url(../images/home.jpg);
	background-position:			0px 0px;
}

.planningItem {	
	background-image:				url(../images/planning.jpg);
	width:							104px;
	height:							23px;	
	background-position:			0px 0px;	
}

.growingItem {	
	background-image:				url(../images/growing.jpg);
	width:							105px;
	height:							24px;	
	background-position:			0px 0px;	
}

.manageItem {	
	margin-left:					1px;
	background-image:				url(../images/managing.jpg);
	width:							115px;
	height:							25px;	
	background-position:			0px 0px;	
}

.recruiting {	
	background-image:				url(../images/recruiting.jpg);
	width:							122px;
	height:							25px;	
	background-position:			0px 0px;	
}

.aboutItem {	
	background-image:				url(../images/aboutJo.jpg);
	width:							109px;
	height:							24px;	
	background-position:			0px 0px;	
}

.contactItem {	
	margin-left:					1px;
	background-image:				url(../images/contact.jpg);
	width:							94px;
	height:							24px;	
	background-position:			0px 0px;	
}

a div{
	width:							109px;
	height:							24px;
}

a div.home{
	width:							70px;
}

a div.contact{
	width:							94px;
}

div#menu ul li:hover {
	background-position:			0px 25px;
}

.active {
	background-position:			0px 25px;
}

/*
div#menu ul li{
	list-style-type:	none;
	font-size:			2.4em;
	line-height:		1.1;
}


div#menu ul li a {
	text-decoration: 	none;
	font-weight:		900;
	font-family:		Arial;
	color:				#C5C6C8;
}

div#menu ul li.active a{
	color:				#6F7533;
}

div#menu ul li a:hover {
	color:				#6F7533;
}
*/
div#logo {
	width:				23.0em;
	height:				10.5em;
	float:				right;
	margin-right:		2.5em;
	background-color:	#ffffff;
	text-align:			center;
}

div#content {
	width:				52.0em;
	height:				42.0em;
	float:				right;
	margin-right:		2.0em;
	background-color:	#DADDB2;
	padding-left:		1.0em;
	padding-right:		3.0em;
	padding-bottom:		1.0em;
	padding-top:		1.0em;
	overflow:			hidden;
}

div#content h1 {
	font-family:		Arial;
	font-size:			18px;
	color:				#ffffff;
	font-weight:		400;
	padding-bottom:		0.8em;
}

div#content p {
	font-family:		Arial;
	font-size:			12px;
	color:				#6A747B;
	font-weight:		400;
	padding-bottom:		0.8em;
}

div#content p.highlight {
	font-family:		Arial;
	font-size:			15px;
	color:				#ffffff;
	padding-bottom:		0.8em;
}

div#content p.highlight span{
	font-size:			12px;
}

div#content a{
	text-decoration: 	none;
	font-family:		Arial;
	font-size:			12px;
	color:				#ffffff;
	font-weight:		100;
	padding-bottom:		0.8em;
}

div#content a:hover {
	color:				#6A747B;
}

div#content div#txt {
	float:				left;
	height:				35.0em;
	width:				22.0em;

}

div#content div#img {
	float:				left;
	height:				35.0em;
	width:				20.0em;
	margin-left:		1.0em;
}

span#footer {
	color: #ffffff;
	width: 40.0em;
	text-align: right;
	margin-right: 3.6em;
	font-size: 1.1em;
	margin-top: 15px;
	display: block;
	float: right;
}

span#internet{
	color: #ffffff;
	width: 48.0em;
	text-align: right;
	margin-right: 3.6em;
	font-size: 1.0em;
	margin-top: 15px;
	display: block;
	float: right;
}

div#scroll {
	width:			2.0em;
	height:			44.0em;
	float:			right;
	margin-top:		0px;
}

a#scrollUp {
	text-decoration:				none;
	display: 						none;
	background-position:			0px 0px;
	background-image:				url(../images/upArrow.jpg);
	width:							20px;
	height:							17px;
	
}

div#scroll a:hover {
	background-position:			0px 17px;

}

a#scrollDown {
	text-decoration:				none;
	display: 						none;
	background-position:			0px 0px;
	background-image:				url(../images/downArrow.jpg);
	width:							20px;
	height:							17px;
	margin-top:						40.5em;
}
