*{
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height:100%;
}
p{
	margin-bottom: 10px;
}
a img{
	border: 0px;
}
a, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #041968;
}

h2{
	margin-bottom: 10px;
	font-size:16px;
	text-decoration: underline;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width:	780px;
}
#header {
	background: transparent url(images/header.jpg) no-repeat;
	height: 115px;
}
#menu {
	font-family: Arial Narrow, Arial, Verdana, sans-serif;
	background: #0AA2F9;
	padding-left: 18px;
	font-weight: bold;
	line-height: 18px;
	font-size: 14px;
	height: 20px;
	letter-spacing: 1px;
}
#menu a{
	margin-left: 10px;
	margin-right: 10px;
}
#main {
	min-height: 280px;
	height:auto !important;
	height:280px;
	background-color: #024F7C;
}
#content{
	padding-left: 30px;
	padding-top: 50px;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
}
#contentmsds{
	padding-left: 30px;
	padding-top: 50px;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	background: #041968 url(../images/msds_bg.jpg) no-repeat;;
}

#content a:hover {
	color: #F78F1E;
}
#footer {
	padding-left: 30px;
	padding-top: 5px;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	background: #024F7C url(images/footer.gif) no-repeat;
	height: 140px;
}
#footer_mark{
	background: #024F7C;
	padding: 5px;
	padding-right: 10px;
	line-height: 12px;
	font-size: 9px;
	text-align: right;
}
#purex_logo{
	background: transparent url(images/purex_logo.png) no-repeat;
	height: 110px;
	width: 160px;
	margin-top: -233px;
	margin-left: 590px;
}
.orangetext {color: #F78F1E}

