/*Stylesheet*/

body{
	text-align: center;
	margin: 0px auto;
}

.space{
	margin: 0px 0px 0px 20px;
}

.img1{
	padding:0px 0px 0px 0px;
}

.img2{
	padding:0px 0px 0px 8px;
}

#imgr{
	padding:2px 1px 2px 5px;
	float: right;
}

#imgl{
	padding:2px 5px 2px 1px;
	float: left;
}

#page{
	text-align: left;
	width: 800px;
	margin: 0px auto;
	
}

a {
	text-decoration: none;

}


#footer a{
	text-decoration: none;
	font-size: 100%;
}

#header{
	width: 800px;
	height: 132px;
	background-image: url(img/header.gif);

}

#top {
	width: 800px;
	height: 30px;
	background-color: #0099FF;
}

#content{
	width: 800px;
}

#left{
	float:left;
	width: 190px;
	/*height:60px;*/

}

.title{
	text-align: center;
	font-size: 90%;
	color: white;
	background-image: url(img/title.gif);  
	background-repeat: repeat-x;
	width: 180px;
	height: 23px;
}

.title2{
	padding: 0px 0px 0px 15px;
	font-family: Arial, Verdana;
	font-size: 18px;
	color: white;
	background-color: #0099FF;
	width: 595px;
}


h1{
	color: #0099FF;
	text-align: center;
}

h2{
	color: #0099FF;
	margin-left: 50px;
}


#right{
	width:610px;
	float: right;
}

#left2{
	text-align: justify;
	font-family: Arial;
	font-size: 90%;
	width: 340px;
	float: left;
}

#right2{
	width: 265px;
	float: right;

}

#cook{
	width: 190px;
	height: 132px;
	background-image: url(img/cook.gif);
}


#menu{
  background-color: #F8F880;
  width: 180px;
  font-family: Arial;
  display:block;
}

#line{
	width: 800px;
	height: 8px;
	background-image: url(img/footer.gif);   
	background-repeat: repeat-x;
	margin-top: 20px;
}




#footer{
	text-align: center;
	font-family: arial,verdana;
	font-size: 80%;
}

.navcontainer
{
  font-size: 82%;
}

.navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

.navcontainer li {
width: 160px;
padding: 0px 0px 0px 10px;
}

.navcontainer a
{
background-image: url(img/triangle.jpg);
background-repeat: no-repeat;
display: block;
color: #0099FF;
background-color: #F8F880;
padding: 0px 0px 0px 20px;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #FFFF00;
color: #0099FF;
}

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

.row{
	margin-top: 10px;
	width: 610px;
	height: 185px;
	text-align: justify;
}

.lleft{
	float: left;
	font-family: Arial;
	font-size: 90%;
	width: 610px;
}

table.one{
	table-layout: auto;
	width: 340px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;

}

#tborder {
	border-width: 5px 1px 0px 1px;
}



p.ttitle{
	font-family: Times;
	font-size: 110%;
	text-align: center;
}

p.tdatacenter{
	font-family: Times;
	font-size: 90%;
	text-align: center;
}

p.tdataleft{
	font-family: Times;
	font-size: 90%;
	text-align: left;
}

p.tdataright{
	font-family: Times;
	font-size: 90%;
	text-align: right;
}



