body {
	margin: 0px;
	font-family: sans-serif;
	background-color: #bdbdbd;
	text-align: center; 
    scrollbar-arrow-color: black;
    scrollbar-base-color: #cacaca;
    scrollbar-track-color: #cacaca;
	}
	
img {
	border:1px solid black;
	}	
	
#container {
	width: 780px;
	background: #bdbdbd;
	margin: 0px auto; 
	border: none; 
	text-align: left;
	color: #000000;
	}
#container p, ul, td {
	font-size: 12px; 
	}
#container h1 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	}
#container h2 {
	font-size: 14px;
	font-weight: bold;
	}
#container h3 {
	font-size: 12px;
	font-weight:bold;
	}	
	
#container a {
	color: #000000;
	text-decoration: underline;
	}
#container a:hover {
	color: #ff0000;
	text-decoration: underline; 
	}

#header {
	position: relative;
	width: 780px;
	height: 106px;
	background-image: url('/material/ejj-intro.jpg');
	background-repeat: no-repeat;
	margin: 0px auto;
	border: medium none;
	text-align: left; }
	
/* mantra: place an absolutely positioned element inside a relatively positioned container */
/* ------  this makes the menu work for both IE and Mozilla                                */
	
#menu {
	color: #000000;
	text-align:center;
	padding-top:30px;
}
#menu a {
	color: #000000;
	text-decoration: none; }
#menu a:hover {
	color: #606060;
	text-decoration: none; }
.wide {
	padding-top: 0px;
	width: 700px;
	margin-left: 40px; }
.wide form {
	padding-left:105px;
	}	
	
.horizontal {
	padding-top:0px;
	width:702px;
	text-align:left;
	margin-left: 38px; }	

#gallery {
	margin-left:20px;
	}
#gallery a {
	text-decoration:underline;
}

#column1 { margin-left: 40px; }
#column2 { margin-left: 20px; }

#column1, #column2 {
	color: #000000;
	display: inline;
	padding-top: 0px;
	float: left;
	width: 340px;
	}
#column1 a, #column2 a {
	color: #000000;
	text-decoration: underline;
	}
#column1 a:hover, #column2 a:hover {
	color: #606060;
	text-decoration: none; 
	}

	
.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	line-height: 1px;
	margin-top:-1px; 
	}
	
#footer {
	width: 780px;
	height: 74px;
	margin-top:0px;
	margin-left: 0px;
	text-align: center;
	font-size: 6px;
	color:#000000;
	background #000000;
	border: medium none; }
	
#footer a:hover {
	color: #606060;
	text-decoration:none;
}	
	
	