/* This is the CSS style document for the Matson Consulting website*/

/* Main body CSS code.*/

body{
	background-color:#666633;
}



/* This is the entire site containg CSS code */

#wholesite{
	
	background-color:#FFFFFB;
	margin-left: auto;
	margin-right: auto;
	width:740px;
}

#header img{

	
	position: center;
	margin: 10px 0px 0px 50px;
}

#header a img{

		border: none;
}

/*This is to make the top navbar go horizontal and look good */
ul.navbar {
	list-style-type: none;

	
	padding-top: 6px;
	padding-bottom: 5px;

}
ul.navbar li {
	display: inline;
	float: left;
}

ul.navbar a {
	

	border-bottom: none;
	
	padding: 10px 10px 10px 10px;
	margin-right: 50px;
	background-color:#FFFFFF;
	text-decoration: none;
	color:#333;
	display: block;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	
	
}

/*This is to make the bottom navbar go horizontal and look good */
ul.bottomNavBar {
	list-style-type: none;
	padding-left: 0;
	margin-left: 33px;
	padding-top: 6px;
	padding-bottom: 5px;
}
ul.bottomNavBar li {
	display: inline;
	float: left;
}

ul.bottomNavBar a {
	

	border-bottom: none;
	padding: 10px 10px 10px 15px;
	margin-right: 5px;
	background-color: #FFFFF;
	text-decoration: none;
	color:#333;
	display: block;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	
	
}

/* servicesbody CSS code */

#servicesbody {
	width: 670px;
	padding: 25px;
	
	
	
	text-align: center;
	
	font-family:Georgia, Times New Roman, Times, serif;
	

}

#servicesbody h1{
	left: 180px;
	top: 170px;
	padding-bottom:20px;
}



#footer{

	background-color:#666633;
	text-align:center;
	padding: 5px;
	margin-bottom: 10px;
	
	clear:left;
	
	font-family: Arial Rounded MT Bold;
	font-size: 11px;

	
	
	
}






