h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

ul#saturday{
	margin:0;
	padding:0;
	list-style-type:none;
	width:980px;
	position:relative;
	display:block;
	height:36px;
	/* text-transform:uppercase; */
	font-size:13px;
	font-weight:500;
	background:transparent url("../images/bgOFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #336666;
	border-top:1px solid #C0E2D4;
	}

ul#saturday li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	}

ul#saturday li a{
	display:block;
	float:left;
	color:#555;
	text-decoration:none;
	padding:12px 23.5px 0 23px;
	height:24px;
	background:transparent url("../images/bgDIVIDER.gif") no-repeat top right;
	}

ul#saturday li a:hover{
	background:transparent url("../images/bgHOVER.gif") no-repeat top right;
	color:#000;
	}

ul#saturday li a.current,ul#saturday li a.current:hover{
	color:#fff;
	background:transparent url("../images/bgON.gif") no-repeat top right;
	}
	
	
	
	
body{
    background: none repeat scroll 0 0 #ddd;
    height: auto;
    margin: 0 auto;
    overflow: auto;
    width: 100%;
}	
#header-wrapper{
    background: none repeat scroll 0 0 #fff;
    position: fixed;
    top: 79px;
    width: 980px;
    z-index: 1;
}	
#header-logo{
    background: none repeat scroll 0 0 #fff;
    position: fixed;
    top: 0;
    width: 980px;
    z-index: 1;
}
#main-wrapper {
    padding: 6em 0;
}
#main-wrapper {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
	 font-family: "Calibri","sans-serif";
}
.container {
    margin: 0 auto;
    position: relative;
    width: 980px;
}
.left-container {
    margin-left: 5px;
    position: fixed;
    top: 18%;
    width: 300px;
}
#sidebar > section:first-child, #sidebar > article:first-child {
    margin: 0;
    padding: 0;
}
.right-container {
    clear: none;
    float: left;
    left: 32%;
    margin-left: 0;
    margin-top: 1%;
    position: relative;
    width: 660px;
}
.divided{
list-style: outside none none; 
border: 1px solid #ccc; 
width: 300px; 
padding: 0px;
}	
.box-xcerpt{
    border-bottom: 1px solid #ccc;
    padding: 8px 0 8px 5px;
}
.right-hading{
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    box-shadow: 0 0 6px -4px;
    color: #555;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 28px;
    padding: 3px 0;
    text-align: center;
    width: 660px;
}	

.artical-text a{
    color: #555;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.artical-text a:hover{
text-decoration: underline;
color:#52BFF9;

}
.article-name{
    background: none repeat scroll 0 0 #000;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
}
.article-text{
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0 15px;
    padding: 0 8px 6px 0;
    text-align: justify;
	  color: #000;
}
.company-name-posi{
    font-size: 13px;
    font-weight: 600;
    padding: 0 5px;
    position: relative;
    top: 5px;
}