/* CSS Document */
a {
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}
body {
	background-color:#EFEFDE;
	text-align:center;
	margin-top:0px;
	font-family:Arial;
	font-size:10.0pt;
}
#holdall {
	width:825px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(gfx_09/full_bg.jpg);
	background-repeat:no-repeat;
}
#header {
	height:96px;
}
#main_menu {
	border:1px solid #999999;
}

#transbox
  {
  padding:4px 5px 4px 5px;
  width:813px;
  background-color:#ffffff;
/*  border:1px solid black;*/
  /* for IE */
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4;
}
#transbox a {
	font-size:105%;
	font-weight:bold;
	color:#000000;
}
#submenu {
	border:1px solid #999999;
	padding:4px 5px 4px 5px;
	border-top:0px;
	color:#777777;
}
#submenu a{
	color:#777777;
}
#content {
	margin-top:5px;
}
#left_area {
	float:left;
	width:464px;
}
#images {
	text-align:center;
}

#right_area {
	float:right;
	width:361px;
}
#supplemental {
	font-size:90%;
	color:#666666;
	width:449px;
	padding:3px 15px 3px 0px;
}
#copyright {
	border-top:1px solid #cccccc;
	text-align:right;
	color:#999999;
	font-size:70%;
}
#copyright a{
	color:#999999;
}
#recommended {
	border-top:1px solid #cccccc;
	margin-top:2px;
	padding-top:2px;
}
#page_title {
	font-size:120%;
	font-weight:bold;
	text-align:center;
	padding:2px;
	margin-bottom:5px;	
}
.highlight_text {
	text-align:center;
	padding:2px;
	border: 2px solid #990000;
	font-weight:bold;
	margin-bottom:5px;
}
.key_text {
	font-weight:bold;
}
.special_offers {
	float:right; 
	background-color:#cccc66; 
	color:#990000; 
	border:1px solid #ffffff; 
	width:150px; 
	margin:0px 0px 5px 5px; 
	padding:2px;
}
