/* ADJUSTMENTS TO "LAYOUT.CSS" FILE (PRIMARY TEMPLATE) ONLY */

div#main
{
	width: 780px;
	overflow: hidden;
	background: url(../images/background_main_sides2.gif);		
}
div#content
{
	background: url(../images/background_main_top2.gif) no-repeat;
}
div#column_a
{	
	width: 400px;		
}
div#column_b
{
	background: none;
	left: 437px;
}
div#header_b
{
	background: none;
}
div#footer
{
	width: 780px;
	margin-top: 20px;
	background: url(../images/background_main_bottom2.gif) bottom no-repeat;
}

/* NEW STYLES FOR SECONDARY TEMPLATE ONLY */

div#feed
{
	margin-top: 10px;
}
div#ads
{
	float: left;
	padding: 10px;
	width: 150px;
	background: #977C13;
}
div#store
{
	float: right;
	padding: 10px;
	max-width: 560px;
}
	td.smallsidebartext a
	{
		color: #FFF;
		font-weight: bold;
	}
	
	td.smallsidebartext a:hover
	{
		color: #CCC;
	}
/* OLD
div#store
{
	padding-top: 20px;
}
div.store
{
	width: 225px;	
}

div#store div#store_col_a
{
	float: left;	
}
div#store div#store_col_b
{
	float: right;
}
*/

div#fulltext
{
	float: right;
	padding: 10px 10px 10px 10px;	
}
.sidebarlink
{
	font-size: 10px;
	color: #000;
	font-weight: bold;
}
a.sidebarlink:hover
{
	text-decoration: underline;
	color: #D8D8D8;
}

