@charset "UTF-8";
/* CSS Document */

#container {
	width: 100%;
	background-image:url("http://ifooddesign.org/images/background.gif");
	background-repeat:  repeat-y;
	}

p {
	margin: 0;
	font-size: 80%;
	line-height: 1.2em;
	font-family: "Trebuchet MS", arial, helvetica, geneva, sans-serif;
	padding: 4px 0 0 0;
	text-decoration: none;
	}
	
.inline {
	font-size: 130%;
	display: inline;
	font-weight: bold;
	color: #6b8e31;
	}
	
.clear {
	clear: both;
	}


hr.clear {
	clear: both;
	margin-top: 15px;
	}
	
	
.date {
	margin: 0;
	font-size: 65%;
	font-family: "Trebuchet MS", arial, helvetica, geneva, sans-serif;
	padding: 1px;
	margin: 0;
	color: #999999;
	}
	




#wrapper {
	text-align: left;
	margin: 15px auto;
	padding: 0px;
	border:0;
	width: 914px;
	
	}

#header {
	margin: 0 0 15px 0;
	background: yellow;
	}

#side-a {
	float: left;
	width: 187px;
	}
	
#side-a h2 {
	color:#7c7c7c;
	font-weight: bold;
	font-size: 110%;
	font-family: "Trebuchet MS", arial, helvetica, geneva, sans-serif;
	text-align: center;
	}
	

#side-b { 
	margin: 0;
	float: left;
	width: 727px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	}

#footer {
	clear: both;
	border-top: 1px solid #777777;
	padding: 10px 0 100px 0;
	font-size: 70%;
	font-family: "Trebuchet MS", arial, helvetica, geneva, sans-serif;
	text-align: center;
	}

#navigation {
	width: 703px;
	margin: 0 auto;
	}

/* styles for navigation images */



#home:hover, #about:hover, #food_design:hover, #links:hover, #read:hover, #events:hover, #join:hover, #contact:hover { 
	background-position: 0 -25px;
	}

#home span, #about span, #food_design span, #links span, #read span, #events span, #join span, #contact span {
	display: none;
	}

#home {
	display: block;
	width: 68px;
	height: 25px;
	background: url("../images/rollover_buttons/home.gif") no-repeat 0 0;
	padding-right: 1px;
	float: left;
	}
	

#about	{
	display: block;
	width: 68px;
	height: 25px;
	background: url("../images/rollover_buttons/about.gif") no-repeat 0 0;
	padding-right: 1px;
	float: left;
	}

#food_design {
	display: block;
	width: 129px;
	height: 25px;
	background: url("../images/rollover_buttons/food_design.gif") no-repeat 0 0;
	padding-right: 1px;
	float: left;
	}

#links {
	display: block;
	width: 68px;
	height: 25px;
	background: url("../images/rollover_buttons/links.gif") no-repeat 0 0;
	padding-right: 1px;
	float: left;
	}

#read {
	display: block;
	width: 68px;
	height: 25px;
	background: url("../images/rollover_buttons/read.gif") no-repeat 0 0;
	padding-right: 1px;
	float: left;
	}

#events {
	display: block;
	width: 87px;
	height: 25px;
	background: url("../images/rollover_buttons/events.gif") no-repeat 0 0;
	padding-right: 1px;
	float: left;
	}

#join {
	display: block;
	width: 87px;
	height: 25px;
	background: url("../images/rollover_buttons/join.gif") no-repeat 0 0;
	padding-right: 1px;
	float: left;
	}

#contact {
	display: block;
	width: 119px;
	height: 25px;
	background: url("../images/rollover_buttons/contact_us.gif") no-repeat 0 0;
	float: left;
	}
	
	


	