.clearFloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.imgLeft {
	float: left;
	margin-right: 12px;
	margin-top: 4px;
	margin-bottom: 12px;
	border: 1px solid #90917D;
}

.imgRight {
	float: right;
	margin-left: 16px;
	margin-top: 4px;
	margin-bottom: 12px;
	border: 1px solid #90917D;
}
#container, #containerBulls {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/interface/bkgrd.png);
	border: 1px solid #210700;
}
#containerBulls {
	background: #F9F5EA;
	margin-bottom: 20px;
}
#photos {
	float: left;
	width: 166px;
}
#leftCol {
	float: left;
	width: 165px;
}
#content {
	float: left;
	width: 495px;
	padding-bottom: 60px;
}
#bullNavigation {
	background: url(images/interface/navBullBkgrd.jpg);
	float: left;
	height: 191px;
	width: 331px;
}
#bullNav {
	float: right;
	height: 111px;
	width: 153px;
	margin-top: 50px;
}
#branding {
	float: left;
	height: 191px;
	width: 659px;
}
#urHere {
	background: url(images/interface/urHereRptr.png);
	float: left;
	height: 33px;
	width: 331px;
}
#aboutNav {
	background: url(images/interface/navRptr.png);
	float: left;
	height: 33px;
	width: 495px;
}
#rtCol {
	float: right;
	height: 400px;
	width: 164px;
}

#contactInfo {
	float: left;
	margin-top: 12px;
	padding: 10px 6px 12px;
	border-top: 1px dotted #993300;
	border-bottom: 1px dotted #993300;
	width: 152px;
}
#content form.bullpen {
	margin-top: 12px;
	margin-left: 195px;
}
#container form.bullpen input {
	width: 265px;
	padding: 1px;
}
#container form.bullpen input#submit {
	width: auto;
	margin-top: 6px;
	float: right;
	margin-right: 30px;
}
#content form.bullpen p {
	margin: 0px;
}
#content form.bullpen label {
	display: block;
	color: #993300;
	padding-top: 5px;
}
.border {
	border: 1px solid #90917D;
}
