body {
	text-align: center;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	background: url('../images/bodybg.gif');
}

img {
	border: 0;
}

#container {
	width: 1002px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border: 1px solid #CCCCCC;
}

#header {
	width: 1000px;
}

	#address {
		text-align: left;
		font-size: 10pt;
		position: relative;
		top: -45px;
		left: 15px;
	}

#menu {
	width: 200px;
	text-align: left;
	margin-top: -25px;
	float: left;
}

	#menu a {
		display: block;
		color: #FFFFFF;
		text-decoration: none;
		height: 42px;
		width: 200px;
		padding-left: 20px;
		line-height: 2.5em;
	}

	#menu a.top {
		background: url('../images/menubg_top.gif') no-repeat;
	}	

		#menu a.top:hover {
			background: url('../images/menubg_top-hover.gif') no-repeat;
		}

	#menu a.middle {
		background: url('../images/menubg_middle.gif') no-repeat;
	}

		#menu a.middle:hover {
			background: url('../images/menubg_middle-hover.gif') no-repeat;
		}

	#menu a.bottom {
		background: url('../images/menubg_bottom.gif') no-repeat;
	}

		#menu a.bottom:hover {
			background: url('../images/menubg_bottom-hover.gif') no-repeat;
		}

#content-ie {
	margin-top: 20px;
}

#content {
	width: 785px;
	text-align: left;
	margin-top: -50px;
	float: right;
	margin-left: 15px;
}

img.in-line {
	float: right;
	clear: both;
}

#stocklabels table {
	text-align: center;
	border: 0;
}

#stocklabels td {
	text-align: center;
	border: 1px solid #888888;
	width: 130px;
}

#stocklabels tr {
	text-align: center;
}

#stocklabels th {
	border: 0;
}

#customlabels {
	padding: 15px;
}

#footer-ie {
	position: relative;
	top: -40px;
}

#footer {
	width: 1000px;
	background-color: #CCCCCC;
	clear: both;
	position: relative;
	top: 50px;
	border: 1px solid #888888;
}

	#footer a {
		text-decoration: none;
	}
