@charset "UTF-8";
/* CSS Document */
/* html RESET                            	       
================================================*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #323b4c;
	text-decoration: none
}
.container, .navigation, .navbtm, .flash, .footer {
	width: 1000px
}
.container, .header, .main, .content {
	background-color: #fff
}
.header, .navigation, .flash {
	font-size: 11px
}
.header, .navigation, .flash, h1 {
	font-weight: bold
}
.navigation, .navbtm {
	border-bottom: 1px solid #fff
}
.flash, .main, .content {
	float: left
}
.navbtm, .flash {
	background-color: #1e2534
}
.main, .content {
	font-size: 12px;
	line-height: 1.3em
}
.footer, .style1 {
	font-size: 10px
}
/* Page elements                            	       
================================================*/

body {
	line-height: 1;
	background: #323b4c
}
.container {
	margin-top: 15px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	height: 590px
}
.header {
	padding: 3px 0 0 10px;
	width: 990px;
	height: 60px
}
.navigation {
	height: 30px;
	background-color: #323b4c
}
.navbtm {
	height: 16px
}
.flash {
	height: 295px
}
.main {
	padding: 10px 10px 10px 220px;
	width: 770px;
	height: 166px;
	background-image: url(images/pipes.jpg);
	background-repeat: no-repeat;
	background-position: left
}
.content {
	padding: 10px 10px 10px 10px;
	height: 461px
}
.content, content_box {
	width: 980px
}
.content_box {
	height: 456px;
	overflow: auto
}
.footer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right;
	color: #999999
}
.footer a:link, .footer a:visited {
	color: #666666
}
.footer a:hover, .footer a:active {
	color: #999999
}
/* Headings
================================================*/

h1 {
	padding: 30px 0 0 0;
	font-style: italic
}
.style1 {
	color: #94dcce
}
/* Hyperlink Styles
================================================*/

a:hover, a:active {
	color: #ffae00
}

/* End
================================================*/
