@charset "utf-8";

#headerimg 	{
	width: 800px;
	height: 290px;
	background-image: url(images/juta_top_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerimg * {
	visibility: hidden;
}
#header_menu {
	font: 10px  'Lucida Grande', Verdana, Arial, Sans-Serif;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 4px 5px;
	margin-bottom: 9px;
}
#header_menu1 {
	float: left;
}
#header_menu2 {
	float: right;
}
#header_menu2 li {
	display: inline;
	padding-left:15px;
	background:transparent url("images/arrow.gif") no-repeat scroll 5pt 4px;
}

#content {
	width: 800px;
	background-image: url("images/top_content_bg.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
#content * {
	background: transparent;
}
#toplogo {
	float: left;
	width:195px;
	height: 130px;
}
#sidebar {
	float: left;
}
li.widget {
	display: block;
	float: left;
	width: 205px;
}
h2.widgettitle {
	height: 40px;
	background-image: url("images/title_bg.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	font-family: "Times New Roman", Times, Georgia, serif;
}

.execphpwidget, .widgetbody, li.widget div {
	margin: 0 10px;
}
#sidemenu {
	float: left;
	margin-left:10px;
	width:185px;
	height: 130px;
}
#cat_menu {
	float: left;
	width:190px;
	height: 130px;
}
#cat_menu li {
	font-size: 10px;
	padding-left:15px;
	background:transparent url("images/arrow.gif") no-repeat scroll 5pt 4px;
	margin-top:5px;
	margin-bottom:5px;
}

