* {margin: 0; padding: 0}

body {
	font: 12px/16px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
}

#container {
	margin: 0 auto;
	width: 760px;
	background: #dbdbde url(images/bg-filler.jpg) repeat-y;
	min-height: 650px;
	height:auto !important;
	height: 650px;
	position: relative;
}
#header { height: 130px; width: 760px;}
#nav {
	height: 19px;
	width: 750px;
	background: #1b1d7b url(images/nav-bg.jpg) no-repeat;
	color: #FFFFFF;
	text-align: right;
	padding: 12px 10px 0px 0px;
}
#leftNav {
	height: 213px;
	width: 154px;
	background: url(images/left-nav-bg.jpg) no-repeat;
	float: left;
	color: #FFFFFF;
	padding: 5px 0px 0px 5px;
}
#leftNav ul {margin-top: 0px;}
#leftNav li {
	line-height: 2.25em;
	border-top: 1px none #5e61a2;
	border-right: 1px none #5e61a2;
	border-bottom: 1px solid #5e61a2;
	border-left: 1px none #5e61a2;
}
#mainContent {
	float: right;
	width: 565px;
	padding: 10px 20px 5px 0px;
}
#footer {
	height: 15px;
	width: 760px;
	background: #0f126e url(images/footer-bg.jpg) no-repeat;
	margin: 0 auto;
}
p {margin-bottom: 10px; margin-top: 5px;}
hr {
	color: #000;
	background: #000;
	border: 0;
	height: 1px;
}
#service-img {position: absolute; left: 0px; bottom: 0px; height: 261px; width: 159px;}
#brand-logos {
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
}
#promo-area {
	width: 570px;
	float: right;
	margin: 10px 0px 0px 30px;
}
#copyright {width: 760px; margin: 0 auto; color: #000; font-size: 10px; text-align: center;}
.promobox {float: left; width: 160px; margin-right: 10px;}
.boxheader {
	background: #5c60cf;
	color: #FFF;
	height: 17px;
	font-weight: bold;
	padding: 5px 0px 3px 10px;
}
ul {
	list-style: none;
	margin: 10px 0px 0px;
}
a:link {color: #fff; text-decoration: none;}
a:visited {color: #fff; text-decoration: none;}
a:hover {color: #a4f0f3; text-decoration: none;}
a:active {color: #fff; text-decoration: none;}