@charset "utf-8";
/* CSS Document */

body {
	min-width: 630px;  
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #999999;
}
#wrapper {
	width: 1000px;	
	margin: 0 auto;
}
#logo {
	margin-top: -175px;
	margin-left: 60px;
	text-align: left;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 190px;
}
#menu {
	width: 900px;
	margin-left: 50px;
	margin-top: 80px;
}
#container {
	background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 530px;
	width: 1000px;
}
#container .column {
	position: relative;
	float: left;
	text-align: left;
	font-family: "Futura Md";
	font-size: 12px;
	margin-top: -180px;
}
#center {
	width: 400px;
	padding-top: 150px;
	padding-right: 10px;
}
#center img{
	margin-right: -30px;
}
#left {
	background-image: url(../images/leftMenuImage2011.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 395px;
	height: 500px;
	margin-left: 50px;
}
#snowflakes {
	background-image: url(../images/PNG/snowflakes.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 750px;
	z-index: 1000;
	height: 210px;
	width: 200px;
}
#footer {
	clear: both;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 1000px;
	padding-top: 15px;
}
img, div { behavior: url(http://www.festivaloftreeslaketahoe.org/iepngfix.htc) }

/*** IE Fix ***/
* html #left {
  left: 200px;           /* RC fullwidth */
}
