@charset "utf-8";
/* CSS Document */



/*This is the new style sheet for the newly designed home page. Globals are located in the template styles style sheet*/


/*2 column layout*/

#left_col {
	padding: 0 10px 10px 10px;
	float: left;
	width: 175px;
	border: 1px solid #CCCCFF;
	background-image: url(../images/category_bg.jpg);
}
#right_col {
	padding: 2px;
	float: right;
	width: 520px;
	text-align: left;
	margin-bottom: 10px;
	background-image: url(../images/widgets_bg.jpg);
}


/*End */





/* Header, nav, and footer styles are in other stylesheet*/




/*Top banner ads */
#top_ads {
	background-color: #FFFFFF;
	text-align: left;
	margin-bottom: 5px;
	padding-left: 2px;
	margin-top: 10px;
}
#top_ads img {

}
#widgets {
	float: right;
	width: 155px;
	margin-left: 5px;
	margin-bottom: 10px;
	text-align: center;
	border: solid 1px #ccccff;
	background-color: #FFFFFF;
}
#widgets  img {

}


/*End*/

#pick_of_week {
	text-align: center;
	width: 350px;
	float: left;
}
#events_box {
	text-align: center;
	float: right;
	width: 155px;
	border: solid 1px #ccccff;
	background-color: #FFFFFF;
}
#goodbye {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
