@charset "utf-8";

/****
CSS specific to home page
****/

#homeContainer{
	width: 1000px;
	height:1200px;
	text-align: left;
	margin: 10px auto 0 auto;
	background:url(../images/bg-scrapbook.jpg) no-repeat;
}

#homeContent{
	position:absolute;
	margin: 0 0 0 155px;
	width:760px;
}

#homeHeader{
	margin:35px 0 35px 115px;
}

.CurrentStuff{
	position:absolute;
	padding:60px 0px 0 25px;
	margin:30px 0px 0 0;
	background:url(../images/main-currentstuff-long.gif) no-repeat;
	width:360px;
	height:460px;
}

.CurrentStuff p{
	font-family:"Comic Sans MS";
	font-size:80%;
	line-height: 150%;
	padding:0px 20px 12px 0;
}

#CurrentStuff_link{
	position:absolute;
	background-color:transparent;
}

.weather{
	margin:0;
	text-align:center;
	position:absolute;
	top:375px;
}

.weather h1, h2{
	font-size:80%;
	line-height:100%;
	font-weight:normal;
	padding-bottom:3px;

}

.weather h1{
	color:#C00;
}

.weather h2{
	font-family:"Comic Sans MS", cursive;
}