/* CSS Document */

BODY {
	margin: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

a:link {
	color:#917B28;
}
a:visited { 
color: #666600;

}
a:hover {
	color: #3EBDC8;
	text-decoration:underline;
	}
	
.padded-cell-content {
	padding: 15px;
}

.padding-cell-content2 {
	padding: 10px 5px 10px 5px;
}

.link-box-side {
	padding:10px;
}

.big_letters {
	color:#36C;
	font-size: 22px;}
	
div.container_hp {
background-color: #c4dbee;
}

div.container_spirit {
background-color:#a8c7e0;
}

div.container_white {
background-color:#FFFFFF;
}

div.container_green {
background-color: #8CC729;
}

div.container_yellow {
background-color:#f7ce45;
}
	
div.hp_mainbox {
background-image:url(images/hp_main.jpg);
border: #336666;
}

#top {
	background-image: url(images/title.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height: 101px;
	}

#top_other {
	background-image:url(images/nest_logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 20px;
	margin-top: 10px;
	height: 56px;
	}

.tiny-type { font-size:10px; color:#999;}
