/* CSS Document */

body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font size: small;
	font-family: Futura Light, "35 Helvetica Thin", Helvetica, sans-serif;
	font-weight: lighter;
	background-color: #677718;
	text-align: center;
	}
		

a:visited {
	color: #000000;
	text-decoration: none;
	border-style: none;
	border: none;
	}
	
a:link {
	color: #000000;
	text-decoration: none;
	border-style: none;
	border: none;
	}

a:hover {
	color: #BBBBBB; 
	text-decoration: none;
	border-style: none;
	border: none;
	}
	

#mainbody {	
	font-weight: lighter;
	font-size: 90%;
	padding: 0;
	background-color: #FFF;
	}
	
#header {
	text-align: center;
	background-color:#FFF;
}
	
#navBar {
	width: 800px;
	background-color: #FFF;
}

#mainText {
	font-size: 100%;
	text-align: center;
	background-color: #FFF;
	padding: 10px 15px 10px 15px;
	color: #000;
}

#header {
	width: 800px;
	background-color: #FFF;
}

.mainTextAbout {
	width: 780 px;
	padding: 10px 25px 10px 25px;
	font-size: 105%;
	text-align: left;
	line-height: 20px;
}

.mainTextServices {
	width: 780 px;
	padding: 10px 25px 10px 25px;
	font-size: 105%;
	text-align: left;
	line-height: 20px;
		background-color: #FFF;
}

.mainTextServices a:visited {
	color: #677718;
	text-decoration: none;
	border-style: none;
	border: none;
	}
	
.mainTextServices a:link {
	color: #677718;
	text-decoration: none;
	border-style: none;
	border: none;
	}

.mainTextServices a:hover {
	color: #677718; 
	text-decoration: none;
	border-style: none;
	border: none;
	}
	
.heavyFont {
	font-weight: bold;
	color: #677718; 
	font-size: 18px;
}

.heavyFont2 {
	font-weight: bold;
	font-style: oblique;
	color: #677718; 
	font-size: 25px;
}

.heavyFontCenter {
	font-weight: bold;
	color: #677718; 
	font-size: 25px;
	text-align: center;
}

.bar {
	padding-top: 10px;
}
		
#footer {
	font-size: 80%;
	font-style: thin;
	line-height: 12px;
	text-align: center;
	width: 800px;
	height: 100 px;
	background-color:#FFF;
	align: bottom;
	color: #000000;
	border-top: thin dotted;
	border-color:#000000;
	padding-top: 15px;
	padding-bottom: 25px;
	clear: both;
	}

