body{
	background-image:url(images/bg-page.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	line-height:160%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
	}
a {
	color:#789c22;
	text-decoration:underline;
	}
a:hover {
	color:#000;
	text-decoration:none;
	}
h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
	}
p{
	margin:10px 10px 0 12px;
	}
.menu{
	background-image:url(images/bg-menu.jpg);
	background-repeat:no-repeat;
	height:34px;
	text-transform:uppercase;
	}
.menu a{
	color:#969696;
	text-decoration:none;
	}
.menu a:hover{
	color:#000;
	text-decoration:none;
	}
.left-cat{
	background-image:url(images/bg-cat-title.jpg);
	background-repeat:no-repeat;
	height:34px;
	width:242px;
	}
.left-cat h2{
	font-size:15px;
	font-family:"Trebuchet MS";
	padding:0 0 0 10px;
	font-weight:bolder;
	}
.left-bar ul{
	margin:10px 0 20px 30px;
	padding:0;
	line-height:200%;
	list-style:square;
	color:#789c22;
	text-transform:capitalize;
	}
.left-bar li{
	border-bottom:1px solid #e3e3e3
	}
.left-bar a{
	color:#789c22;
	text-decoration:none;
	}
.left-bar a:hover{
	color:#000;
	text-decoration:none;
	}
.title{
	background-image:url(images/bg-title.jpg);
	background-repeat:no-repeat;
	height:34px;
	width:623px;
	font-size:15px;
	font-family:"Trebuchet MS";
	padding:0 0 0 10px;
	font-weight:bolder;
	text-transform:capitalize;
	}
h1{
	background-image:url(images/bg-title.jpg);
	background-repeat:no-repeat;
	height:34px;
	width:623px;
	font-size:15px;
	font-family:"Trebuchet MS";
	padding:6px 0 0 10px;
	font-weight:bolder;
	text-transform:capitalize
	}
.footer{
	background-image:url(images/bg-menu.jpg);
	background-repeat:no-repeat;
	height:34px;
	color:#969696;
	font-size:11px;
	}