﻿html, body { height:100%; }
body {
	font-family: Verdana, Arial, sans-serif;	
	background: url(../images/body-bg.gif) repeat-x;
}
#page {
	margin: 0 auto;	
	width: 780px;
	min-height: 100%;
	height:auto !important; 
	height:100%; 
	background: url(../images/bg-page.png) repeat-y;
	padding: 0px 35px;
	text-align: left;
	position: relative;
}
.header, ul#icons, #leftCol, #rightCol dl, #popup-nws, #popup-tell, #popup-login, #footer, .crossSell1, .crossSell2, .crossSell3, .crossSell4 {
	display: none;
}
#intro img {
	margin: 0.2em 1em 0 0;
}
#page .left {
	float: left;
}
#page .right {
	float: right;
}
#page p {
	color: #666;
	padding: 0.7em;
}	
#page a {
	text-decoration: none;
	color: #043453;
}
#page a:active {
	outline: none;
}
#page table {
	margin: 10px 0;
}
#page #contentCol {
	width: 600px;
}
#page #contentCol ul {
	list-style-position:inside;
}

#page #contentCol ul li {
	display: list-item;
	list-style:url(../images/ico-bullet.gif);
	margin: 5px 20px 5px 22px;
	padding: 0px;
}

#footer {
	clear: both;
	width: 780px;
	margin: 0 auto;
	padding: 2em 0;
	position: relative;
	bottom: 0;
}
#contentCol {
	width: 600px;
}