#center #content #promo_wrapper {
	padding: 10px 0px 10px 10px;
}

#center #content #promo_wrapper div {
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: red;
	scrollbar-arrow-color: red;
	scrollbar-track-color: #666666;
	scrollbar-darkshadow-color: red;
}

#promo_wrapper #promo_box {
	background: white;
	width: 280px;
	float: left;
	margin: 0px 10px 0px 0px;
}

#promo_box #header {
	display: block;
	background: url(/images/promo_hdr_corner.gif) no-repeat 0px 0px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	height: 16px;
	padding: 3px 2px 0px 5px;
}

#promo_box #header a {
	color: white;
	text-decoration: none;
}

#promo_box #header a:hover {
	color: black;
	text-decoration: underline;
}

#promo_box #header #small {
	font-size: 9px;
}

#promo_box #copy {
	border: 1px solid black;
	padding: 5px;
	background: white;
	height: 80px;
}

/* Fix IE. Hide from IE Mac \*/
* #promo_box #copy { overflow: auto; height: 80px; }
/* End */

#promo_box #copy a.pics {
	float: left;
	margin-right: 10px;
	border: 1px solid black;
}

#promo_box #copy a.pics:hover {
	border: 1px solid red;
}

/* classes for bottom links */


#promo_wrapper #bottom_links_wrapper {
	border: solid 1px black;
	border-top: none;
	background: #333;
	display: block;
	clear: both;
	margin: 0px 10px 0px 0px;
}

h6 {
	display: block;
	width: 566px;
	font-size: 13px;
	font-weight: bold;
	background: red;
	padding: 2px 2px 2px 5px;
	color: white;
	margin: 0px 0px 0px 0px;
	border: solid 1px black;
	clear: both;
}
 
#bottom_links_wrapper #copy {
	background: #CCC;
	margin: 5px 5px 0px 5px;
	width: 272px;
	height: 100%;
	padding-top: 5px;
}

/*mac hack \*/
* #bottom_links_wrapper #copy {
	float: left;
}
/* End */

#bottom_links_wrapper #copy a {
	display: block;
	color: black;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	background: url(/images/star_grey.gif) no-repeat 3px 2px;
	padding: 2px 5px 2px 20px;
}

#bottom_links_wrapper #copy a:hover {
	color: white;
	background: black url(/images/star_grey_o.gif) no-repeat 3px 2px;
}

/* Fix IE. Hide from IE Mac \*/
* #bottom_links_wrapper #copy a { 
	background: url(/images/star_grey.gif) no-repeat 3px 2px;
	padding: 2px 5px 2px 20px;
 }
 
* #bottom_links_wrapper #copy a:hover { 
	background: black url(/images/star_grey_o.gif) no-repeat 3px 2px;
	padding: 2px 5px 2px 20px;
 }
/* End */

#promo_box #copy a.top_links { 
	display: block;
	color: black;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 2px;
	background: url(/images/star_wht.gif) no-repeat 3px 2px;
	padding: 2px 5px 2px 20px;
 }
 
#promo_box #copy a.top_links:hover { 
	color: white;
	background: black url(/images/star_grey_o.gif) no-repeat 3px 2px;
 }

