/*external style sheet for food page*/


*{
margin: 0;
padding 0;
border:none;
}

/* links & type*/

body
{
	background-color:fff;
	font-size: 100%;
}

a:link, a:active, a:visited 
{
text-decoration:none;
}

a:hover
{
color:#999; text-decoration: underline;
}

h1 { }
h2 { }

/*layout*/

#header
{
	height: 50px;
	background-color: #666;
	margin-bottom: 10px;
}

#nav
{
	float: left;
	width: 25%;
	height: 150px;
	background-color: #999;
	margin-bottom: 10px;
}

#content
{
	float: left;
	margin-left: 5%;
	width: 65%;
	height: 150px;
	background-color: #999;
	margin-bottom: 10px;
}

#footer
{
	clear: both;
	height: 50px;
	background-color: #666;
	margin-bottom: 10px;
}
/*--------------------
Erika Kranek
copyright 2010
written for - wwww.erikakranek.com

swatch colors
------------
ddd532-yellow
36b529-green
dd9732-orange
632a94-purple
---------------------*/
</style>
