/* CSS Document */
#header_index {
	height: 117px;
	background-image: url(images/top_banner_big.gif);
	background-repeat: no-repeat;
}
#navigation img {
	margin-top: 63px;
}
#category {
	width: 100%;
	padding-top: 20px;
	clear: both;
}
#category h1 {
	background-color: #edebee;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size: 1.2em;
	color: #012d9f;
	padding: 2px 10px;
	display: inline;
}
#category_pic {
	width: 240px;
	height: 87px;
	float: left;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
#category_content {
	width: 350px;
	height: 72px;
	padding: 15px 0 0 15px;
	float: left;
	clear: right;
	background-color: #fdfdff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
#category_content p {
	margin-bottom: 10px;
	margin-right: 35px;
}

#content_area {
	width: 709px;
	background-color: #FFF;
	background-image: none;
	border-left: 9px solid #004785;
	border-right: 9px solid #004785;
	padding-bottom: 20px;
}
#content {
	margin-left: 30px;
}