@import url("main.css");

#cooking h2 {
	background: url(../cooking/img/h2_cooking.jpg) no-repeat;
	}
	
#cooking table {
	width: 650px;
	margin: 0 auto 20px;
	text-align: left;
	font-size: 14px;
	}
	
#cooking table th {
	padding: 5px;
	width: 120px;
	color:#3A9E18;
	border-bottom: 2px dotted #CCCCCC;
	}

#cooking table td {
	padding: 5px;
	border-bottom: 2px dotted #CCCCCC;
	margin: 0 auto 20px;
	}
	
