body  {
	font-family:"comic Sans MS", Arial, Helvetica, sans-serif;
	background-image:url(../img/bgg-x.jpg);
	background-repeat:repeat;
	min-height:100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:12px;
	line-height:18px;
}
#container {
	background:url(../img/backdrop.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#f1ffd9;
	width: 703px;
	margin: 0 auto;
	text-align: left;
	border:1px solid #666666;
}
#content{
	text-align:left;
}
*html #container {
	height: 100%;
}
#logo{
	background-image:url(../img/logo.jpg);
	float:left;
	position:relative;
	left:20px;
	top:5px;
	width:182px;
	height:167px;
}

#menubox{
	background-image:url(../img/kookpit.jpg);
	background-position:right;
	background-repeat: no-repeat;
	height:155px;
	padding-top:40px;
}
#menu{
	position:relative;
	left:60px;
}
#submenubox{
	position:relative;
	background-image:url(../img/subnav.gif);
	background-repeat:no-repeat;
	background-position:center;
	top:-65px;
	left:115px;
	width:445px;
	padding-left:10px;
	text-align:center;
}
/*---MENU---*/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  float: left;
  position: relative;
  background-image:url(../img/btn.gif);
  background-repeat:no-repeat;
  background-position:center top;
  height:50px;
  width: 55px;
  vertical-align:top;
}

li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
}

li > ul {
	top: auto;
	left: auto;
}
 
li:hover ul, li.over ul{ 
	display: block;
	background-repeat:no-repeat;
 	background-position:center top;
	}

.textalign{
	position:relative;
	top:45px;
}

.subMenu{
	height:29px;
	padding-left:50px;
	text-align:center;
}	

li.subli{
	position:relative;
	float:left;
	background-image:none;
	font-weight:bold;
	height:10px;
	padding-right:20px;
	padding-top:5px;
}

.subalign{
	background-image:none;
}
.columntext{
	margin:5px;
	margin-bottom:15px;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
}
#footer{
	text-align:center;
	border-top:1px solid #cccccc;
}
.clearfloat{
	clear:both;
}
#leftcol {
	float: left;
	width: 650px;
	margin: 0;
	padding: 0 15px 50px 15px;/* top,right,bottom,left*/
	
}
#rightcol {
	float:left;
	width:250px;
	margin: 0;
	padding: 0 10px 50px 10px;/* top,right,bottom,left*/
	border-left: #CCCCCC dotted 1px;
}
h1{
	background-image:url(../img/spoon.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size:15px;
	height:35px;
}
h2{
	background-image:url(../img/fork.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size:15px;
	height:30px;
}
h3{
	background-image:url(../img/knife.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size:15px;
	height:30px;
}
h4{
	background-image:url(../img/spoon_small.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size:15px;
	height:30px;
}
p{
	text-align:left;
}