body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	background: #ffffff;
}
a {text-decoration: none; color: #19B313;}
.clr {clear: both;}
img {border :0px;}
h1 {
	margin: 0px;
	padding: 0px;
}

#l1 {
	width: 996px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #ffffff;

}
#l2 {
	width: 982px;
	margin: 0px auto;
	padding: 0px 5px;
	background: #ffffff;


}
#header {
	height: 229px;
	background: url(../images/bg_head.jpg) no-repeat;

}
#content {
	float: right;
	width: 810px;
	
	padding: 5px;
	font-size: 13px;
}
#menu {
	float: left;
	width: 150px;
	padding-right: 10px;
	border-right: 1px solid #e0e0e0;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}
#menu ul li{
	font-size: 12px;
	text-align: center;
	background: #ffffff;
	line-height: 30px;
}
#menu ul li a{
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-weight: normal;
	color: #19B313;
	font-size: 12px;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#menu ul li.category {
	background: url(../images/bg_but.png);
	line-height: 30px;
	color: white;
	font-weight: bold;
	font-size: 11px;
}

#footer  {
	font-size: 12px;
	color: gray;
	text-align: center;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	width: 992px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#footer p {
	margin: 0px;
}
#footer p.copyrights {
	padding: 5px 0px;
}
#footer ul {
	list-style:none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: inline-block;
}
#footer ul li a {
	display: block;
	margin: 0px 5px;
	color: #15AF11;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}


#bottom {
	background: url(../images/bg_footer.png) no-repeat;
	height: 9px;
	width: 1000px;
	margin: 0px auto 20px auto;
	
}
#top {
	background: url(../images/bg_top.png) no-repeat;
	height: 9px;
	width: 1000px;
	margin: 0px auto 0px auto;
}
