

	BODY
	 {
	 	background-color:rgb(32,32,32);
		background-image: url(../Images/Backgrounds/back1_blue_4.bmp);
		background-position: center;
		background-repeat: repeat-y;
		margin:0px 0px 0px 50%;
	 }

	 
	DIV.banner
	 {
	 	position:relative;
		width:400px;
		height:300px;
		background-color:transparent;
		margin:50px 0px 0px -200px;
		z-index: 5;
	 }
	IMG.banner
	 {
	 	position:absolute;
	 	top:0px;
	 	left:0px;
	 	border-width:0px 0px 0px 0px;
	 }

	  
	 DIV.branch
	  {
	  	position:relative;
		width:400px;
		height:74px;
		background-color:transparent;
		margin:-30px 0px 0px -200px;
		z-index: 6;
		border-style:solid;
		border-color:rgb(0,0,0);
		border-width:1px 0px 1px 0px;
	  }
	P.branch
	 {
		color:rgb(255,255,255);
		margin:6px 0px 6px 0px;
		font-family: Lucida Sans Unicode,sans-serif;
		font-size: 9pt;
		letter-spacing:0.15em;
		text-align: center;
	 }
	A.branch
	 {
	 	color:rgb(255,255,255);
		text-decoration: none;
	 }
	A.branch:hover
	 {
	 	color:rgb(190,190,255);
	 }
		  
	P.contact
	 {
		position:absolute;
	 	bottom:10px;
		color:rgb(255,255,255);
		font-family: Verdana;Bookman Old Style,serif;
		font-size: 7pt;
		margin:0px 0px 0px -130px;
	 }
	A.contact
	 {
	 	color:rgb(255,255,255);
		text-decoration: none;
	 }
	A.contact:hover
	 {
	 	color:rgb(190,190,255);
	 }
		  
	  
