/* Style sheet for bradleyre.com */

/* Put the black border around all pages. */
body {
	margin: 0px;
	border: 6px solid #000000;
	position: absolute;
	visibility: visible;
	z-index: 2;
	width: 730px;
	padding: 10px;
}

/* Place the nav bar to the upper left corner of the screen. */        
.menuBar {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 750px;
	background-color: #CC3333;
}

.contactBar {
	position: absolute;
	z-index: 2;
	bottom: -1px;
	left: 0px;
	width: 750px;
	background-color: #CC3333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}

/* Hidden text. */
.hidden {
	color: #FFFFFF;
}

/* Most of the page content. */
.content {
	font-family: Arial, Helvetica, sans-serif;
}

/* For small notes. */
.smallnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

/* For large bold text. */
.largebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}

/* set up the scrollbar colors.  For IE 5.5 or better only
html {
	scrollbar-base-color: #FF9999;
	scrollbar-arrow-color: #FFFFFF;
} */
	
