* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	background: #DDDDDD;
	color: #000;
	font-style: normal;
	font-weight: bold;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}




/*----- Container for entire page ------*/

#page-container {
	width: 900px;
	margin: auto;
	background: url(images/image2d.jpg) repeat-y;
	border: 1px solid #000;	
}

/*----- Header -----*/

#banner {
	background-image: url(images/banner.jpg);
	height: 150px;
}

/*----- Menu -----*/

#menu {
	height: 50px;
	padding: 5 px;
	border-top: 1px solid #000;
	font-size: 16px;
	font-weight: bold;
}

/*----- UL -----*/

ul {
	float: left;
	list-style: none;
	height: 75px;
	width: 900px;
	background: url(images/image1b.jpg) repeat-x;
}

/*----- UL LI -----*/

ul li{
	float: left;
}

/*----- UL A -----*/

ul a {
	display: block;
	padding: 0 2.75em;
	line-height: 3em;
	text-decoration: none;
	color: #FFF;
	background: url(images/divider2.png) no-repeat left top;
}

/*----- UL A -----*/

ul .first a {
	background: none;
}



/*----- POP UP MENU STUFF -----*/
/*
ul li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	top: 0;
	left: 0;
	left: 100%;
	width: 100%;
	background: none;
}

#menu ul ul li {
	background: none;
}

#menu ul ul a {
	background: none;
}

#menu ul ul {
	background: none;
}

#menu ul ul,
#menu ul li:hover ul ul {
	display: none;
}

#menu ul li:hover ul,
#menu ul ul li:hover ul  { 
	display: block; 
}
*/
/*----- END POP UP MENU STUFF -----*/



/*----- Left Navigation -----*/

#left-nav {
	float: left;
	width: 180px;
	padding: 20px;
	line-height: 25px;
	color: #000000;
	font-weight: bold;
}

/*----- DL A -----*/

dl a {
	display: block;
	width: 180 px;
	border-bottom: 1px dashed #333;
	color: #FFF;
	text-decoration: none;
}

/*----- DL .BIDS -----*/

dl .last a{
	border-bottom: none;
}

/*----- DL A -----*/

dl a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/*----- Content -----*/

#content {
	margin-left: 220px;
	padding: 10px;
	background: #FFFFFF;
}

/*----- Footer -----*/

#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	height: 75px;
	border-top: 1px solid #000;	
}

h2  {
	font: Verdana, Geneva, sans-serif;
}

