body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #0000ff;
	margin: 0;
	padding: 0;
	background: #d5d8f5;
}

#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;  z-index: 1;
}

#header-container {
	height: 100px;
	background: #10B6CC ;
    background-image: url(../image/head.jpg);
  background-repeat: no-repeat;
  background-position: center

}

#header {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	color: #beffbf;
	text-align: right;
	width: 290px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 20px;
}

#header h1 em{
	color: #90b874;
	font-size: small;
	display: block;
}

#header ul {
	margin: 0;
	padding-top: 40px;
	list-style: none;
	position: absolute;
	top: 35px;
	right: 0;
}

#header ul li {
	float: left;
	margin-right: 5px;
}

#header ul li a{
	color: #0000ff;
	font-weight: bold;
	font-size: 1.4em;
	margin-right: 5px;
	text-decoration: none;
}

#header ul li a:hover {
	color: #efedf2;
}

#container {
	width: 900px;
	margin: 0 auto;
	font-size: 1.4em;
	overflow: auto;
	padding: 90px 0 40px;
}

#content {
	float: left;
	width: 600px;
    z-index: 2;
}

#sidebar {
	float: right;
	width: 300px;
	margin-top: 5px;
}

#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
 /* background-color: #10B6CC;*/
  background: url(../image/foot.png) repeat-x bottom;
}

#footer-container {
	height: 40px;

}

#footer {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#wrap {
padding-right: 5px;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
overflow: auto;
}

#box {
width: 595px;
height: auto;
overflow: auto;
margin-top: 5px;
z-index: 100;
background:#EFEDF2 ;
  background-image: url(../image/t.jpg);
  background-repeat: repeat-x;
}

#box a:hover {
text-decoration: none;

  color: #efedf2;
}

#right-container {
background: #a3bfd1;
width: 295px;
border: thin solid #efedf2;
z-index: 50;
background-image: url(../image/tr.jpg);
  background-repeat: repeat-x;
}

p:first-letter{

font-size: 20px;
}
