body {
	min-width: 900px;
	font-family: Verdana, Geneva, sans-serif;
	height: 100%;
	width: 100%;
	background-color: #033;
}

#bodyBox {
	background-image: url(../img/top_header_bg_1.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	position: relative;
	width: 100%;
	height: 250px;
	
	/*experimental*/
	/*border: 1px #FF0 solid;*/
	float: left;
}

body, div, p, img, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, img {
	margin: 0px;
	padding: 0px;
}

.boldCopy {
		font-weight: 900;
}
