/* CSS Document */
body {
	font: 100% Tahoma, arial, sans-serif;
	color: #333;
	background:#fafafa;
	width:100%;
	text-align:center;
}

#wrap{
width:960px;
margin:auto;
background:#fff;
text-align:left;
}
#header{
width:990px;
height:200px;
background:url(../images/head.jpg);
}
h1{
padding:20px 0px 0px 145px;
font-size:2.3em;
letter-spacing:-2px;
color:#999;
}
.footer{
width:600px;
height:112px;
margin:10px auto;
background:url(../images/foot.gif);
}
#content{
width:90%;
margin:0 0 0 30px;
}


ol li {
list-style-type:decimal;
list-style-position: outside;
font-size:1.0em;
font-weight:bold;
line-height:normal;
color:#DDD;
margin:15px;
}
ol li h5{
font-size:1.3em;
color:#696969;
padding:0;
margin:-00px 0 0 0;
}
ol li p{
font-size:1.0em;
color:#333;
font-weight:normal;
padding:0;
margin:0;
}
h6{
font-size:1.1em;
margin:30px 0 0 0;
color:#999;
}
ul li{
font-size:0.9em;

}
.sub{
font-weight:bold;
font-size:1.1em
}

a {
color:#2788ac;
text-decoration:none;
}

.www{
color:#999;
}
.prefoot{
background:#fff;
}

