/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

body {
	font-size: 75%;
	font-family: Helvetica;
}

#cell_wrapper {
	height:auto; 
	width:250px;
}
#cell_top {
	 height: auto;
}
#cell_center {
	 height: 155px;
	 position: relative;
	 overflow: visible;
}
#cell_bottom {
	height: auto;
	width: 190px;
}
#cell_separator {
	 width:100%;
	 height: 0px;
}

#wrapper {
	background: url("images/bkdwlogo2c.jpg") no-repeat scroll 0 0 transparent;
	width: 1128px;
	margin: 0 auto;
	height: auto;
	position: relative;
}

#nav {
/*	padding-top: 76px;*/
	font-weight: bold;
	position: absolute;
}

#nav ul li {
	background: url('images/bluebutton.jpg') no-repeat;
	background-color: #6199CA;
	text-align:center;
	float:left;
	list-style:none;
	width: 141px;
	height: 22px;
	padding-top: 2px;
	overflow: hidden;
}

#nav a {
	color: #fff;
	text-decoration:none;
}

#nav a:hover {
	text-decoration:underline;
}

#content {
	margin-top: 24px;
}

a {
		color: #6199CC;
		text-decoration:none;
}

a:hover {
	text-decoration:underline;
		color: #FFA841;
}


h1 {
	font-family: Palatino;
	font-size: 30px;
	color: #6199CC;
	text-transform:uppercase;
	margin-bottom: 20px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	  line-height: 1.1em;
}

p {
	margin-bottom: 1em;
	line-height: 1.4em;
}

.orange {
	color: #FFA841;
	font-family: Palatino;
	font-weight:bold;
}


#left-column {
	float:left;
	width: 600px;
	padding: 30px 40px 20px 60px;
}

#right-column {
	float:left;
	color: #6199CC;
	padding: 60px 40px 20px 0px;
	font-size: 20px;
	width: 380px;
}

#right-column ul {
	margin-left: 15px;
	font-size: 14px;
}

#right-column td {
vertical-align:top;
padding-right: 10px;
padding-bottom: 20px;}

#module {
	text-align:center;
	font-family: Palatino;
	font-size: 9px;
}

#module2 {
	text-align:center;
	font-family: Palatino;
	font-size: 9px;
	width: 600px;
	
}

#module table {
	margin: 0 auto;
}

#module td{
	width: 220px;
	padding: 0 20px;
	vertical-align:top;
}

#module p {
	margin-top: 10px;
}


.img-left {
	float:left;
	margin: 0 10px 10px 0;
}

h4 {
	font-size: 15px;
		color: #6199CC;
}

.orange-small {
	color: #FFA841;
	font-size: 14px;
	font-family: Palatino;
}

.author {
	text-transform:uppercase;
}

.prices {
font-family: Helvetica;
    line-height: 1.5;
    clear:both;
}

.blue {
	color: #0099DF;
}

.green {
	color: #0C9F00;
}

#footer-top {
background-color: #FFE49D;
margin-bottom: 30px;
margin-top: 30px;
}


#footer-top li {
list-style:none;
float:left;
text-align:center;
font-weight: bold;
width: 141px;
padding: 5px 0;
}

#footer-bottom {
	text-align:center;
		color: #6199CC;
		font-weight: bold;
}