body{
	background: #747ce0 url(images/bg.gif) repeat-x;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #211e85;
}
a{
	color: #7179dd;
}
ul, ol{
	line-height: 18px;
}
h1, h2, h3{
	margin: 10px 10px 10px 15px;
}
h1{
	color: #211e85;
	font-size: 14px;
}
h2{
	font-size: 12px;
}
input, textarea{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #211e85;
	width: 160px;
}

/*****************Main Elements*******************/

#container, #header, #banner, #content, #footer{
	width: 806px;
	margin: 0 auto;
	position: relative;
}
#header{
	background: url(images/header.jpg) no-repeat;
	height: 111px;
}
#content{
	background: url(images/bg-content.jpg) repeat-y;
	padding-top: 47px;
}
#content p{
	text-align: justify;
	line-height: 18px;
	margin: 10px 10px 10px 15px;
}
#footer{
	background: url(images/footer.gif) no-repeat;
	height: 56px;
	font-size: 11px;
}
#footer p{
	margin: 0;
	padding: 25px 0 20px 0;
	text-align: center;
	color: #fff;
}
#footer a{
	color: #fff;
}
#contact{
	background: url(images/contact-bg.jpg) no-repeat;
}
#pad{
	padding: 0 10px 10px 20px;
}
#contact_form{
	padding: 80px 20px 0 0;
}
#contact_form p{
	text-align: left;
}
#yl_contact_form{
	color: #087400;
}
#contact_form2{
	padding:0;
}
#contact_form2 input, #contact_form2 textarea{
	width: 300px;
}
#about{
	background: url(images/about-bg.jpg) no-repeat;
}
#about_pad{
	padding: 80px 30px 0 0;
}
/****************Navigation*******************/

#navigation {
	position: absolute;
	width: 806px;
	height: 47px;
	padding: 0;
	margin: 0;
	top: 111px;
	left: 0px;
	z-index: 1000;
	}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 15px;
	font-family: arial;
	font-size: 11px;
}
#nav a {
	display: block;
	text-decoration: none;
}
#nav li { /* all list items */
	float: left;
	padding: 0;
	margin: 0;
}
a#navTop1 {height: 47px; width: 196px;   font-size: 10px;}
a#navTop2 {height: 47px; width: 194px;	 font-size: 10px;}
a#navTop3 {height: 47px; width: 171px;	 font-size: 10px;}
a#navTop4 {height: 47px; width: 195px;	 font-size: 10px;}


a#navTop1:link,#navTop1:visited {background: url(images/home.gif) no-repeat; text-indent:-9999px;}
a#navTop2:link,#navTop2:visited {background: url(images/ecoli.gif) no-repeat; text-indent:-9999px;}
a#navTop3:link,#navTop3:visited {background: url(images/about.gif) no-repeat; text-indent:-9999px;}
a#navTop4:link,#navTop4:visited {background: url(images/consultation.gif) no-repeat; text-indent:-9999px;}


a#navTop1:hover {background: url(images/home.gif) 0 -47px no-repeat;}
a#navTop2:hover {background: url(images/ecoli.gif) 0 -47px no-repeat;}
a#navTop3:hover {background: url(images/about.gif) 0 -47px no-repeat;}
a#navTop4:hover {background: url(images/consultation.gif) 0 -47px no-repeat;}



