@charset "utf-8";
/* PhotographerShots.com Style */
body{
	background-color: #564615;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container{
	margin: 20px 0px 20px 0px;
}

#contentbody{
	width: 966px;
}

#header{
	background-image:url(/images/header.jpg);
	background-repeat: no-repeat;
	width: 966px;
	height: 116px;
	color: #564615;
	font-weight: bold;
}
#partners{
	float: right;
	margin-top: 20px;
	margin-right: 100px;
}
#banner{
	float: right;
	clear: both;
	margin-top: 10px;
	margin-right: 30px;
}

.blankbg{
	background-image:url(/images/blankbg.gif);
	background-repeat: repeat-y;
}

#bodystuff{
	background-image:url(/images/bodybg.gif);
	background-repeat: repeat-y;
	width: 966px;
	min-height: 5000px;
}

#feedslist{
	float: left;
	margin-left: 18px;
	width: 249px;
	margin-right: 12px;
}
#feedslist .leftheader{
	background-image:url(/images/feedsheader.gif);
	background-repeat: no-repeat;
	height: 23px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 0px 0px 30px;
}
#feedslist ul{
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#feedslist li{
	margin: 0px;
	padding-top: 6px;
	list-style: none;
}
#feedslist a:link{
	color: #5f4f1e;
	text-decoration: none;
}
#feedslist a:visited{
	color: #5f4f1e;
	text-decoration: none;
}
#feedslist a:hover{
	color: #000000;
	text-decoration: underline;
}

#featuredfeeds{
	float: left;
	width: 476px;
}
#featuredfeeds hr{
	height: 1px;
	color: #CCCCCC;
}

#ads{
	float: right;
	margin-right: 17px;
	width: 176px;
	padding-top: 10px;
}

#footer{
	background-image:url(/images/footerbg.gif);
	background-repeat: no-repeat;
	width: 966px;
	color: #c9c3ae;
	font-weight: bold;
	padding: 0px 0px 0px 6px;
}

#footer a:link{
	color: #c9c3ae;
}
#footer a:visited{
	color: #c9c3ae;
}
#footer a:hover{
	color: #ffffff;
}

a:link{
	color: #0d81b7;
}
a:visited{
	color: #0d81b7;
}
a:hover{
	color: #333333;
}

a.readmore:link{
	color: #80c65a;
}
a.readmore:visited{
	color: #80c65a;
}
a.readmore:hover{
	color: #80c65a;
}

.taboff{
	padding: 5px 30px 5px 30px;
	float: right;
	background-color: #e2f0fd;
	color: #80888f;
	border-right: 1px solid #cfe3f5;
	border-bottom: 1px solid #cfe3f5;
	border-left: 1px solid #cfe3f5;
	border-top: 1px solid #ffffff;
	font-weight: bold;
}
.tabon{
	padding: 5px 30px 5px 30px;
	float: right;
	background-color: #ffffff;
	color: #333333;
	font-weight: bold;
}

