	body {
    font: 10pt Arial, Helvetica, sans-serif;
    background: url(images/body_background.jpg);
	color:#565656;
	margin:0 0 0 0;
   }
   a{
	color:#c55242; 
	}
   h2 {
	font-size:14px;
   }
   h1 {
	font-size:18px;
	font-weight:bold;
   }
   #wrap {
    width: 1008px;
    margin: 0 auto;
	position:relative;
   }
   #menu {
	width:1008px;
	height:151px;
    background:url(images/menu.png);
    position:absolute;
	top:25px;
	right:18px;  
   }
   #logo {
	float:left;
	background:url(images/logo.png);
	width:232px;
	height:95px;
	margin:20px 0 0 50px;  
   }
   #menu li {
	float:left;
	border-right:2px dashed #fff;
	width:240px;
	height:50px; 
	margin:30px 0 0 0;
	list-style:none;
	padding:40px 0 0 0;
	text-align:center
   }
   #menu li a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
   }

   #container {
    width: 960px;
    margin: 0 auto; 
    background:#fff;
	border-left:1px solid #a5a5a5;
	border-right:1px solid #a5a5a5;
	border-bottom:1px solid #a5a5a5;
   }
   #header {
	height:180px;
    font-size: 2.2em;
    text-align: center;
    padding: 5px;
    background: #fff;
    color: #ffe;
   }
   #sidebar {
	background:#fff;
    margin-top: 10px; 
    width: 110px;
    padding: 0 30px;
    float: left;
   }
    #sidebar img {
	padding-top:15px;
	padding-bottom:55px;
   }
   #sidebar .img2 {
	padding-left:18px;
   }
   #menu_left{
	list-style: none;
	width:205px;
	padding:0 0 0 0;
	margin-left:-40px;
   }
   #menu_left li {
	list-style: none;
	width:205px;
	padding:10px 0 10px 0;
	margin:0 0 0 0;
	border-bottom:2px dashed #cc2229;
   }
   #menu_left a{
	text-decoration:none;
	color:#565656;
	font-weight:bold;
   }
      #menu_left a:hover{
	color:#c55242;
   }   
   #menu_left a:active{
	color:#c55242;
   }
   #content {
    margin-left: 130px;
    padding: 55px 40px 20px 135px;
    background:#fff;

   }
   #content .logo2{
	position:absolute;
	right:30px;
	top:190px;
	   
   }
    #content img {
	
   }
   #footer {
    background:#fff;
    color: #fff;
    padding: 5px;
    clear: left;
	height:127px;
	border-top:2px dashed #cc2229;
	position:relative;
	margin:5px;
   }
    #lenta {
	width:720px;
	height:108px;
	position:absolute;
	top:8px;
	left:120px;
	background:url(images/footer.png);
	padding:15px 0 0 120px;
   }

   #content table{
	  margin-top:30px;
	  border-spacing:inherit;}
   #content table td {	
		color:#000;
                background:#fff;
		vertical-align:top;
		padding-left:5px;
		position:relative;

	}
   #content table td p {	
	color:#000;
	}
   #content table	td a {
		color:#FFF;}
   #content table	td img{
	width:85px;
	padding-bottom:10px;
	padding-left:7px;
}

