html, body  {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	background-color:#f9c99b;
}
body {
background-image:url('images/bg.jpg');
background-position:top;
background-repeat:repeat-x;
}   
#wrapper {
	text-align: left;
	vertical-align: top;
	width: 100%;
	height:100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
   }
h2 {
	font-family: "Arial";
	font-size: 20px;
	font-weight: normal;
	color: #242424;
	font-style: normal;
	text-decoration: none;
}
.contact {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
.news1  {
	font-family: "Trebuchet MS";
	font-size: 25px;
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
.news2  {
	font-family: "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	line-height:14px;
}
.news2  a:link{
	font-family: "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	line-height:14px;
}
.news2  a:visited{
	font-family: "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	line-height:14px;
}
.news2  a:hover{
	font-family: "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	color: #3b4500;
	font-style: normal;
	text-decoration: none;
	line-height:14px;
}
.footer {
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: normal;
	color: #7a7d86;
	text-decoration: none;
}
.footer a:link{
	font-weight: normal;
	color: #7a7d86;
	text-decoration: none;
}
.footer a:visited{
	font-weight: normal;
	color: #7a7d86;
	text-decoration: none;
}
.footer a:hover{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.menu {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-image:url(images/menubg.jpg);
	background-position:top; 
	background-repeat:no-repeat;
}
.menu:hover {
	background-image:url(images/submenubg.jpg);
	background-position:top; 
	background-repeat:no-repeat;

}
.menu a:link{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;

}
.menu a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;

}
.menu a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;

}
.submenu {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-image:url(images/submenubg.jpg);
	background-position:top; 
	background-repeat:no-repeat;
}

.submenu a:link{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;

}
.submenu a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;

}
.submenu a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;

}

.input {
    color:#727272;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

