﻿@import url('top_border.css'); 
@import url('banner.css');
@import url('banner_buffer.css');
@import url('content.css');
@import url('footer_buffer.css');
@import url('footer.css');
@import url('bottom_border.css');
@import url('top_menu.css');
@import url('top_menu_buffer.css');
@import url('equipment_2_col.css');
@import url('data_list.css');
@import url('equipment_hyperlink.css');
@import url('contact_2_col.css');
body {
	font-family: Verdana;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url('../graphics/css_graphics/gasring.jpg');
	background-repeat: repeat;
}




#mainbody {
	font: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	background-attachment: fixed;
	background-image: url('../graphics/css_graphics/gasring.jpg');
	background-repeat: repeat;
}

#container {
	min-height: 400px;
	padding: 0;
	width: 1000px;
	margin: 0 auto;
	background-color: #fafaff;
	padding: 0 0px 0 0px;
	border: 0;
	border-right: 0px solid #595959;
	border-bottom: 0px solid #595959;
	border-left: 0px solid #595959;
}
h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
}

h3 {
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
}

h4 {
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #071871;
}
A:link {
	text-decoration: underline;
	color: #162EAE;
}
A:visited {
	text-decoration: underline;
	color: #4A60D7;
}
A:active {
	text-decoration: underline;
	color: #071871;
}
A:hover {
	text-decoration: underline;
	color: #A67600;
}
#bannertext {
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #071871;
	line-height: 24px;
}

