html {
	height:100%;
	background-color: #B0CCD8;
}

body {
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif, lucida grande, tahoma;
	background-color: #B0CCD8;
}

body, html {
	margin:0;
	padding:0;
	text-align:center;
/*	color: #383838; */
	color: #6B6B6B;
	background-image: url(images/bkground.jpg);
	background-repeat: repeat-x;
	background-color: #B0CCD8;
}

/* basic html elements */
ul,ol,li,h1,h2,h3,h4,h5,h6 { margin:0; padding:0; line-height: 1.3em; }
ul,ol,li { margin: 9px;}
img { border:0; }
tr, td { color: black; }
p { line-height: 1.3; }

/* basic links */
a, a:link, a:active, a:visited, a:focus, a:hover {
	text-decoration: none;
	outline: 0;
	color: blue;
}

div#wrapper {
	text-align:left;
	border-top:0;
	/* Following centers content */
	width: 785px;
	margin:0 auto 10px auto;
}

div#maincenterbox {
	margin-top: 10px;
	width: 785px;
	background-color: #B0CCD8;
}

img#bracketimages {
	display: inline;
	float: right;
	margin: 15px
}

img#productdisplay {
	display: inline;
	float: left;
	margin: 10px
}

div#contentbox {
	margin: 13px;
	float: right;
	width: 750px;
/*	border: 1px solid red; */
}

div#clrdiv {
	clear:both;
	height:1px;
}
