* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
.alignRight {
	float: right;
}
.tempShadow {
	background-image: url(../images/tem_shadow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content {
	display: block;
	width: 908px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 52px;
	position: relative;
	background-image: url(../images/logo_manuf.gif);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 284px;
}
#leftNav {
	background-color: #E3F0F6;
	height: 230px;
	width: 180px;
	padding: 6px;
	list-style-type: none;
	float: left;
	margin: 0px;
}
#leftNav li {
	display: block;
	margin-bottom: 12px;
	padding: 3px;
}
#leftNav   li.nolink   {
	color: #FFFFFF;
	background-color: #EC4E48;
}

#leftNav a {
	color: #283555;
	text-decoration: none;
	background-color: #E3F0F6;
}
#leftNav a:hover {
	text-decoration: underline;
}



.logoPos {
	margin: 52px 0px 22px;
	clear: both;
}
.navigation {
	display: block;
	margin: 0px 0px 0px 20px;
	clear: both;
	width: 700px;
}
#footer {
	font-size: x-small;
	color: #FFFFFF;
	display: block;
	width: 623px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 20px;
}
#footer a {
	font-size: x-small;
	color: #FFFFFF;
}
#textPanel {
	font-size: small;
	display: block;
	width: 600px;
	float: left;
	margin-left: 20px;
}
#picPanel {
	background-color: #B9D1DC;
	display: inline;
	width: 190px;
	padding: 3px;
	float: left;
}
#picPanel p {
	font-size: x-small;
	display: block;
	margin: 4px 0px 0px;
	text-align: center;
}
#content h1 {
	font-size: 120%;
	font-weight: bold;
	color: #CC8C53;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

#content h2 {
	font-size: small;
	font-weight: bold;
	display: block;
	margin: 0px;
	clear: both;
}
#content p {
	display: block;
	margin-bottom: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#content ul {
	list-style-position: inside;
	margin-bottom: 12px;
}

.floatLeft {
	float: left;
}
.triplist {
	display: inline;
	width: 137px;
	float: left;
}
.split {
	display: block;
	clear: both;
	width: 100%;
}
