*
{
	margin:0;
	padding:0;
	border:none;
}
body
{
	background:#89b33f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
a
{
	text-decoration:none;
	color:#000;
}
#header
{
	background:url(../images/bgHeader.gif) repeat-x left top;
	height:196px;
	border-bottom:1px solid #6a66a8;
}
#wrapper
{
	background:#FFF;
	height:140px;
	border-bottom:1px solid #6a66a8;
}
#container
{
	width:822px;
	height:140px;
	margin:auto;
	position:relative;
}
#logo
{
	background:url(../images/bgMidle.gif) no-repeat left top;
	position:absolute;
	width:656px;
	height:64px;
	top:38px;
}
#text
{
	position:absolute;
	width:156px;
	height:64px;
	left:657px;
	top:38px;
	font-size:14px;
	padding:0 0 0 10px;
}
#text p
{
	float:left;
	clear:left;
	width:100%;
}
#footer #text
{
	width:100%;
	left:0;
	top:38px;
	font-size:14px;
	color:#FFF;
	padding:0;
	float:left;
	clear:left;
	position:relative;
}


#footer
{
	background:url(../images/bgContent.gif) repeat-x left top;
	height:196px;
}


