/** BASIC */


/** columnA is right side content */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/new_img02c.gif) repeat-x left top;
	line-height: 20px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

/**
<img src="images/winter_glacier_500px.jpg" alt="farm tractor oil heater" style="border: 3px solid #ccc;" />
*/


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: blue;
	text-decoration: none;
}

a:visited {color:purple}

a:hover {
	background: gray;;
	color: white;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/** HEADER */

#header {
	width: 778px;
	margin: 0px auto;
	height: 40px;
	background-color: black;
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: white;
}

#header p {
	margin: -50px;
	padding: 10px 45px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14pt;
	color: yellow;
}

#header a {
	color: yellow;
	text-decoration: none;
}

#header a:visited {color:yellow}

#header a:hover {
	color: white;
}


/** MENU */

#menu {
	width: 778px;
	margin: 10px auto;
}

#menu h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}

#menu h2 {
	margin: 0 0 0 -80px;
	padding: 20px 5px 0px 85px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: white;
}

#menu p {
	margin: 0 0 0 -80px;
	padding: 20px 5px 0px 85px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: white;
}


/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	padding: 4px 0px 20px 0px;
}

#columnA {
	float: right;
	width: 538px;
	padding-left: 20px;
	border-left: 1px solid black;
}


/**
#columnA img {
   border: 3px solid grey;
}
*/

#columnA h1 {
	font-weight: bold;
	color: black;
}

#columnA h2 {
	height: 22px;
	border-bottom: 1px dashed black;
	font-size: 12pt;
	font-weight: bold;
}

#columnA h4 {
	font-size: 12pt;
	font-weight: bold;
}

#columnA h5 {
	height: 18px;
/**	border-bottom: 1px dashed black; */
	font-size: 12pt;
	font-weight: bold;
}


#columnB {
	float: left;
	width: 200px;
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px solid black;
	border-spacing: 2px;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
}

#columnB a:hover {
	background: gray;;
	color: yellow;
}

#columnB hr {
border: 0;
background-color: black;
height: 1px;
width: 100%;
}


/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	background: url(images/img03a.gif) repeat-x left top;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	font-size: 10px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

#footer a {
	color: #CCCCCC;
}