﻿						/*START OF BODY*/
						
						
body {
	background: #104A98;
}
					    			/* END OF BODY
					    ----------------------------------------
					    			START OF CONTAINER*/
					    			
#container{
	width: 95%;
	margin: 3px auto;
	background-color: #104A98;
	color: #FFF;
	line-height: 130%;
	text-align: left;
}
					
									/* END OF CONTAINER
						-------------------------------------
									START OF BANNER*/

#banner {
	display: block;
	position: relative;
	background: #104A98;
	width: 104%;
	height: 150px;
	top: 0px;
	left: 2px;
}

.webgraphic {
	display: block;
	position: absolute;
	width: 360px;
	height: 124px;
	left: 621px;
	top: 13px;
	margin-bottom: 1px;
	background-image: url('images/WebGraphic.jpg');
	z-index: 2;
}
.barringtonhomeslogo {
	display: block;
	position: absolute;
	background: url(images/BarringtonHomes.jpg);
	width: 369px;
	height: 124px;
	left: 256px;
	top: 14px;
}
.barringtonhomeslogo a{
	color: #FFFFFF;
	text-decoration: underline;
}

													/* END OF BANNER
