/*
	Banner Styles
	
	The banner has moved to its own little IFRAME so we can add special
	code to that page to stop search engines indexing the URL to
	MoneyMasters.com, as the URL has your unique referrer code on it.
*/

body.banner
{
	background: white;
	margin: 0px;
}

body.banner img
{
	border: none;
	vertical-align: bottom;
}

/*
	BuzzBin Styles
	Remember, images paths are relative to the CSS file, not the page.
	
	Verdana is the default font, though Tahoma at size 75% actually makes
	better use of the limited space available (Verdana at 75% doesn't fit).
*/

body
{
	background: #DCC704 url(../images/panel-buzzbin.gif) top left no-repeat fixed;
	color: #666600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#error h1,
#error p
{
	margin:0px;
}

#tab_box
{

}

#buzzbin_album
{
	float: left;
	padding-top: 55px;
	padding-left: 28px;
	width: 150px;
}

#buzzbin_album_img
{
	width: 150px;
	height: 150px;
}



#buzzbin_holder
{
	float: left;
	margin-left: 22px;
	padding-top: 27px;
	width: 357px;
}

#buzzbin_title
{
	font-size: 13px;
	font-weight: bold;
	color: #333300;
}

#buzzbin_content
{
	font-size: 11px;
	margin-top: 10px;
}

#buzzbin_nav
{
	color: #333300;
	font-size: 10px;
	margin-top: 10px;
	font-weight: bolder;
}

#buzzbin_nav a
{
	color: #666600;
	text-decoration: none;
}

#buzzbin_nav a:hover
{
	color: #663300;
	text-decoration: none;
}

