@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background-image:url(../_img/bgrd.png);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	box-shadow: 0.2em 0.2em #000;
	-moz-box-shadow: 0 0 1em #000;
	-webkit-box-shadow: 0 0 1em #000;
	
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header {
	height:211px;
	background-image:url(../_img/header.png);
	background-repeat:no-repeat;
	background-color:#660000;
}


#leftContent {
	padding-left:15px;
	width: 490px;
}


#leftContent h1 {
	font-size:21px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:-5px;
	
}

#leftContent .bantHeading {
	font-family:"Times New Roman", Times, serif;
	font-size:1.25em;
	font-style:italic;	
	color:#990000;
	font-weight:bold;
}


#leftContent .bantHeading2 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.25em;
	font-style:italic;	
	color:#000000;
	font-weight:bold;
}

#leftContent img {
	border:none;	
}

#rightContent {
	background-image:url(../_img/bantApp.png);
	background-repeat:no-repeat;
	padding-top: 98px;
	padding-bottom: 200px;
	position:relative;
	left:560px;
	top:30px;
	width:315px; 
	height:300px; 
}

#rightContent #iphone-vid {
	position:inherit;
	left:42px;
	}
	


#rightContent img{
	border:none;
	padding-bottom:10px;
}



#logos {
	padding-top: 15px;
	padding-bottom: 60px;
	}
	
#logos .imagePad {
	padding-right: 30px;
}

#footer {
	font-size:.75em;
	color:#666666;
	padding: 15px;
	background-color:#CCCCCC;
}


#footer a {
	text-decoration:none;
	color:#666666;
	padding: 5px;
}

#footer a:hover {
	text-decoration:underline;
	color:#000000;
	padding: 5px;
}