body {
background-color:#ffffff;
text-align:center;
font-family: verdana, arial, sans-serif;
font-size:12px;
color:#666666;
}

#header {
background: url(image/top.jpg) no-repeat;
width:1005px;
height:108px;
margin: 0px auto 0px auto;
}

#bar {
background: url(image/bar.jpg) repeat-y;
width:1005px;
margin: 0px auto 0px auto;
}

#footer {
background: url(image/bottom.jpg) no-repeat;
width:1005px;
height:39px;
margin: 0px auto 0px auto;
}

ul.late {
list-style-image:url(image/little.jpg);
}

ul.late li{
margin:3px;
}

ul.late a{
background-color:#fff;
color:#000000;
text-decoration: none;
letter-spacing: 1px;
font-size:13px;
}

ul.late a:hover{
text-decoration: underline;
}
#menu {
background: url(image/color.jpg) no-repeat;
width:887px;
height:53px;
margin: 0px auto 0px auto;
text-align:left;
}

#content {
width:883px;
margin: 0px auto 0px auto;
}

img {
border:0px;
}


.around {
padding:2px;
float:left;
margin-left:8px;
margin-top:8px;
background-color:#fff;
height:160px;
color:#000000;
}

.around img {
	background-color: #fff;
	border: 0px solid #ccc;
  padding-bottom: 4px;
	color:#000000;

}

.around a:visited img {
	background-color:#fff;	
	color:#000000;
}
.around a:hover img, .around a:focus img {
	background-color: #336699;
	color:#000000;
}
.around a:hover, .around a:focus {
	background-color:#ffffff;
	color:#000000;
 }
 
 a {
 color:#336699;
 text-decoration: none;
 	background-color:#ffffff;
 }
 
 a:hover {
  color:#336699;
 text-decoration: underline;
 	background-color:#ffffff;
 }