@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(../images/Background.gif);
}
.oneColFixCtr #container {
	width: 600px; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #b9d469;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.brianm {
	margin-top: -40px;
	margin-bottom: -40px;
}

.oneColFixCtr #mainContent {


}
.biobckgrnd {
	height: 800px;
	width: 600px;
	background-image: url(../images/Brian.png);
	background-repeat: no-repeat;
	margin-top: -20px;
}
.biobox {
	background-color: #fccc38;
	margin-right: 20px;
	margin-left: 20px;
	border: 3px solid #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 20px;
}
a {
	color: #000000;
}
.citrus {
	margin-bottom: 20px;
}
.biophoto {
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	border: 3px solid #000000;
}
.backbutton {
	border: 2px solid #000000;
}
.biobckgrndty {
	background-image: url(../images/Ty.png);
	height: 800px;
	width: 600px;
	background-repeat: no-repeat;
	margin-top: -20px;
}
.biobckgrndbyron {
	background-image: url(../images/byron.png);
	background-repeat: no-repeat;
	height: 800px;
	width: 600px;
	margin-top: -20px;
}
.biobckgrndaustin {
	background-image: url(../images/austin.png);
	background-repeat: no-repeat;
	height: 800px;
	width: 600px;
	margin-top: -20px;
}
.biobckgrndskinner {
	background-image: url(../images/skinner.png);
	background-repeat: no-repeat;
	height: 800px;
	width: 600px;
	margin-top: -20px;
}
.biobckgrndotto {
	background-image: url(../images/otto.png);
	background-repeat: no-repeat;
	height: 800px;
	width: 600px;
	margin-top: -20px;
}
.photo {
	border: 5px dashed #E8A720;
	padding: 2px;
}
