@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #737374;
	margin: 0px;
}
.main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.holemain {
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

.header {
	height: 72px;
	width: 100%;
	float: left;
	padding-top: 3px;
}
p {
	text-align: left;
	padding-right: 20px;
	padding-left: 25px;
	padding-top: 10px;
}
.text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	margin-top: 80px;
	line-height: 15px;
	text-align: left;
	padding-right: 15px;
	padding-left: 20px;
}
.contanier {
	height: 418px;
	width: 950px;
}




.bgDrak {
	background-image: url(images/bg_dark.jpg);
	background-repeat: repeat-x;
}
.bgLight {
	background-image: url(images/bg_light.jpg);
	background-repeat: repeat-x;
}
.bottomGryline_Rept {
	background-image: url(images/bottom_gryline_rept.jpg);
	background-repeat: repeat-x;
	height: 3px;
	width: 950px;
}
.bottomCopyright {
	height: 63px;
	width: 950px;
	float: left;
}
ul.morelink {
	list-style-type: none;
	padding-left: 2px;
	text-align: left;
}
ul.morelink li{
	background-image: url(images/bullet_plus.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 10px;
	font-size: 11px;
}
ul.morelink li a {
	text-decoration: underline;
	color: #333;
	list-style-type: none;
}
ul.morelink li a:hover {
	text-decoration: none;
	color: #000;
}

