@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFF;
	background-image: url(images/chefkern_background.jpg);
	background-position:top-left;
	background-repeat: no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#FFF;
	margin: 0px 0px 0px -10px;
	overflow-x: hidden;
}
.blackBackgroundRepeat{
	background-image:url(images/chefkern_21.png);
	background-repeat:repeat-y;
}
.mainText{
	padding:13px 35px 13px 20px;
	text-align:justify;
	background-image:url(images/chefkern_21.png);
	background-repeat:repeat-y;
	background-position:right;
}


.kernNav
{
	padding: 0px 0px 0px 24px;
	background-image:url(images/menu_repeat.png);
	background-repeat:repeat-y;
}


.ie_blocker
{

position:absolute;
top: 0%;
left: 0%;
width: 100%;
height: 1000px;
background-color: black;
filter:alpha(opacity=75);
z-index:9998;
}


.ie_update
{
width:500px;
height:300px;
left:50%;
margin-left:-250px;
position:absolute;
background-color:transparent;
margin-top:150px;
z-index:999;
font-family:"Times New Roman", Times, serif;
color:#000;
font-size:18px;
z-index:9999;
}

.update_top
{
background-image:url(images/popup_top.png);
height:40px;
width:500px;
}

.update_mid
{
background-image:url(images/popup_mid.png);
height:220px;
width:500px;
padding-left:30px;
padding-right:20px;
padding-top:10px;
}

.update_bottom
{
background-image:url(images/popup_bottom.png);
height:40px;
width:500px;
}