html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: arial, tahoma, Verdana, sans-serif;
	text-align: center;
	color: #ffffff;
	background: url(images/img-background.gif);
	font-size: 80%;
}

h1 {
	font-size: 140%;
}

h2 {
    font-size: 120%;
}

a {
	color: #30c70e;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 22px;
}

ul {
	margin-top: 25px;
}

li {
	background: url(images/bullet.png) no-repeat;
	margin-bottom: 10px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 25px;
}
		
#container {
	margin: 0 auto;
	width: 900px; 
	min-height: 100%;
	text-align: left;
	position: relative;
	border: 0px solid orange;
}

*html #container {
	height: 100%;
}

#header {
	height: 230px;
	width: 100%;
	margin: 0px 0px 5px 0px;
	margin: 0 auto;
	text-align: center;
}

#headerContent {
	width: 717px;
	height: 214px;
	border: 1px solid #30c70e;
	margin-top: 10px;
}

#navigation {
	width: 711px;
	height: 51px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	background: #030f94 url(images/img-phone-background.gif) no-repeat;
	background-position: right;
	margin-bottom: -1px;
	margin-top: 2px;
}

#content {
	width: 715px;
	margin-left: 5px;
	margin-top: 10px;
	border: 0px solid purple;
}

#leftColumn {
	width: 160px;
	border: 0px solid red;
	float: left;
	padding-left: 5px;
	min-height: 100%;
}

#rightColumn {
	width: 730px;
	border: 0px solid blue;
	overflow: hidden;
	
}

#footer	{
	position:absolute;
	bottom: 0px;
	width: 760px;
	background: url(images/img-footer-background.gif) no-repeat;
	background-position: 5px 0px;
	height: 68px;
}

#footerContent {
	height: 44px;
	margin-top: 5px;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#clearfooter {
	height: 67px;
	width: 100%;
	clear: both;
}

#supplierAltTag {
    position: absolute; 
    border: 1px solid red; 
    margin: -45px 0px 0px -145px; 
    width: 130px; 
    height: 215px;
}

.supplierTag {
    width: 130px;
    height: 66px;
    border: 0px solid blue;
    margin-bottom: 5px;
}

.imgBorder {
    border: 1px solid #30c70e;
    padding: 2px;
}

#ticker {
	width: 150px;
	height: 250px;
	padding: 2px;
}

.newsscroller {
	font-weight: normal;
	font-size: 85%;
}

* { behavior: url(iepngfix.htc) }
