.styles {
	font-family: "Segoe Print";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #7a5c1c;
	text-decoration: none;
	line-height: normal;
		
}

body {

	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:top center;
	background-color: #669966;
	
	scrollbar-face-color:#FFFFCC;
	scrollbar-base-color:#EBF5FF;
	scrollbar-arrow-color:black;
	scrollbar-shadow-color:#999999;
	scrollbar-highlight-color:#663333;
	scrollbar-3dlight-color:#FFFFCC;
	scrollbar-darkshadow-Color:#CC9900;
	scrollbar-track-color: #FFFFCC;
	
	 text-align: left;
	 
	  width: 100%;
	  padding: 0;
      margin: 0px 0px 0px 0px; 
}

.search-area {
	background-image: url(images/searchbox_down.png);
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:center center;
	background-size: 100%;
	margin: 0;
	padding: 0;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	font-size: 12px;
	font-family: "OCR A Extended";
	text-align: left;

}

a:link {
	color: #669966;
	text-decoration: none;
}
a:visited {
	color: #669966;
	text-decoration: none;
}
a:hover {
	color: #669966;
	text-decoration: none;
}
a:active {
	color: #669966;
	text-decoration: none;
}

IMG {
	color: #669966;
	text-decoration: none;
	border-color: #669966;
}

.footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat; 
	background-attachment:scroll;
	background-position:center center;
	font-size: 12px;
	font-family: "OCR A Extended";
	text-align: center;
	
	color: #7a5c1c;
	text-decoration: none;
	line-height: normal;
}

.overflow-area {
	background-image: url(images/main_content.png);
	background-repeat: repeat;
	background-attachment:scroll;
	background-position:center center;
	
//	width:100%;
	height:317px;
	
	margin: 0;
	padding: 0;
//	position:fixed;
	
	color: #7a5c1c;
	text-decoration: none;
	line-height: normal;
	font-family: "Segoe Print";
	text-align: left;
	font-size: 14px;
	font-style: normal;

	

}

.lower-right-content {
	background-image: url(images/lower_right_content.png);
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:center center;
	
	width:100%;
	height:195px;
	
	margin: 0;
	padding: 0;
//	position:fixed;
	font-size: 12px;
	font-family: "OCR A Extended";
	text-align: center;
	
	color: #7a5c1c;
	text-decoration: none;
	line-height: normal;
	}
	

.web-services {
	background-image: url(images/webservices_todo_note.png);
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:center center;
//	margin: 0;
//	padding: 0;
//	position:fixed;
	font-size: 12px;
	font-family: "OCR A Extended";
	
	color: #7a5c1c;
	text-decoration: none;
	line-height: normal;
	
}

.upper_content {
	
	color: #7a5c1c;
	text-decoration: none;
	line-height: normal;

	width:100%;
	height:132px;
	font-size: 12px;
	font-family: "OCR A Extended";
	text-align: right;

	background-image: url(images/upper_content.png);
	background-repeat: repeat;
	background-attachment:scroll;
	background-position:center center;
//	margin: 0;
//	padding: 0;
//	position:fixed;
//	top:0;
//	left:0;


}

