body {
	font-family: Arial, Helvetica, sans-serif;
}


/*FONT STYLES*/
#bkcontainer h1, h2, h3, h4, h5, h6, p {
margin:0;
padding:0;
}

#bkcontainer h1 {
	font-size:1.8em;
	color:#16325C;
	padding: 0 0 15px 0;
	}
	
#bkcontainer p {
	font-size:1.2em;
	color:#000;
	padding: 0 0 15px 0;
	}
	
#bkdyk-wrapper p{
	font-size:1.2em;
	color:#FFF;
	padding: 5px 5px 0px 70px;
}


/*CONTAINERS*/
.cl{clear:both;}

#bkcontainer{
	width:558px;
	background-color:#FFFFFF;
	float:left;
	background-image:url(bkimages/bkimagebg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bkleftcontainer{
	float:left;
	width:275px;
}

#bkdyk-wrapper{
	width:274px;
	float:left;
	margin-top:20px;
}
.bkdyk-top{
	width:274px;
	float:left;
	background-image: url(bkimages/bkdyk-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color:#054D95;
}
.bkdyk-bottom{
	width:274px;
	height:13px;
	float:left;
	clear:both;
	background-image: url(bkimages/bkdyk-bottom.gif);
	background-repeat: no-repeat;
}

#whatyougetwrapper{
	width:558px;
	float:left;
	margin-top:90px;
}

.whatyougethead{
	width:558px;
	height:42px;
	float:left;

}

.whatyougetbottom{
	width:558px;
	float:left;
	background-image: url(bkimages/bkwhatyouget-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#ffc10e;

}

#whatyougetwrapper ul{
	margin: 0px 10px 0px 30px;
	padding: 10px 0 50px 0;
}

#whatyougetwrapper li{
		padding: 0px 0px 5px 0px;
		list-style:disc;
		margin-left:0px;
		font-size:1.3em;
		font-weight:bold;
		color: #000;
		}


#bkbutton{
	width:268px;
	height:29px;
	float:left;
	margin: 0 0 0 145px;
	display:inline;
}




