html {
	height:100%;
	width:100%;
}

body {
	font-family:"Arial, Helvetica";
	font-size:16px;
	background-color:#85876C;
	/*background-image:url("../images/backgrounds/papar_texture_thumb10.jpg");	*/
	height:100%;
	width:100%;
}

h1 {
	color:#206512;
	text-align: center;
	font-style:italic;
	font-size:30px;
	padding-top:20px;
	padding-bottom:20px;
}

h2 {
	text-align: left;
	color:#206512;
	font-size:22px;
	font-family:Arial;
}

h3 {
	text-align: left;
	color:#206512;
	font-size:17px;
	font-family:Arial;
}

h4 {
	text-align: left;
	color:#206512;
	font-size:16px;
	font-weight:bold;
}

p {
	width:94%;
	margin-left: auto;
	margin-right:auto;
}

.navbar .navbar-nav{
	display: inline-block;
	float: none;
}

.navbar .navbar-collapse{
	text-align: center;
}

#maincontent {
	width:70%;
	min-height: 800px;
	box-shadow: 0px 4px 8px 8px #585a48;
	background-color:white;
	border:2px solid black;
	border-radius: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:15px;
}

/* LOGO */

	#logodiv {
		text-align:center;
		background-color:#DEE1B5;
		border-radius: 10px;
		padding:15px;
	}

	#logo {
		max-width:100%;
		/*height: 103px;*/
	}

#navbar {
	margin-top:20px;
	margin-bottom:20px;
	font-size:16px;
}

/* SLIDER */ 

	#slides {
		width:95%;
		height:350px;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:20px;
		margin-top:20px;
		border: 2px solid black;
	}

	#slides img {
		width:95%;
	}

/* PORTFOLIO */

	table#portfolio {
		margin-left:auto;
		margin-right:auto;
		margin-top:20px;
		text-align:center;
		width:90%;
	}

	table#portfolio td {
		width:33%;
		height:45px;
		font-weight:bold;
		vertical-align: text-top;
	}

/* PROJECTS */

	#projects {
		width:100%;
		height:auto;
		display:inline-block;
	}	

	.cell {
		width:100%;
		height:320px;
	}

	.textLeft {
		width:34%;
		float:left;
		margin-top:30px;
	}

	.textRight {
		width:34%;
		float:right;
		margin-top:30px;
	}

	.imageLeft {
		height:300px;
		width:65%;
		float:left;
		margin:5px;
		box-shadow: 0px 0px 2px 2px black;
	}

	.imageRight {
		height:300px;
		width:65%;
		float:right;
		margin:5px;
		box-shadow: 0px 0px 2px 2px black;
	}

/* OUTREACH */

	#outreachLeft {
		width:50%;
		float:left;
		margin-bottom:20px;
		margin-top:20px;
		text-align: center;
	}

	#outreachRight {
		width:50%;
		float:right;
		margin-bottom:20px;
		margin-top:20px;
		text-align: center;
	}

	#outreachLeft img, #outreachRight img {
		margin: 20px;
		max-width:400px;
	}

	#outreachLeft p, #outreachRight p {
		margin-top:20px;
		margin-bottom:20px;
	}

/* SERVICES */ 

	#servicesLeft {
		width:70%;
		float:left;
	}

	#servicesRight {
		width:30%;
		float:right;
	}

	#servicesRight img {
		margin:10px;
		float:right;
		width:100%;
	}





