html {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #757575 url(../newpage/images/background.gif) repeat-x top;
	font-family: Courier New, monospace, sans-serif;
	font-size: 13 px;
	}
p { 
	margin:0;
	padding:0;
	text-align: justify;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FFCC33;
	}
acronym {
	border-bottom: none;
	}
li{
	font: 13px Courier New, monospace, sans-serif;
	color:#000000;
}

/* specific divs */
#container { 
	width: 976px;
	margin: 0 auto;
	}

#intro {
	width: 976px;
	}


/*quicklunchr spec*/
#menu{
	width: 210px;
	margin: 0px 20px 0px 9px;
	float:left;
}
#quicklunch {
	float:left;
	width: 210px;
	background: url(../newpage/images/menu_bot.jpg) no-repeat bottom left;
	margin: 0px 0px 10px 0px;
	padding-bottom: 9px;
		}
#quicklunch  span{
	float:left;
	width: 100%;
	background: url(../newpage/images/menu_back.jpg) repeat-y;
	}
#quicklunch  p{
	padding: 11px;
	}
#quicklunch_b {
	float:left;
	width: 210px;
	margin: 0;
		}
#quicklunch_banner{
	margin-bottom: 13px;
	border: 0;
	padding-left: 10px;
	}


/*content spec*/
#content {
	width:976px;
	margin: 0;
	background-color: #252525;
	}
#content_data{
	margin-right: 9px;
	float:left;
	text-align: left;
}
#content_cen{
	border: 0;
	}

#content_ban{
	border: 0;
	margin-top: 19px;
	}

#pageHeader {
	width:976px;
	padding-top: 10px;
	margin:0;
}

#pageHeader2 {
	margin:0;
}
	
	
/*footer spec*/
#footer {
	border:0;
	background:url(../newpage/images/bottom.jpg) no-repeat;
	width:976px;
	height: 155px;
}

