﻿@charset "utf-8";
body{
	margin: 0px 0 0px 0;
	padding: 0;
	line-height: 1.5em;
	background: #000000 url(images/background.jpg) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

b{font-size: 110%;}

.center {
	text-align: center;
}

h1 {
	font-size: 24px;
	text-align: left;
}
h2 {
	font-size: 20px;
	text-align: left;
}
h3 {
	font-size: 17px;
	text-align: left;
}

#maincontainer{
	width: 800px; /*Width of main container*/;
	margin: 0 auto; /*Center container on page*/
	}
#topsection{
	background: #FFFFFF;
	height: 251px; /*Height of Header jpg +20px for Navigation*/
}

#contentwrapper{
float: left;
width: 100%;
background-color: #FFFFFF;
}

#contentcolumn{
	text-align: left;
}

#footer{
	clear: left;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 12px 0 2px 0;
	height: 70px;
	background-color: #856613;
}

#footer a{
	color: #FFFFFF;
}
#Footer-adjust {
	position: relative;
	top: -115px;
}
.ImageLinks {
	border-width: 0px;
}

.innertube{
	margin: 7px 7px 7px 7px; /*Margins for inner DIV inside each column (to provide padding)*/
}

p {
	text-align: justify;
}
a {
	color: #000080;
}
#spacer{
	height: 6px;
}
#Box1 {
	width: 263px;
	height: 142px;
	background-image: url('http://buieslanding.com/images/Box1.jpg');
	background-repeat: no-repeat;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#Box1 a{
	font-weight: bold;
	color: #000000;
}

#Box1 td{
	font-size: 12px;
	text-align: left;
	line-height: 18px;
}
#Box2 {
	width: 300px;
	height: 175px;
	background-image: url('images/Box2.jpg');
	background-repeat: no-repeat;
}
#Box2 td{
	font-size: 11px;
	text-align: justify;
}
