body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	font-size:12px;
	color:#333;
	overflow:hidden;
}
#container { 
	width: 872px;
	height:auto;
	margin: 0 auto;
	text-align: left;
	overflow:hidden;
} 
.stockitem {
	float:left;
	height: auto;
	width: 872px;
}
.title {
	float: left;
	height: auto;
	width: 872px;
	color:#0088cc;
	font-weight:bold;
	font-size:20px;
}
.small {
	font-size:12px;
}
.left{
	width:443px;
	height:auto;
	float:left;
	}
	
	
a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
color:#0088cc;
	text-decoration:underline;
}
a:active {
color:#0088cc;
	text-decoration:underline;
}



.sub_menu a:link {
	color: #000;
	text-decoration:none;
}
.sub_menu a:visited {
	color: #000;
	text-decoration:none;
}
.sub_menu a:hover {
color:#0088cc;
	text-decoration:underline;
}
.sub_menu a:active {
color:#0088cc;
	text-decoration:underline;
}


.blue a:link {
	color: #0088cc;
	text-decoration:none;
}
.blue a:visited {
	color: #0088cc;
	text-decoration:none;
}
.blue a:hover {
color:#0088cc;
	text-decoration:underline;
}
.blue a:active {
color:#0088cc;
	text-decoration:underline;
}


.blue{
	font-weight:bold;
	font-size:11px;
}
.menu {
	float: left;
	height: auto;
	width: 440px;
	font-size:14px;
	padding-top:10px;
	padding-left:3px;
	padding-bottom:20px;
}
.photo{
	width: 443px;
	height:431px;
	float:left;
}
.sub_menu {
	line-height:20px;
	width:433px;
	height:45px;
	background-image:url(../images/sub_menu_bg.png);
	background-repeat:no-repeat;
	float:left;
	color:#000;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}
.right{
	width:409px;
	height:auto;
	float:right;
	padding-top:70px;
	padding-left:10px;
	}
.article {
	font-size:10px;
	color:#666;
	padding-top: 40px;
}
.stockspacer{
	clear:both;
}

