html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;	
	background: url(../skin/navigationbg.gif) repeat-y top left;
	background-color: #C45005;
	margin: 0;
	padding: 0;
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
}
#content {
	background: url("../skin/bottomcategory_links.jpg") no-repeat bottom right;
}
A:visited  {color: #333333; text-decoration: none}
A:link  {color: #000000; text-decoration: none}
A:active  {color: #C0FFC0; text-decoration: none}
A:hover   {
	color: #666666;
	text-decoration:underline;
	z-index: 15;
}
#bodybg_main {
	background-color: #C45005;
	padding-left: 20px;
	padding-right: 12px;
}

#section_banner {
	background: black url(../Links/pageheader_links.jpg) no-repeat top left;
}
