body {
	background: #0033CC url(images/bg_hatch5_50_33.gif);
	text-align: center;
	margin: 0px;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
}
#container {
	text-align: left;
	width: 760px;
	border-right: 3px solid #0033CC;
	border-left: 3px solid #0033CC;
	margin-right: auto;
	margin-left: auto;
	background: #fffae6;
}
#banner {
	width: 760px;
	border-bottom: 2px solid #0033CC;
	border-top: 2px solid #0033cc;
	background: url(images/bg_banner.jpg) repeat-x;
}
#banner h1 span {
	display: none;
}

#banner .imgleft {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
	margin-left: 8px;
}
#banner .imgright {
	margin: 8px 0px 5px 93px;
}	
#pics {
	width: 760px;
	border-bottom: 2px solid #0033CC;
}
#menu {
	float: left;
	width: 170px;
	margin-top: 1em;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	/*font-weight: bold;*/
}
/*#menu ul {
	list-style: none;
	margin-left: 5px;
}*/

#content {
	float: right;
	width: 550px;
	margin-top: 1em;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#content ul {
	margin-top: 0px;
}

#content h2 {
	font-size: 1.6em;
	margin-top: 0em;
	margin-bottom: 0.1em;
	background: url(images/o_line.gif) no-repeat left bottom;
	padding-left: 16px;
	border-bottom: 2px;
}
#content h3 {
	font-size: 1.2em;
	margin-bottom: .2em;
}
#content h4 {
	font-size: 1em;
	margin-bottom: .2em;
}

#content p {
	font-size: 1em;
	margin-top: 0em;
}
#content p + ul {
	padding-top: 0px;
	margin-top: -14px;
}

#content .imgleft {
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
}
#content .imgright {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}
#content .clearimg {
	clear: both;
}
#content .cafeteria {
	background-color: #FFFAE6;
	border: solid 2px #0033CC;
	border-right: solid 1px #0033cc;
	border-bottom: solid 1px #0033cc;
	font-size: .9em;
}
.cafeteria td {
	border-right: solid 1px	#0033cc;
	border-bottom: solid 1px #0033cc;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
}

#footer {
	width: 760px;
	border-top: thin double #0033CC;
	border-bottom: 3px solid #0033CC;
	clear: both;
	padding: 5px 0px 2px 0px;
}
#footer address {
	font-size: .8em;
	padding: 0px 20px 0px 10px;
}
.extraleftmargin {
	margin-left: 25px;
}
