* {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 9pt;
}

body {
	text-align: center;
	background: #eaeaea url('../images/bg.png') repeat-x ;
}

a {
	color: #20a597;
}

#all {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 942px;
	#width: 982px;
	padding: 20px;
	background: white;
	border: 1px solid #d2d2d2;
	position: relative;
}

#banner {
	width: 942px;
	height: 296px;
	background: url('../images/banner.jpg') no-repeat;
	position: relative;
}

#address {
	width: 942px;
	height: 30px;
	line-height: 30px;
	
}

#contacts {
	position: absolute;
	left: 680px;
	top: 130px;
	width: 170px;
	height: 80px;
	color: gray;
	font-size: 10pt;
}

#menuTop {
	width: 707px;
	height: 46px;
	background: #02c8b3;
}

#captionLeft {
 /*#20a597*/
	background: #02C8B3;
	color: white;
	width: 225px;
	height: 46px;
	line-height: 46px;
	font-size: 11pt;
	text-align: center;
}

#main {
}

#mainLeft {
	float: left;
	width: 225px;
}

#mainText {
	float: left;
	padding-left: 10px;
	width: 707px;
}

#mainMiddle {
	padding-left: 10px;
	padding-top: 10px;
	width: 707px;
}

#space {
	clear: both;
	width: 900px;
	margin-left: 15px;
	background: white;
	font-size: 4pt;
	height: 10px;
	line-height: 10px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding: 10px;
	color: gray;
	width: 940px;
}
