html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 1px 1px 1px 1px;
	font-size: 12px;
	color: #000000;
	border:0px solid red;
	align:center;
}

a:link, a:visited {	
	font-weight: normal;
	color:#000000;
}

a:hover {	
	font-weight: normal;
}

#container_tmp {
	border:0px solid red;
	margin:0 auto; 
	width:900px;
	height:800px;
}
#container {
	border:0px solid red;
	margin:0 auto; 
	width:900px;
	height:710px;
}
#header_tmp {
	border:0px solid red;
	height:45px; 
	background:#fff; 
	background:url("../image/banner01.png");
}
#header {
	border:0px solid red;
	height:36px; 
	background:#fff; 
	background:url("../image/banner.png");
}
#menu { 
	border:0px solid red;
	width:900px;
	height:40px;
	text-align: center;
	position:absolute;
}

.black_menu{
	border:0px solid red;
	width:115px;
	padding-top:5px;
	height:35px;
	font-size:14px;
	line-height: 2em;
	color: white;
	text-align: center;
	background:#000000;
}
.white_menu{
	border:0px solid red;
	width:80px;
	padding-top:5px;
	height:35px;
	font-size:16px;
	line-height: 2em;	
	text-align: center;
	background:#FFFFFF;	
}
#left_tmp {
	border:0px solid red;	
	width:329px;
	height:492px;
	float:left;
	background:#B9E5BF;
}
#right_tmp {
	border:0px solid red;
	margin:0 auto; 
	width:567px;
	height:492px;
	float:left;
}
#left_home {
	border:0px solid red;	
	width:190px;
	height:422px;
	float:left;
	background:#D1E5C9;
}
#right_home {
	border:0px solid red;
	margin:0 auto; 
	width:700px;
	height:422px;
	float:left;
}
#left {
	border:0px solid red;	
	width:190px;
	height:570px;
	float:left;
	background:#D1E5C9;
}
#right {
	border:0px solid red;
	margin:0 auto; 
	width:700px;
	height:570px;
	float:left;
}
#texas{
	border:0px solid red;
	height:170px;
}
#oregon{
	border:0px solid red;
	height:300px;
}
#cook {
	padding-left: 0px;
	padding-top: 0px; 	
	height: 235px;
	width: 500px;
	background:url("../image/cook.png") 0 0 no-repeat;
}
#contact {
	border:1px solid red;
	padding-left:105px;
	padding-top: 300px;
	background:url("../image/twitter.png") 0 0 no-repeat;
}

#content { 
	float:right; 
	width:695px; 
	height:560px; 
	background:#fff;
}

#footer { 
	height:60px; 
	width:900px;
	margin-top:-1px;
	background:url("../image/footer.png") 0 0 no-repeat;
}

.vpimage {	
	vertical-align:text-bottom;
	border:0px;	
}
.vpimg {	
	border:0px;	
}
.redline {
	line-height: 0.1em;
	border: 0px solid red;
	height: 5px;
	width: 10px;
	background: url("../image/redline.png") 0 0 repeat-x;
}


.clr {
  clear: both;
  height:1px;
  margin-top:-1px; 
  overflow:hidden;  
}