#container {
width: 900px;
height: 760px;
left: 50%;
position: absolute;
margin-top: 20px;
margin-left: -450px;
padding-bottom:20px;
z-index:80;
}
#whitebgwithborder {
background-color: #fff;
width: 900px;
height: 740px;
border: 1px solid #fff;
z-index:90;
}

#bluebg {
	position:relative;
	margin-top:-8px;
	z-index:90;
	width:795px;
	height:454px;
	background-image: url(../images/bluebg.jpg);
	background-repeat: no-repeat;
	}
#footergradient {
	margin-top: 68px;
	z-index:80;
	width:900px;
	height:65px;
	background-image: url(../images/footer_gradient.jpg);
	background-repeat: repeat-x;
	position:relative;
	}
	
#sidebar {
		z-index:92;
		width: 222px;
		height: 660px;
		float:right;
		top: -50px;
		left: 560px;
		position: absolute;
		background-image: url(../images/sidebar.gif);
		background-repeat: no-repeat;
		}
		ul.sidebarinner {
		text-align: center;
		margin-top:18px;
		}
		#sidebar ul li {
		padding-bottom:10px;		
		}
		#imagerotator {
		clear:both;
		float:left;
		width:542px;
		height:255px;
		position:relative;
		top: 38px;
		left:18px;
		z-index:91;
		}
		#slogan {
		clear:both;
		float:left;
		width:360px;
		position: relative;
		top: 60px;
		left: 134px;
		z-index:96;
		}
		#bodytext {
		margin-top: 16px;
		font-size: 12px;
		line-height: 22px;
		}
		#greyleaves {
		clear:both;
		float:left;
		position: relative;
		left: 432px;
		top: 24px;
		z-index: 91;
		}
		#contactinfo {
		clear:both;
		float:left;
		position:relative;
		margin-top:-34px;
		margin-left: 10px;
		z-index:90;
		width:450px;
		height:64px;
		color: #896938;
		font-size: 11px;
		}
		.gobuttoncc {
		border: 0pt none ;
		margin: 1px 0 0 4px;
		padding: 0pt;
		background: transparent url(../images/go.gif) no-repeat scroll center top;
		width: 18px;
		height: 18px;
		-moz-background-clip: -moz-initial;
		-moz-background-origin: -moz-initial;
		-moz-background-inline-policy: -moz-initial;
		text-indent: -1000em;
		cursor: pointer;
		display:block;
		float: right;
		}		
		.gobuttoncc:hover, .gobuttoncc.hover {
		background: transparent url(../images/go_over.gif) no-repeat scroll center top;
		}
		.cclabel {
		left:64px;
		top:16px;
		z-index:92;
		position: absolute;
		font-size: 10px;
		color: #873033;
		}
		#ccform {
		z-index:92;
		position: absolute;
		left:62px;
		width:204px;
		top:36px;
		}
		.cctext {
		color: #886a36;
		float:left;
		position:absolute;
		right:168px;
		margin-top:6px;
		}
		.cc {
		background-color: #fff;
		border: 1px solid #886a36;
		font-size: 11px;
		padding-top:4px;
		padding-left:1px;
		height:14px;
		width: 140px;
		float: left;
		position:absolute;
		right:22px;
		}