/* CSS Document */

body{
margin: 0px;
background-image:url(images/bg.gif);
background-repeat:repeat-x;
background-color: #FFF7C4;
}.search_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nav_bottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccad04;
	border-bottom-color: #ccad04;
}

.nav {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #ccad04;
	border-left-color: #ccad04;
	border-bottom-width: 1px;
	border-bottom-color: #ccad04;
}
.footer {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}


.outer {
	border: 1px solid #039300;
}
.style1 {font-family: Georgia, "Times New Roman", Times, serif}
.feature_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
.featured {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #039300;
}

