@import url('src/grid.css');

#sp-page{
	font-family:Comic Sans MS, Comic Sans MS5, cursive;
}

#sp-header{
	background: url('../img/header.png') left top no-repeat;
	height:299px;
}

#cfco-logo{
	float:left;
	margin:10px 0 0 40px;
}

#facebook-logo{
	float:right;
	margin:10px 1px 0 0;
}

#sp-main{
	background:#ffd51d url('../img/main-bg.gif') left top no-repeat;
	min-height:437px;
	padding-top:20px;
}

#sp-sponsors{
	height:260px;
}

.sp-sponsor-img{
	margin:3px auto;
}


#sp-photos{
	height:260px;
}


div.sp-main-row1{
	float:left;
	margin-bottom:40px;
}

div.sp-main-row2{
	float:left;
	margin-bottom:10px;
}

div.sp-entry-header{
	background: url('../img/entry-header.png') top left no-repeat;
	height:40px;
	position:relative;
}

div.sp-entry-label{
	position:absolute;
	top:-10px;
	left:30px;
}


div.sp-entry{
	background: url('../img/entry-bg.png') repeat-y;
	padding:0 12px;

}

div.sp-entry p{
	padding:10px;
	margin:0;
}

div.sp-entry-footer{
	background: url('../img/entry-footer.png') top left no-repeat;
	height:22px;
}


#sp-footer{
	background:#000 url('../img/footer.png') left top no-repeat;
	height:10px;
}


.sp-img-link{
	border:0;
}