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

html,body {
height: 100%
}

body
{
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	/* background-color, background-image, background-repeat, background-attachment, background-position*/
	background: #de9100 url(../images/main_bgrd.jpg) no-repeat fixed center;
	text-align: center;
}

#wrap
{
	width: 809px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-style: solid;
  	border-color: #d0a400;
	border-width: 0px 2px;
}

#header
{
	background: #FFFFFF url(../images/header_mit_logo.jpg) no-repeat;
	height: 99px;
}

#bannerwildcard
{
	margin-right: 340px;
	margin-top: 19px;
}

#overview
{
	text-align: left;
	margin: 0px auto;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#products
{
	width: 187px;
	height: 250px;
	margin-left: 31px;
	background-color: #372879;
	float: left;
	border-right: 1px solid #958db8;
}

#bistro
{
	width: 183px;
	height: 250px;
	margin-left: 9px;
	background-color: #372879;
	float: left;
	border-style: solid;
  	border-color: #958db8;
	border-width: 0px 1px;
}

#aboutus
{
	width: 183px;
	height: 250px;
	margin-left: 9px;
	background-color: #372879;
	float: left;
	border-left: 1px solid #958db8;	
}

#demeter
{
	width: 169px;
	height: 250px;
	margin-left: 9px;
	background-color: #f2f2f2;
	border-style: solid;
  	border-color: #e8e6ef;
	border-width: 0px 1px;	
	float: left;	
}

.overviewpic
{
	margin-left: -1px;
}

#clear
{
	clear: both;
	margin-top: -10px;
}

#content
{
	text-align: left;
	margin-left: 31px;	
}

a.nlink:link { color: #527FD2; text-decoration: underline;}
a.nlink:visited { color: #527FD2; text-decoration: underline;}
a.nlink:active { color: #527FD2; text-decoration: underline;}

.floatright 
{
	float: right;
	margin-right: 25px;
	margin-left: 10px;
}

.normallink
{
	font-size: 90%;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

.productsheadline
{
	color: #ffc900;
	font-size: 12px;
	font-weight: bolder;
	margin-bottom: -3px;
}

.newstbl td
{
	border-bottom: grey 1px solid;
	padding-bottom: 3px;
	padding-top: 3px;	
}
