@import "main.css";

div#outer_line {
	width: 766px;
	border-left: 1px dotted #FF0000;
	border-right: 1px dotted #FF0000;
	border-bottom: 1px dotted #FF0000;
	background: #FFF;
}

.menu_cook_box {
	width: 760px;
	overflow: hidden;
}

.menu_cook_box ul {
	margin: 0px;
	padding: 0px;
	padding-left: 0px; 
	font: bold 10px Verdana;
	list-style-type: none;
}

.menu_cook_box a, li {
	display: block;
	height: 17px;
	padding: 11px 0px;
	font: bold 10px Verdana;
	display: inline;
	margin: 0;
}

.menu_cook_box  li a {
	float: left;
	display: block;
	width: 100%;
	height: 7px;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 7px 0px; 
	border-right: 1px dotted #CFCFCF; 
	color: #000;
	background: #FFF; 
}

.menu_cook_box li a:visited{
	color: #000;
}

.menu_cook_box li a:hover {
	background: #CFCFCF; 
}

.menu_cook_box  li.selected a {
	background: #CFCFCF;
}

div#content_left_cookbox {
	float: left;
	width: 293px;
	height: 650px;
	border-right: 1px dotted #CFCFCF;
	border-bottom: 1px dotted #CFCFCF;
	margin-bottom: 70px;  
}

.left_text_cookbox {
	padding: 10px;
}

div#content_left_cookbox {
	float: right;
	width: 473px;
	height: 650px;
}

div#footer { 
	width:764px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: -50px; 
	height: 55px;
	background-color: #FFFFFF;
}
