/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #d9d798;
	text-align: center;
}
#centered_layout {
	text-align: left;
	margin: 0 auto;
	width: 840px;
}
#photos_layout {
	text-align: left;
	margin: 0 auto;
	width: 840px;
	margin-top: 20px;
}
#ad_top {
	text-align: center;
	/*margin: 0 0 0 auto;*/
	padding: 20px 0 10px;
}
.random_box {
	float: left;
	margin: 0;
	width: 140px;
	height: 140px;
	overflow: hidden;
}
.random_photo {
	float: left;
	margin: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.random_box img {
	border: 0px none;
}
.masthead1 {
	overflow: hidden;
	margin: 0;
	width: 140px;
	background-color: #d9d798;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: black;
}
.masthead {
	overflow: hidden;
	float: left;
	margin: 0;
	height: 560px;
	width: 140px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: black;
}
.iframe {
	width: 140px;
	height: 140px;
}
.youtube {
	background: black;
}
.feeders a {
	color: #b8d998;
	text-decoration: underline;
}
.feeders a:hover {
	text-decoration: none;
	color: black;
}
.feeders {
	padding: 8px 15px 10px 12px;
	background-color: #FFFFFF;
}
.feeders .header {
	font-weight: bold;
	display: block;
}
.header_description, .description, .url, .comma {
	display: none;
}
.links {
	padding-left: 4px;
	display: block;
	line-height: 15px;
	background-color:#FFFFFF;
}
