/* Web Styles for Branham High School Alumni Page */


body {
	background-color:#FFFFFF;
	background-image:url(bhs_background.gif)
}

/* Outermost container for all blocks, default size is 1002 x whatever size the screen supports */
/* Top and bottom margin of 3px + single line border all round */
#outer_container {
	width:963px;
	text-align: left;
	margin:5px;
}


/* Page footer style */
#footer{
	height: 50px;
	width: 763px;
	clear:both;
}

/* Main Left Column */
#main_left_twocolumn {
	width: 128px;
	float: left;
	display: inline;
	text-align:center;
}

/* Main Right Column */
#main_right_twocolumn {
	width: 789px;
	margin-left:2px;
	float: right;
	display: inline;
}

/* Padding and other styles for secondary nav bar */
#leftnavinfo {
	padding: 10px 3px;
	line-height: 2em;
	font-weight: bold;
}

/* Main Info padding */
#maininfo {
    padding: 10px 10px;
}


