
/*THIS SKIN CODE ONLY AFFECTS HOMEPAGE*/






/* keeps the home_divs elements from all lining the left side */

.contentpane {
	width:840px;
	margin: 0px;
	text-align: left;
	float:left;
	overflow: visible;
}



/*collapses left panes for this page only*/


.leftpane{
	width:0px;
	height:0px;
	visibility:collapse;
}





/* homepage div classes */

.home_divs{
margin:0px 
padding:0px 
width:840px;
height:480px; /* keeps the elements from all lining up down the left side */
background-color: transparent;
}

.home_rotate{
margin-top:0px;
padding-right:0px;
padding-left:0px;
padding-bottom:0px;
width:570px;
height:430px;
overflow:hidden;
float:left;
}

.home_scheduleblognews{
margin-top:0px;
padding-right:0px;
padding-left:0px;
padding-bottom:0px;
width:266px;
overflow:hidden;
float:right;
}


