@charset "UTF-8";
/* 
CSS Style Sheet by Nick Cannavo
questions/comments: ncannavo10@gmail.com
*/


body {
	background: #e1d2b2;
	text-align: center;
	min-width: 900px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.top {
	background:url(images/top.jpg) no-repeat;
	width: 900px;
	height: 21px;
}

.background {
	background:url(images/bg3.jpg) repeat;
	width:840px;
	margin-left:24px;
	margin-right:20px;
}

.bottom {
	background:url(images/bottom.jpg) no-repeat;
	width: 900px;
	height:21px;
	position:absolute;
	top: 850px;
}

.spacer {
	height:10px;
	width:850px;
}

/* main content */
.container {
	background:url(images/bg05.jpg) repeat-y;
	margin: 0 auto;
	width: 900px;
	height:850px;
	text-align: left;
	position:relative;
}

/* banner */
.banner {
	background:url(images/banner.png) no-repeat;
	width: 727px;
	height:226px;
	margin-left:20px;
}

/* crooms image/link */
.crooms {
	z-index:2;
	position:absolute;
	left: 340px;
	top: 233px;
}

/* sticky notes */
.sticky1 {
	/*background:url(images/sticky02.png) no-repeat;
	width:260px;
	height:215px;*/
	z-index:1;
	position:absolute;
	left: 611px;
	top: 84px;
}

.sticky2 {
	width: 300px;
	height: 300px;
	z-index:1;
	position:absolute;
	left: 28px;
	top: 243px;
}

.sticky3 {
	width: 300px;
	height: 300px;
	z-index:1;
	position:absolute;
	left: 16px;
	top: 558px;
}

/* note */
.note {
	background:url(images/note02.png) no-repeat;
	width:530px;
	height:460px;
	margin-left:300px;
	position:absolute;
	top: 400px;
}

/* 
so i was originally going to stick a footer with my
contact info and link to the crooms page (link i normally do),
but i felt it would take away from the initial purpose of
an informational site. maybe ill add one on later?
*/

/* all links */
a:link {color: #FFFFFF; text-decoration: underline; }
a:active {color: #FFFFFF; text-decoration: underline; }
a:visited {color: #FFFFFF; text-decoration: underline; }
a:hover {color: #FFFFFF; text-decoration: none; }


/* footer */
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	clear: both;
}

