body {	

		margin: 0;

		padding: 0;

		height: 100%;

		overflow-x: hidden;



}





#header {

			background-color: white;

			width: 100%;

			padding: 0px;

}



#menu {

			font-family: "Arial", sans-serif;

			font-weight: bold;

			width: 100%;

			margin: 20px 0;

			padding: 0px;

			list-style-type: none;

			font-size: 13px;

			background: #eee;

			height: 40px;

			border-top: 2px solid #660000;

			border-left: 2px solid #eee;

			border-right: 2px solid #ccc;

			

}

			

#menu li {

			float: right;

			margin: 0;

				

}



#menu li a {

			

			text-decoration: none;

			display: block;

			padding: 0 20px;

			line-height: 40px;

			color: #fff;

}





#menu.red li a:hover, #menu.red li.active a {

	

			color: #fff; 

			background: #990000; 

			

}





#menu.red {

				border-left: 2px solid #660000;

				border-right: 2px solid #450000;

				background: #660000;

				width: 100%;

}

			

#menu.red a {

				color: #fff;



}



#home #homelink, #processes #processeslink, #about #aboutlink {

			color: #660000;  

			background: #fff;



}





h1 {

	

	font-family: "Century Gothic", sans-serif;

	font-size: 150%;

	color: #000;

	text-align: center;

	margin: 0;

} 



h2 {

	font-family: "Century Gothic", sans-serif;

	color: #333;

	margin-top: 15px;

	margin-left: 100px;

	margin-bottom: 0;

}





h3 {	



	color: 	#A9A9A9;

	font-family: "Arial", sans-serif;

	font-size: 80%;

	text-align: center;

} 



#wrap {

	

		min-height: 100%;

		

}



#main {

		background-color: white;

		width: 100%;

		overflow: visible;

		

}





#col1 {

	background-color: white;

	float:left;

	position: relative;

	width: 70%;

	min-height: 487px;

	

}





#col2 {

	background-color: white;

	float:right;

	position: relative;

	width: 30%;	

	min-height: 487px;

	

}



ul.ppt {

	position: relative;

}



.ppt li {

	list-style-type: none;

	position: absolute;

	top: 0;

	left: 0;

}



.ppt img {

	border: 1px solid #e7e7e7;

	padding: 5px;

	background-color: #ececec;

}





img {

    display: block;

	margin-top: 20px;

	margin-bottom: 0px;

    margin-left: auto;

    margin-right: auto;

	

}





p  {

	

	text-align: left;

	font-family: "Century Gothic", sans-serif;

	color: #000;

	margin-top: 20px;

	margin-right: 100px;

	margin-left: 100px;

			

}

	



#footer {		

			border-top: 1px solid #A9A9A9;

			color:#A9A9A9;

			position: relative;

			width: 100%;

			height: 50px;

			clear: both;

				

}