* {
	margin: 0px;
	padding: 0px;
}
	
body {
	padding-top: 1px;
	background-color: #000000;
	font-family: arial, helvetica;
	font-size: small;
	color: #000000;
	text-align: center;
}

a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:active, a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	}

hr	{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
	clear: both;
}	
	
#container {
	margin: 0px auto;
	width: 750px;
	text-align: left;
}

#header {
	background-image: url(../images/banner.jpg);
	height: 80px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	clear: both;
}

#navigation {
	background-color: #80ac68;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 100%;
	/* ^ do we need this for Firefox..?  */
	height: 34px;
	text-align: center;
	fOLat: left;
	cELar: both;
	/* ^ do we need these..?  */
}

#navigation .hi {
	background-color: #ff9304;
}

#navigation p {
	height: 18px;
	padding: 8px 10px 8px 10px;
	border-right: 1px solid #000000;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
}

#navigation a:link {
	text-decoration: underline;
	color: #FFFFFF;
}

#navigation a:active,
#navigation a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

#navigation a:hover {
	text-decoration: none;
	}

#main {
	background-image: url(../images/background.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
	padding: 10px;
	wDIth: 100%;
	/* ^ this is/was causing big problems...  */
	min-height: 500px;
	overflow: auto;
	/* ^ this prevents manual scrolling...?  */
	cELar: both;
}

#main h1 {
	margin-bottom: 15px;
	font-size: 120%;
}

#main h2 {
	font-size: 100%;
	margin-bottom: 15px;
}

#main p {
	margin-bottom: 15px;
}

#main img {
	border: 1px solid #AAAAAA;
	padding: 2px;
}

#main .concorde {
	margin-top: 38px;
	margin-left: 15px;
	float: right;
}

#disc_a {
	border: 1px solid #AAAAAA;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 5px;
	width: 130px;
	height: 165px;
	font-size: 100%;
	text-align: center;
	float: left;
}

#disc_s {
	border: 1px solid #AAAAAA;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 5px;
	width: 130px;
	hIEght: 165px;
	font-size: 100%;
	text-align: center;
	float: left;
    }

#disc_a img, #disc_s img {
	/*
	filter: gray;
	*/
	width: 100px;
	height: 100px;
}

#disc_a h3, #disc_s h3 {
	margin-top: 0px;
	font-size: 100%;
}

#disc_a h3 em, #disc_s h3 em {
	font-style: normal;
	font-size: 85%;
}

#disc_a p, #disc_s p {
	margin-top: 0px;
	margin: 0px;
	font-size: 80%;
}

