/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	height: 100%;
	background-position: center top;
	background-color: #A5D3DA;
}

#wrapper {
	width:1000px;
	margin: 0 auto;
	background-image: url(images/wrapper.png);
	background-repeat: repeat-y;
}

#container {
	width: 1000px;
	margin: 0 auto;
	background-image: url(images/bg_content.gif);
	position: relative;
}

#masthead{
	height: 90px;
}


#content{
	float: left;
	clear: right;
	width: 776px;
}

#slideshow{
	float: right;
	width: 776px;
	background-image: url(images/slide1.jpg);
	background-repeat: no-repeat;
}

#thisWeek{
	background-image: url(images/this_week_bg.jpg);
	background-repeat: no-repeat;
	height: 144px;
}

#thisWeekVC{
	height: 55px;
	width: 776px;
	float: left;
}

#sidebar {
	float: left;
	width: 224px;
}

#footer{
	clear: both;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

#footerVC{
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

.floatLeft{
	padding: 0px;
	margin: 0px;
	float: left;
}
