body{
	padding:0; margin:0; color:#000;
}
#main{
	width:950px;
	margin:0px auto 0 auto;
	}
div, ul, h1, h2, h3, h4, p, img, form{
	padding:0; margin:0;
	}
#top{
	width: 950px; margin-top:0; margin: auto; 
}
#top .menu {
    position: relative;
    height: 40px;
    margin-top: 0px;
    background: url('images/menu_bg.jpg');
    overflow: hidden;
    clear:both;
    padding-right: 19px;
}
#top .menu li {
	float: right;
	list-style: none;
}
#top .menu li a {
	position: relative; 
	overflow: hidden;
	text-decoration: none;
	height: 40px;
	width: 152px;
	font: bold 16px arial;
	color: #000; 
	outline: none;
	text-align: center;
	z-index: 10; letter-spacing: 0;
	float: left; 
	display: block;
    background: url('images/bot.jpg');
    padding-top: 10px;
}
#top .menu li a.current{
    background: url('images/over_bot.jpg');
}
#left_side{
	width: 620px;
	color:#666; 
	float:left;
	text-align: right;
	direction: rtl;
	font: medium Arial;
	margin: 63px 0 25px 0;
	line-height: 32px;
	}
#left_side b{
	line-height: 15px;
	}
#left_side p{
    background: url('images/icon.gif') no-repeat right;
    padding-right: 12px;
   }
#left_side #pen p{
    background: url('images/icon.gif') no-repeat left;
    padding-left: 12px;
   }
#right_side{
	width: 293px;
	float:right;
	direction: rtl; 
	display: block;
	height: auto;
	margin: 67px 20px 0 0;
	}
#footer_height{
	clear:both;
	}
#footer{
	background:url('images/footer.gif');
	width: 950px;
	margin: 0 auto;
	height: 26px;
	text-align: center;
	direction: rtl;
	font: bold small arial;
	color: #666; 
	padding-top: 10px;
}	
#rights{
	width: 500px;
	color:#666; 
	font: x-small arial;
	float:left;
	text-align: left;
	direction: ltr;
	padding-top: 7px;
	}
#rights a{
	color:#666; 
	text-decoration: none;
	}
#rights_right{
	width: 250px;
	color:#666; 
	font: x-small arial;
	float:right;
	text-align: right;
	direction: rtl;
	margin: 0 auto;
	padding-top: 7px;
	}