body {
	background-color: Silver;
	background-image: url(../images/bg_branches.jpg);
	background-repeat: repeat;
	/*font-family: "Courier New", Courier, sans-serif;*/ 
	font-family:  Arial, sans-serif; 
}

h1{
	color: Black;
	text-align: center;
}

#bottomsection, #topsection, #midsection{
	width:800px;
	margin-left: auto;
	margin-right: auto;
}

#infoframe{
	float: left;
	background-color: #3366CC;
}

#info{
	float: none;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 580px;
	/*height: 500px;*/
	overflow: auto; 
	padding-left:30px; 
	padding-right:30px; 
	padding-top:20px; 
	padding-bottom:20px;
	margin: 2px;
}

#info strong, #info .strong{
	font-style: italic;
}

.photos{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

a:link, a:visited, a:active {
	color: #3366CC;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: Blue;
	text-decoration: none;
}

#titlebar{
	background-color: #3366CC;
	background-image: url(../images/heading.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 115px;
	float: none;
	overflow: hidden;
	margin: 4px 0px 4px 0px;
	padding: 50px 0 0 0;
	}

#titlebar h1{
	color: White;
	text-align: center;
	}

#bottomsection {
	text-align: center;
	font-size: x-small;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 792px;
}