html { font-size:100.01%;}
body {
	margin:0;
	font-size:64%;
	font-family:'Lucida Grande','Helvetica Neue',Helvetica,Arial,sans-serif;
	background:url(../images/body.gif) repeat-x;
}

#footer, #header {
	width:100%;
	margin:0 auto;
	clear:both;
}
#footer p {
margin:0;
font-size:1em;
}

/*header area*/
#header {
	font-size:1.1em;
	line-height:20px;
	height:36px;
	background:url(../images/body.gif) repeat-x;
}
#header a { color:#fff;}
#header strong {
	float:left;
	margin-left:16px;
}
#header strong a {
	text-decoration:underline;
}
#header strong a:hover { text-decoration:none;}
#header ul { float:right;}
#header  li {
	display:inline;
	background:url(../images/separator.gif) no-repeat 0 50%;
	padding-left:10px;
	margin-left:5px;
	margin-right:20px;
}
#header li:first-child,
#footer li:first-child { background:none;}
#header li a.active { font-weight:bold;}



/*footer area*/
#footer { 
	margin-top:-2px;
	color:#585858;
	line-height:16px;
	text-align:center;
	width:776px;
        font-size:1.1em;
	padding-bottom:15px;
	border-top:1px solid #dfdfde;
}
#footer div { margin-top:12px;}
#footer div.green,
#footer div.green a { color:#909f00;}
#footer li {
	display:inline;
	background:url(../images/separator2.gif) no-repeat 0 50%;
	padding-left:10px;
	margin-left:5px;
}
#footer a.send { text-decoration:underline;}
#footer a.send:hover { text-decoration:none;}






