@import url('calendar.css');

	#homeleft {
		float:left;
		width:620px;
		margin: 0 5px;
	}
	
	#homeright {
		float: right;
		width: 305px;
		height: auto;
		padding: 5px 5px 5px 5px;
		margin: 0 5px;
	}
	
	#homeright h3 {
		border: 1px solid #cdc9c6;
		border-bottom: 0;
		padding: 9px;
		font-size: 1.0em;
		text-transform: uppercase;
		line-height: 20px;
		background: #5C5C5C;
		color: #fff;
	}
	
	#homerightcontent {
		
	
	}
	
	#bar { clear:both; height: 91px;}
	#leftbar { 
		background: #FFF url(left.gif) no-repeat;
		display:block;
		width: 10px;
		float:left;
		height: 91px;
		}
	#middlebar {
		float:left; 
		background: #FFF url(middle.gif) repeat-x;
		width:700px;	
		height: 91px;
		}
	#rightbar { 
		float:left; 
		background: #FFF url(right.gif) no-repeat;
		width: 12px;
		height: 91px;
		width:12px;		
	}
	#home_message {
		margin-top: -20px; padding: 0;
		float: right;
		font-size: .9em;
		width: 470px;
	}


