@charset "UTF-8";
/* CSS Document */

body {
text-align: center; /* center things in pre-IE6 */
margin:0;
padding:0;
font-family: "Arial"; 
font-size: 10pt; 
color: #000000; 
}

#container {
margin: 0px auto;
width: 859px;
height: 375px;
text-align: left;
}

#top {
float: left;
width: 859px;
height: 5px;
}

#nav {
float: left;
width: 859px;
height: 35px;
}

#gallery {
float: left;
width: 859px;
height: 320px; 
}

#centerAd {
text-align: center;
width: 853px;
}

#footer {
clear: both;
width: 859px;
height: 40px;
text-align: center;
font-size: 8pt; 
}

/*****************************/

/*Here goes the formatting for the content*/

.branchTitle {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.branchGallery {
	margin: 10px;
	background: #eaeaea;
}

.footerTxt {
	color: #808080; 
	text-align:center; 
	padding:10px; 

	text-decoration: none;
}

img { 
	border: none; 
}

.panel { 
	padding-top: 10px;
	text-align: center;
	pading-bottom: 0px;
}

#ad1 {
float: left;
width: 215px;
}

#ad2 {
float: left;
width: 215px;
}

#ad3 {
float: left;
width: 215px;
}

#ad4 {
float: right;
width: 208px;
}