body{
	background: #D5C8A9 url('images/background.png') repeat-x fixed;
	font-family: arial;
	color: #966127;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}

a,a:link,a:visited{
	color: #966127;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}
img{
	border: 0;
}

.main{
	width: 910px;
	margin: 10px auto;
	text-align: left;
}

.logo{
	background: url('images/logo.png') no-repeat;
	float: left;
	width: 145px;
	height: 75px;
	margin-left:5px;
}

.headerText{
	float: left;	
	margin-top: 50px;
	margin-left: 10px;
	font-size: 24px;
	
}

.phoneText{
	float: right;
	font-size: 20px;
	margin-top: 53px;
	margin-right:5px;
}

.contentTop{
	clear: both;
	background: url('images/bgTop.png') no-repeat;
	width: 910px;
	height: 23px;
	font-size: 0px;
}

.contentMiddle{
	background: url('images/bgMiddle.png') repeat-y;
	width: 910px;
	margin-top: 0;
	overflow: auto;
}

.contentBottom{
	background: url('images/bgBottom.png') no-repeat;
	width: 910px;
	height: 22px;
}

.textNav{
	text-align: center;	
}

.copyright{
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}

.navHolder{
	float: left;
	width: 120px;
	margin-left: 8px;
	margin-top: 40px;
}

.contentLeft{
	float: left;
	width: 350px;
	margin: 20px 10px 20px 20px;
}

.seperator{
	float: left;
	width: 1px;
	background-color: #966127;
	height: 300px;
	margin-top: 80px;
	
}
.contentRight{
	float: left;
	width: 350px;
	margin: 50px 10px 20px 20px;
}

.contentBoth{
	float: left;
	margin: 20px 10px 20px 20px;
	width: 700px;
	
}

#page1,#page2,#page3,#page4,#page5,#page6{
	display: none;	
}

#image0,#image1,#image2,#image3,#image4,#image5{
	cursor: pointer;
	width: 118px;
	height: 26px;
}

#image0{
	background: #C0AD7F;	
}

.fix{
	height: 0px;	
}

.navTop,.navMiddle,.navBottom{
	padding-top: 8px;
	padding-left: 5px;
	font-weight: bold;
}

.navTop{
	border-top: 1px solid #966127;	
}

.navMiddle{
	border-top: 1px solid #966127;	
}

.navBottom{
	border-top: 1px solid #966127;
	border-bottom: 1px solid #966127;	
}

.left{
	float: left;
	width: 350px;
}

.right{
	float: left;
	margin-left: 20px;
	height: 150px;
}

.hseperator{
	height: 1px;
	background-color: #966127;
	margin-bottom: 20px;
	clear: both;
	font-size: 1px;
}

.aboutImage{
	float: left;
	background: url('images/fun-monkey.jpg') no-repeat;
	width: 310px;
	height: 380px;	
	margin-right: 20px;
}

.contactImage{
	float: right;
	background: url('images/monkey-with-a-phone.jpg') no-repeat;
	width: 319px;
	height: 376px;	
	margin-left: 20px;
}

.servicesImage{
	float: right;
	background: url('images/monkey-business.jpg') no-repeat;
	width: 286px;
	height: 420px;	
	margin-left: 20px;
}

.partnersImage{
	background: url('images/wise-monkeys.jpg') no-repeat;	
	width: 520px;
	height: 231px;
}

.projectsImage{
	float: right;
	background: url('images/monkey-with-a-sign.jpg') no-repeat;
	width: 288px;
	height: 400px;	
	margin-left: 20px;
}

.inputName{
	clear: left;
	float: left;
	width: 100px;
		
}

.inputField{
	float: left;
	margin-bottom: 5px;
}

.inputSend{
	clear: both;
	text-align: right;
	width: 325px;	
}

input.formText{
	width: 225px;	
}

fieldset{
	padding: 3px;	
}

textarea{
	width: 225px;
	height: 100px;
}

.required{
	clear:both;
	font-size: 10px;
	font-style: italic;	
	width: 325px;
	line-height: 15px;
	text-align: center;
	margin: 0 auto;
}

#form2,#form3{
	display: none;
}