h1#proshop
{
	margin: 0;
   padding: 30px 0 0 0;
   overflow: hidden;
   background-image: url(images/proshop.gif);
   background-repeat: no-repeat;
    
   height: 0px !important; /* for most browsers */
   height /**/:30px; /* for IE5.5's bad box model */
}

#side_panel_box
{
	float: right;
	width: 200px;
	border: 0px solid black;
	font-size: 12px;
	font-weight: normal;
	font-family: verdana, lucida, Helvetica, arial, sans-serif;
	text-align: center;
}

#side_panel_box h2
{
	color: white;
	/*height: 18px;*/
	margin: 0 0 4px 0;
	padding: 18px 10px 0 10px;
	text-transform: uppercase;
}

#side_panel_box a 
{
	color: white;
	text-decoration: underline;
}

#side_panel_box a:hover 
{
	color: Red;
	text-decoration: underline;
}

#side_panel_box img
{
	margin-left: 0px;
	margin-top: 4px;
}

#side_panel_box_top
{
	float: left;
	height: 36px;
	width: 190px;
	background: url(images/sidepanelboxtop.gif) no-repeat;
}

#side_panel_box_content
{
	float: left;
	width: 190px;
	background: url(images/sidepanelboxbg.gif) repeat-y;
}

#side_panel_box_content p
{
	margin: 10px 23px 10px 17px;
	color: black;
}

#side_panel_box_content h2
{
	margin: 0px 5px 8px 5px;
	color: red;
}

#side_panel_box_content h3
{
	margin: 0px 5px 8px 5px;
	color: black;
	font-size: 9px;
	font-weight: normal;
}

#side_panel_box_bottom
{
	float: left;
	height: 13px;
	width: 190px;
	background: url(images/sidepanelboxbottom.jpg) no-repeat;
}
