a {
	color: #575757;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #2B2B2B;
	text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(images/bg.jpg);
}
/*
ul {
	margin: 0px 0px 0px 2em;
	padding: 0px;
#}
li {
	list-style: square;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}
*/
.logo {
  display: block;
  float: left;
  border: 2px solid #B3B79E;
  border-top: none;
  border-bottom: none;
  padding: 0px 5px;
  font: 20px "arial narrow", arial, sans-serif;
  height:55px;
}
.logo .top {
  display: block;
  color: #303228;
}
.logo .gadgets {
  display: block;
  color: #6C7376;
  font-size: 28px;
  margin-top: 0px;
  line-height: 32px;  
}

#tbl_img_left {
	clear: both;
	height: 10px;
	background: url(images/border-tbl-stg.png) no-repeat;
	width: 165px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#tbl_img_top {
	clear: both;
	height: 130px;
	background: url(images/border-tbl-top.png) no-repeat;
	width: 665px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#div_body_top {
	clear: both;
	font-size: 15px;
	height: 60px;
	background: url(images/body_top.gif);
	width: 563px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#div_body_center {
	clear: both;
	background: url(images/body_bg.gif) repeat-y;
	width: 563px;
	text-align: justify;	
	margin: 0px;
	padding: 0px;
}

#div_body_bottom {
	clear: both;
	height: 20px;
	background: url(images/body_bot.gif);
	width: 563px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


#div_menu_top {
	clear: both;
	height: 23px;
	background: url(images/body_top-menu_right.gif);
	width: 248px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


#div_menu_body {
	clear: both;
	background: url(images/body_bg-menu_right.gif) repeat-y;
	width: 248px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}



#div_menu_bottom {
	clear: both;
	height: 34px;
	background: url(images/body_bot-menu_right.gif);
	width: 248px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

