/* ------------------------------------------------------------
		WRAPPER CONTAINER TO CENTER
------------------------------------------------------------ */

/* CSS Document */
body{padding:0px; margin:0px; background:url(images/main-bg.gif) 0 0 repeat-x #fff; color:#5F7A77; font:13px/19px Arial, Helvetica, sans-serif;}
div, p, ul, h2, h3, h4, h5, img{padding:0px; margin:0px;}
ul{list-style-type:none}

 #wrapper {
    text-align:left;
    margin:0 auto;
    width:960px;
    margin-top:10px;
    overflow: auto;
    background: #fff;
 }
		
 body {
	background-color: #fff;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
        font: 12px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #444444;
	
 }
 a {
     text-decoration: none;
 }


 
#header {
    width:960px;
    height:55px;
    background-image: url(../images/top.jpg);
    background-position: center;
    background-color: #e13300;
    overflow: hidden;
 }
	
 #footer {
    width:960px;
    height:35px;
    background-color: #e13300;
    overflow: hidden;
 }
		
 
 .error{
     color:#F00;
 }
 
 
 
 /*----BODY PANEL----*/
#bodyPan{
    width:960px; 
    background:url(images/bodybg.gif) 0 0 no-repeat; 
    position:relative;
    overflow: hidden;
}
/*----Body Left Panel----*/
#leftPan{
    width:170px; 
    float:left;
    margin: 0 5px;
}

#leftPan li{
    padding: 3px 0;
    border-bottom: #eee 1px solid;
}
#leftPan li a{
    color: #e13300;
}
/*----/Body Left Panel----*/

/*----Body Right Panel----*/
#rightPan{
    width:779px;
    min-height: 480px;
    float:left;
    border-left:1px solid #eee;
}

.succus_msg{
      color:#F00;
}