@charset "utf-8";
#divHeader {
	height: 157px;
	width: 850px;
	border: 0px none #E3854D;
}
#divMenu {
	width: 293px;
	float: left;
	height: 0100%;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
#divMainContainer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	border: 6px none #E3854D;
	background-image: url(images/Background.jpg);
}
#divMainContainerNewBrowser {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	border: 6px none #E3854D;
	background-image: url(images/Background.jpg);
}
#divMainBorder {
	border: 6px solid #E3854D;
	height: 100%;
	width: 100%;
	float: left;
}
#divContentTitle {
	float: right;
	width: 537px;
	height: 100%;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E3854D;
	margin: 10px;
	border-top-color: #E3854D;
	border-top-width: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
#divContent {
	float: right;
	width: 537px;
	height: 100%;
	margin: 10px;
	font-size: 13px;
}
#divContentTitleNewBrowser {
	margin: 10px;
}
#divContentNewBrowser {
	margin: 10px;
	font-size: 13px;
}
#contactByMail {
	padding: 6px;
	float: left;
	width: 230px;
	margin: 0px;
}
#contactByPhone {
	padding: 5px;
	float: right;
	width: 285px;
}
#contactByForm {
	padding: 5px;
	clear: both;
	width: 98%;
	text-align: center;
}
#divFooter {
	clear: both;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
#divCommunityText {
	width: 400px;
	float: left;
}
#divCommunityGraphics {
	float: right;
	width: 130px;
}
.justifyRight {
	text-align: right;
}
.justifyBlock {
	text-align: justify;
}

.justifyCenter {
	text-align: center;
}
