body {
	font-family: lucida grande,tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	color: #a7a7a7;
	background-color: #AFAE9C;
	height:100%;
}
/* top menu -start- */
#header {
	background-image:url(../images/top-bg.jpg);
	border-top:1px solid black;
	font-size:1px;
	height:80px;
}
#header h1.logo {
	margin-left:20px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}
#header h1.logo a {
	width:427px;
	height:69px;
	display:block;
	text-indent: -1000em;
	*text-indent: 0;
	*line-height: 10000px;
	overflow: hidden;
	font-size:1px;
}
.bgtone {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
}
div.bg {
	background-image:url(../images/bg2.jpg);
	background-repeat:no-repeat;
	padding-top:25px;
}

/* top menu -end- */


/* Quick Search -start- */
.quicksearch {
	position: absolute;
    margin-top:-68px;
    margin-left:810px;
    *margin-left:680px;
    width:278px;
	height:55px;
	background-image:url(../images/quick-search.gif);
	background-repeat:no-repeat;
	text-align: left;
    padding-top:13px;
    padding-left:10px;
}
.quicksearch input {
    width:170px;
	height:18px;
	background-color: #eff0ea;
	text-align: center;
    color:black;
	border-style: solid;
	border-width: 0px;
}
/* Quick Search -end- */

/* Footer -start- */
#footer  {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	border-top:none;
	height:117px;
}
#footer .ftrnav {
	text-align:center;
	padding-top:25px;
}
#footer .ftrnav a {
	margin: 0px 7px 0px 7px;
	text-decoration:none;
	font-weight:bold;
	color: #3E3E3E;
}
#footer .ftrnav a:hover {
	text-decoration:underline;
	color:#ffffff;
}
#footer .ftrcredits {
	padding-top:30px;
	text-align:center;
	color: #ffffff;
}
#footer .ftrcredits a {
	text-decoration:underline;
	font-weight:bold;
	color: #ffffff;
}
#footer .ftrcredits :hover {
	text-decoration:none;
	color: #ffffff;
}
/* Footer -end- */