@import url("header.css");
@import url("content.css");
@import url("nav.css");
@import url("text.css");
#divWrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 910px;
}


#divFooter {
	float: left;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2C994;*/
	width: 900px;
	color: #FFFFFF;
	text-align: center;
	font-size: 9px;
	background-image: url(../images_main/footer_bg.gif);
	height: 20px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
#divCopymain #divCopymainLeft {
	float: left;
	width: 190px;
}

#divCopymain #divCopymainRight {
	float: right;
	width: 190px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #B1AF81;
	padding-left: 14px;
	margin-left: 0px;
	display: inline;
	padding-right: 10px;
	}
	
#divCopymain #divCopymainCenter {
	width: 190px;
	padding-left: 14px;
	margin-left: 0px;
	display: inline;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #B1AF81;
}

#divContain4 #clear {
	display: block;
	clear: both;
	float: left;
	width: 890px;
	background-color: #FF0000;
}
.grow {
	clear: both;
}
.grow .top {
	vertical-align: top;
	background-color: #E5E3CC;
}
.grow .sideTop {
	background-color: #AAB6B4;
	vertical-align: top;
}
