
body {
	background:#dddddd;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #3b5564;
}

a {
	color:#68C2EF;
	text-decoration:none;
}

p{
	line-height:1.6;
}

.impo {
	padding:0 0 0 20px;
	text-decoration:underline;
}

h1{
	color:#68C2EF;
	font-size:16px;
	font-weight:bold;
	padding:5px 0 ;
}

h2, .hdrei{
	color:#68C2EF;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 ;
}

li {
	font-size:14px;
	padding:5px 0 ;
}

#main{
	width:900px;
	height:auto;
	margin:auto;
	background-color:#fff;
}

/*----------------------header-------------------------*/
#header{
	height:114px;
	margin:auto;
	background:url(images/header_bg.gif) repeat-x;
}

#title{
	padding:20px 0 4px 40px;
	float:left;
	font-size:2em;
}

/*----------------------menu-------------------------*/
#menu{
	width:900px;
	height:35px;
	float:left;
}

#menu ul{
	list-style:none;
	font-weight:bold;
}

#menu ul li{
	list-style:none;
	display:inline;
	float:left;
	height:20px;
	line-height:15px;
	font-size:13px;
	padding:0 20px 0 0;
}

#menu ul li a{
	text-decoration:none;
	color:#6c7b83;
	text-align:center;
}

#menu ul li a:hover{
	text-decoration:none;
	color: #68C2EF;
}

#menu ul li a.current{
	text-decoration:none;
	color: #68C2EF;
}

/*---------------------banner------------------*/
#banner{
	width:900px;
	height:208px;
	margin:auto;
	background:url(images/banner.jpg) no-repeat center;
}

/*---------------------content------------------*/
#content{
	height: auto;
	padding:40px;
}

.img {
	float:left;
	padding:5px 10px 0 0;
}

/*-----------------------------footer------------------*/
#footer{
	height:45px;
	background-color:#d0d0d0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:15px 0;
	text-align:center;
}
