@charset "UTF-8";
/* CSS Document */

#cat{
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	width:320px;
	height:435px;
	margin-top:5px;
	margin-right:2px;
	font-size:13px;
}
#cat img{
	margin-bottom:3px;
}
.info{
	background-color:#000000; 
	border:1px solid #000000;
	color: #0099cc;
}
.info td{
	background-color:#000000;
	border:1px solid #000000;
}
.info p{
	color:# ffffff;
}
#subhead td{
	background-image:url(../images/subhead-stretch_1x32.gif); 
	background-repeat:repeat-x; 
	background-color:#000000; 
	height:32px
}
#subhead span{
	float:right;
}
#subhead div{
	background-image:url(../images/subhead-left_300x32.gif); 
	background-repeat:no-repeat; 
	width:300px; 
	height:27px;
	color:#FFFFFF;
	padding-top:5px; 
	padding-left:10px;
}
#sub-content td{
	border:1px solid #CCCCCC;
	padding:10px;
}
#sub-content p{
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
}
#sub-content img{
	float:left;
	margin-right:10px;
}
#sub-content a{
	color:#660000;
	text-decoration:none;
}