.note{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	width: 450px;
	/*position: relative;
	z-index: 5;
	left: -40px;
	top: 70px;*/
	font-size: 60%;
}

.banner_text{
	color: rgb(110,94,79);
	float: right;
	margin-top: 75px;
	margin-right: 50px;
}

/*Content/Text Container*/
/*1) Sizes and positions the text container relative to the image*/
/*2) Sets "default" text properties for the container; inherited by included blocks*/


.page_container{
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-image: url(images/fun_links.jpg);
	background-repeat: no-repeat;
	background-position: left top;

	width: 770px;
}


.page_container p{
	margin-top: 40px;
	margin-left: 275px;
	font-style: italic;

}

.fun_links_container{
	float: left;
	background-image: url(images/fun_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 60px;
	margin-left: 250px;

}

.fun_links_container h4{
	float: left;
	margin-top: 12px;
	margin-left: 52px;
	color: #666666;
}


.fun_links_container ul{
	clear:both;
	float: left;
	margin-top: 5px;
	margin-left: 52px;
	padding-right: 10px;
	font-size: 65%;
}

.fun_links_container li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);

}

.fun_links_container li a{
	color: rgb(0,0,0);
	text-decoration: none;
}

.fun_links_container li a:hover{
	color: #0000CC;
	text-decoration: underline;

}
