

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/image_01.gif) repeat-x;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

h1, h2, h3, h4, h5 {
	margin: 0;
    color: #FF0000;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.0em;
}

h4 {
	 color: #FF0000;
}

h5 {
	 font-size: 10px;
	 font-style: italic;
}

img {
	border: none;
}

p, ul, ol {
	margin-top: 0;
	padding-top: 0;
	line-height: 120%;
}

ul, ol {
	color: #3A3131;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: square;
	list-style-position: inside;
}

ul.spaced li{
	padding-bottom: 7px;
}

ol {
	margin-left: 0;
	padding-left: 1em;
}

a:link, a:active {
	text-decoration: none;
	color: #FF0000;
}

a:visited, a:hover {
	text-decoration: underline;
	color: #FF9000;
}

/* Gas Header */

#header {
	height: 116px;
	margin-bottom: 20px;
	padding-top: none;
	background: none;
}

#header * {
	text-align: center;
	text-decoration: none;
	color: #FF0000;
}

#header h1 {
	letter-spacing: -2px;
	font-size: 48px;
}

#header h2 {
	letter-spacing: normal;
	font-size: 12px;
	
}


#header h4 {
	letter-spacing: normal;
	font-size: 16px;
	color: #FF0000;
}


#header h5 {
	letter-spacing: normal;
	font-size: 10px;
	font-style: italic;
	
}



/* Gas Content */

#content {
	width: 800px;
	margin: 0 auto;
}



#colTwo {
	float: left;
	width: 800px;
	
}


/* Gas Footer */

#footer {
	clear: both;
	padding: 20px;
	background: #FFF4E8 url(images/image_01.gif) repeat-x 0px -120px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
}

/* Gas Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 0;
}

.boxed .content {
	padding: 20px;
	background: none repeat-x;
}

.boxed .image {
	float: left;
	margin: 5px 20px 20px 20px;
}

.boxed .imageRight {
	float: right;
	margin: 5px 20px 20px 20px;
}