
* {
padding : 0;
margin : 0;
}
html, body {
margin:0px;
padding:0px;
text-align:center;
height:100%;
}


body {
	font : 11px Verdana, Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
	text-align : center;
	color : #666666;
background-color:  #b6bf00;
	line-height : 16px;
}
a:link {
	color : #666666;
	text-decoration : none;
	font-weight : bold;
}
a:visited {
	text-decoration : none;
	color :#666666;
	font-weight : bold;
}
a:hover {
	text-decoration : none;
	color : #a0ad37;
}
a:active {
	text-decoration : none;
	color :#999999;
}



#wrap {
width : 900px;
height: 665px;
text-align : center;
background:#FFFFFF url(/images/BGkristi.jpg) no-repeat;
margin: 0 0 5% 5%;


}
#header {

text-indent:-9000px;

}

#content {
position:relative;
}

	/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/skeleton_left.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav {
margin-left: 25px;
text-align:left;
margin-top: 350px;
line-height:15px;
clear:both;
float:left; padding:0 0 5px 0; list-style:none; font: 11px verdana, sans-serif; position:relative; z-index:200; }
 
#nav ul {
clear:both;
float:left; padding:0 0 5px 0; margin:0; list-style:none; font: 10px verdana, sans-serif; position:relative; z-index:200;}

#nav li li {border:1px solid #000; border-color:#cea; border-width:0px 0px 1px 1px;}
/* a hack for IE5.x and IE6 */
* html #nav li {float:left;}

#nav li a {
	display:block;
	color:#999900;
	margin:0 25px 0 10px;
	height:20px;
	line-height:20px;
	text-decoration:none;
	white-space:nowrap;
}

#nav li:hover {position:relative; z-index:300;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
/* yet another hack for IE5.x and IE6 */
* html #nav, * html nav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {
	text-decoration:none;
	color:#FF6600;
}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover ul,
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:-15px; margin-left:100%; top:-1px;}

/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* show path followed */
#nav li:hover a,
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a
{text-decoration:none; color:#7b5;}

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a
{
	text-decoration:none;
	color:#CC9933;
}

#logo{background:url(/images/goneeatin/gonelogo2.jpg);
width:300px;
height:124px;
position:absolute;
right: 150px;
top: 530px;
}
#logo h1{text-indent:-9000px;}





#ftr {
    clear: both;
	width:900px;
	height: 15px;	
	font-size: 10px;
	position:relative;
	padding-top: 120px;
	margin-right:20px;
}

#ftr p {
     line-height: 1.5em;
     text-align: right;
     float: right;
}
	



