body {
	margin: 20px 20px 20px 20px;
	font-family: Times New Roman;
	font-size:16px;
	background-color: #ffffff;
	
}
h3{
margin: 0px 0px 0px 0px;
}
a{
	color: blue;
	text-decoration: underline;
}

#container{
	border: 3px solid black; 
	width: 1000px;
	margin: 0px 40px 0px 40px;
	background-color: #c9c9c9;
	overflow: hidden;
	padding: 20px 10px 20px 10px;
	clear: none;
	float: left;

}
#cr{
	width: 10px;
	clear: none;
	border: 1px solid red;
	float: left;
}
#toc td{
	border-bottom: 2px dotted black;
	
}

#toc .cat{
	border-bottom: 0px dotted black;
}
#site_mes{
	border: 1px solid #CC0000;
	color: #cc0000;
	padding: 10px 10px 10px 10px; 
	margin-bottom: 20px;
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	background-color: white;
}
#site_mes_black{
	border: 1px solid #000000;
	color: #000000;
	padding: 10px 10px 10px 10px; 
	margin-bottom: 20px;
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	background-color: white;
}

#site_mes_green{
	border: 1px solid #009900;
	color: #009900;
	padding: 10px 10px 10px 10px; 
	margin-bottom: 20px;
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	background-color: white;
}
#a_menu a{
	color: #cc0000;
}
#main{
	
	border: 0px solid blue;
	padding: 10px 100px 10px 100px;
	line-height: 1.3em;
	font-size: 16px;
	text-align: justify;
	
}
#quote{
	padding: 20px 100px 20px 100px;

}
#trial{
	padding: 20px 20px 20px 20px;
	border: 2px dotted black;
}

#content{
	border: 0px  solid lime;
	margin: 110px 80px 10px 100px;	
}
#category{
	width: 700px;
	height: 37px;
	padding-top: 4px;
	text-align: center;
	vertical-align: middle;
	background: url('category.jpg') no-repeat;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 0px solid red;
}
#category a{
	color: black;
	text-decoration: none;
	font-weight: bold;
	
}

#footer{
	text-align: left;
	clear: both;
	padding: 1px 0 2px 0;
	color: gray;
	text-align: center;
	vertical-align: top;
	height: 40px;
	font-family: Tahoma;
	font-size: 12px;
	border: 0px  solid green;
	
}
#footer a:link{
	text-decoration: none;
	font-weight: bold;
	color: gray;
}
#footer a:hover{
	color: #FF7700;
	text-decoration: underline;
}