a {

	color: white;

}


h1 {

	font: bold 30px Helvetica, Arial, sans-serif;
	text-transform: uppercase;

}

span.large {

	font-size: 15px;
	font-weight: bold;

}

span.medium {

	font-size: 12px;
	font-weight: bold;

}

span.small {

	font-size: 10px;
	font-weight: bold;

}


/* news */

span.cutenews_title {

	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;

}


div.floating_repeatable {

	float:left;
	padding: 5px;
	background:#333333;
	margin: 0 10px 10px 0;
	
}

div.floating_repeatable img{

	margin: 0 0 5px 0;
	border:none;
		
}

/* flickr album */

.setThumb {
	float: left;
	width: 85px;
	height: 125px;
	background-image: url(../images/stackBG.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	margin: 10px;
}
.setTitle {
	margin-top: 10px;
	margin-bottom: 25px;
	width: 75px;
	text-align: center;
}


div#photos img {
	border: 1px solid #FFFFFF;
	margin: 5px;
}
div#photos {
	color: #FFFFFF;
	width: 100%;
}
