body{
	margin:0px auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	background: #A1D167 url(../../wp-content/themes/temaugra/images/1bg_bottom_repeat.jpg) repeat-x bottom;
	border:0px yellow solid;
}

img {
	border:0px;
	padding:5px;
	max-width: 100%; /* not working in IE6*/
}
a {color:#5A6B1E;text-decoration: underline;}
a:hover {color: #5A6B1E;text-decoration: none;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {margin: 0px 0px 12px 0px;}
hr {height:1px;border:none;border-top:1px dashed #5A6B1E; width:90%;}

img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:20px;}
/***** layout *****/
#page_top{
	margin:0px auto;
	padding:0;
	width:100%;
	background: url(../../wp-content/themes/temaugra/images/bg_top.jpg) no-repeat top center;
	border:0px blue solid;
}

#base{
	margin:0 auto;
	padding:0;
	width:894px;
	background: url(../../wp-content/themes/temaugra/images/bg_repeat.png) repeat-y center;
	padding:0 28px 0 28px;
	border:0px red solid;
}

#header{
	position:relative;
	width: 100%;
	height: 83px;
	background:#fff url('../../wp-content/themes/temaugra/images/header_bg.gif') no-repeat bottom;
}
#menu{
	position:relative;
	width: 100%;
	height: 42px;
	background:url('../../wp-content/themes/temaugra/images/listmenu.jpg') no-repeat left;
}
#container{
	position:relative;
	overflow:hidden;
	width:894px;
	background:url('../../wp-content/themes/temaugra/images/listcont.jpg') repeat-y top center;
}
#footer{
	clear:both;
	position:relative;
	background:#000;
	height:47px;
	color:#ffffff;
	font-size:11px;
	font-family:Verdana, Arial;
	padding: 30px 20px 10px 50px;
	background:url('../wp-content/themes/temaugra/images/footer_bg.jpg') repeat-x;
}
#footer a,#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#menu ul {
	position:absolute;
	top: 0px;
	left: 30px;
	height: 34px;
	width: 550px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	
	
}
#menu ul li {
	display: inline;
	font-size: 13px;
	font-family:Verdana,Arial;
	font-weight: bold;
	color:#000000;
}
#menu ul li.separator {
	display: block;
	float: left;
	width:3px;
	height: 34px;
	background:url(../wp-content/themes/temaugra/images/menu_separate.jpg) no-repeat center;
}

#menu ul li a {
	display: block;
	float: left;
	line-height: 34px;
	color: #000000;
	padding: 0px 10px 0px 10px;
	margin:0px 0 0 0 ;
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li.current_page_item a {
	color:#fff;
}
