body {
	background: #9f927a url('img/index/body.jpg') 0 0 repeat-x;
	font-family: "Helvetica Neue", Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	text-align: center;
}
div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1010px;
	text-align: left;
}
div#header {
	position: relative;
	margin: 0 auto;
	width: 1010px;
	height: 140px;
}
div#header div#logo {
	position: absolute;
	width: 513px;
	height: 116px;
	background: url('img/index/logo.jpg');
}
div#header div#topright {
	position: absolute;
	left: 521px;
	width: 499px;
	height: 140px;
	background: url('img/index/topright.jpg');
	margin-right: 15px;
}
div#header div#topright div#facebook {
	position: relative;
	top: 98px;
	left: 345px;
	width: 104px;
}
div#header div#topright div#facebook a {
	display: block;
	width: 104px;
	height: 42px;
	background: url('img/index/facebook.jpg');
}
div#header div#topright div#facebook a:hover {
	background-position:  -104px 0;
}
div#swirl {
	position: absolute;
	top: 173px;
	left: 34px;
	width: 482px;
	height: 207px;
	background: url('img/index/swirl.png');
}
div#littleswirl {
	position: absolute;
	top: 448px;
	right: -40px;
	width: 73px;
	height: 158px;
	background: url('img/index/littleswirl.png');
}
div#flash {
	position: relative;
	top: 38px;
	left: 286px;
	width: 704px;
	height: 424px;
	background: url('img/index/flash-background.jpg');
}
a#planningBrochure {
	position: absolute;
	top: 300px;
	left: 10px;
	background: none;
	z-index: 1000;
}
div#random {
	position: absolute;
	top: 385px;
	left: 4px;
	width: 282px;
	height: 204px;
	background: url(img/index/random/<?php echo mt_rand(0,2); ?>.jpg) 0 0 no-repeat;
}
div#content {
	position: relative;
	top: 48px;
	width: 750px;
	margin: 0px;
	min-height: 280px;
}
div#content p {
	color: #fff;
	padding: 4px 0 5px 1px;
	font-size: 1.3em;
	color: #eee;
}


div#image-welcome {
}
div#image-why {
	margin-top: 18px;
}
div#logos {
	position: absolute;
	top: 620px;
	left: 800px;
	width: 213px;
	height: 453px;
}
div#logos div#iaopcc {
	position: relative;
	width: 213px;
	height: 114px;
	background: url('img/index/iaopcc.png');
}
div#logos div#plpa {
	position: relative;
	width: 133px;
	height: 70px;
	background: url('img/index/plpa.png');
}
div#logos div#iccfa {
	position: relative;
	width: 133px;
	height: 69px;
	background: url('img/index/iccfa.png');
	
}div#logos div#cana_logo {
	position: absolute;
	width: 128px;
	height: 77px;
	left: 2px;
	top: 249px;
     background: url('img/index/cana_logo.png');
}

div#logos div#bbb {
	position: absolute;
	width: 80px;
	height: 135px;
	left: 133px;
	top: 145px;
	background: url('img/index/bbb.png');
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 1008px;
	top: 51px;
	height: 90px;
	text-align: left;
}

#footer p {
	font-size: 1.2em;
	font-weight: 400;
	line-height: .8;
	padding: 0 0 8px;
	color: #2e261d;
}

#footer p a {
	color: #2e261d;
}

#footer p#ftaddress {
	padding-top: 25px;
}

.fr,.right { float: right; margin: 0px 12px 6px 12px; }
.fl,.left { float: left; margin: 0px 12px 6px 12px; }
.clear { clear: both; }
.cl { clear: left; }
.cr { clear: right; }
.center {text-align:center;}
.error { color: red; }

.hr {
	border-bottom: 1px solid #7B2B19;
	clear: both;
	margin: 5px 0 10px 35px;
	width: 550px;
}


