*{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

body {
	background-color: #ffffff;
	font-family: Arial;
	color: #0583A6;
}
#container {
	width: 996px;
	margin: 0 auto;
}
#box{width:986px;margin-left:5px;margin-right:5px}
#header {
	background-repeat: no-repeat;
	height: 225px;
	width: 986px;
	margin-left: 5px;
	margin-right: 5px
}

.top_part {
	 margin: 0 auto;
}

#left_part {
	width: 260px;
	float: left;
}

.element_header {
	background: url("../img/left_part_title.png") top left no-repeat;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

#right_part .element_header {
	background: url("../img/right_part_title.png") top left no-repeat;
	color: #7E743D;
}

.menu {
	text-align: left;
	background-image: url("../img/left_part_bg.gif");
	background-repeat: repeat;
	background-position: top left;
	background-color: #ffffff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.menu ul {
	list-style: none;
	padding-left: 10px;
	line-height: 20px;
}

.menu ul li {
	padding-left: 20px;
	background: url("../img/arrow.gif") 0px 6px no-repeat;
	color: #12627E;
}

.menu ul li a
{
	color: #12627E;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

.menu ul li li {
	margin-left: 10px;
	background: url("../img/li_menu.gif") 10px 8px no-repeat;
	color: #12627E;
}



#center_part {
	width: 545px;
	background-color: #ffffff;
	float: left;
	margin-top: 5px;
	font-size: 12px;
	text-align: left;
}

#center_part p {
    margin-top: 10px;
	margin-left: 9px;
	width: 527px;
	text-align: left
}

#center_part ul {
	margin-top: 10px;
	text-align: left;
	text-indent: 20px;
	line-height: 20px;
}

.center_part ul {
	margin-top: 5px;
	text-align: left;
	text-indent: 20px;
	line-height: 5px;
}

#center_part h1 {
	font-size: medium;
	color: #12627E;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
}

#center_part h2 {
	font-size: small;
	color: #12627E;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
}

#center_part h3 {
	font-size: small;
	color: #12627E;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
}

#right_part {
	width: 181px;
	float: right;
	background-color: #EFF9FB;

}

#right_part p {
	margin-top: 10px;
	text-align: center;
	
}

#booksparagraph {
text-align: center;
}

.google {
	
     text-align: center
}

#bottom_part {
	width: 100%;
	height: 72px;
	float: left;
	font-size: 12px;
	background: url("../img/bottom_part1.png") top left no-repeat;
	text-align: center;
	line-height: 36px;
	margin-top: 5px;
}

#bottom_part a {
	color: #257490;
}

.cleaner{
	clear: both;
}



