/* CSS Document */


#middle_wrapper {
	margin: 0em;
	padding: 0em;
	clear: left;
}

#bottom_wrapper {
	margin: 0px;
	padding: .25em 0em 0em;
	clear: left;
}

#photo_placeholder {
	margin: 0px;
	padding: 0px;
	width: 350px;
	background: #fff;
	height: 245px;
	float: left;
}
#in_the_news {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
}
#sign_up {
	margin: 0px;
	padding: 0px;
	width: 150px;
	background: #36c url(../images/backgrd_signup.jpg) repeat-x left top;
	float: left;
	height: 245px;
}

#spotlight_col_1 {
	margin: 0px;
	padding: 0px;
	width: 150px;
	float: left;
	background: #36c url(../images/backgrd_spotlight.jpg) repeat-x left top;
	height: 350px;
}
#spotlight_col_2 {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	width: 148px;
	float: left;
	background: #36c url(../images/backgrd_spotlight.jpg) repeat-x left top;
	height: 350px;
}
#spotlight_col_3 {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	width: 148px;
	float: left;
	background: #36c url(../images/backgrd_spotlight.jpg) repeat-x left top;
	height: 350px;
}
#spotlight_col_4 {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	width: 148px;
	float: left;
	background: #36c url(../images/backgrd_spotlight.jpg) repeat-x left top;
	height: 350px;
}
#spotlight_col_5 {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	width: 148px;
	float: left;
	background: #36c url(../images/backgrd_spotlight.jpg) repeat-x left top;
	height: 350px;
}

#middle_wrapper a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #fc0;
}

#middle_wrapper a:hover{
	text-decoration: underline;
	color: #fc0;
}

#bottom_wrapper a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #fc0;
}

#bottom_wrapper a:hover{
	text-decoration: underline;
	color: #fc0;
}


.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}

.sign_up_content {
	margin: 0px;
	padding: 0px 10px;
	line-height: 1.75em;
	font-size: 75%;
}

.spotlight_content {
	margin: 0px;
	padding: 0px 10px 10px;
	line-height: 1.25em;
	font-size: 75%;
}
