/* CSS Document */

#cal-wrapper { 
width: 940px;  
position: relative; 
left: 50%; 
margin-left: -470px; 


margin-top:47px;
} 


 
 #tabs {
	float:left;
	width:960px;
	background:#000 url(http://www.im90i.com/images/calendar/main_frame_top.jpg) no-repeat bottom;
	font-size:93%;
	line-height:normal;
	padding-bottom: 10px;
	
	
	/*margin-top: 20px;*/
 }
 
 #tabs ul {
	margin: 0;
	padding:10px 10px 0;
	list-style:none;
 }
 
 #tabs li {
 	float:left;
    margin:0;
    padding:0;
	
	margin-right:.25em;
	background:url(http://www.im90i.com/images/calendar/right.jpg) no-repeat right top;
	  
 }

#tabs a {
	display:block;
	background:url(http://www.im90i.com/images/calendar/left.jpg) no-repeat left top;
	padding:5px 15px 4px;
	color: #666;
	text-decoration: none;
    }	
#tabs a:hover {
	color: #999;
}	

	
#tabs #current {
	background-image:url(http://www.im90i.com/images/calendar/right-on.jpg);
    }
  #tabs #current a {
	background-image:url(http://www.im90i.com/images/calendar/left-on.jpg);
	padding-bottom:5px;
	color: #FFFFFF;
    }
	
#main {
	width: 960px;
	height:300px;
	
	border-left: solid 1px #828282;
	border-right: solid 1px #828282;

	
}