body {
	font:80%/1.6 "Lucida Sans Unicode", "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	width:900px;
	margin:20px auto;
	color: #000;
	background:#999;
	background: -moz-linear-gradient(top, #999, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#333));
}
header, nav, article, section, footer, address {
	display:block;
}
p {
	margin: 0px;
	padding: 0px;
}
header, article, nav, footer {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px #a9a9a9;
	-moz-box-shadow: 0px 0px 10px #a9a9a9;
	box-shadow: 0px 0px 10px #a9a9a9;
	background-color: #fff;
	text-align: left;
	margin:0px 0px 5px;
	padding:0px 20px;
}
/*header*/
header {
	text-align:center;
	padding:5px;
	background: -moz-linear-gradient(top, #85A522, #5E7713);
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#C0C0C0));
	color: #F5F5F5;
}
header h1 {
	color: #000;
	font-size: 1.8em;
	margin:1px;
	padding:0px;
	text-shadow: 1px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff,offX=2,offY=2);
}
header h2 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 2px #FF9;
	font-size: 1.5em;
	margin:0px 60px;
	padding:5px;
	color: #000;
}
header p {
	margin: 5px 0px;
	padding: 0px;
	font-weight: bold;
}

/*navigation*/
nav {
	background: #003333;
	text-align:center;
	padding: 5px;
	}
nav ul, nav li {
	list-style-type:none;
	display:inline;
}
nav li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 25px;
}
nav ul h1 {
	display:none;
}
/*section*/
section {
	margin: 0px 0px 30px;
}

/*article*/
article {
	width:860px;
}
 *.float
      {
         float: left;
         margin-right: 1em;
      }
      *.floatclear
      {
         clear: both;
      }
article h1 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: -moz-linear-gradient(top, #F5F5F5, #C0C0C0);
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#C0C0C0));
	padding:10px;
	font-size: 24px;
	color: #3a4c01;
	font-weight: bold;
	line-height: 24px;
}
article h1 div#ball{
	float:left;
	width:26px;
	height:26px;
	margin-right:5px;
	border-radius:13px;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	background: -moz-radial-gradient(50% 50%, circle farthest-side, #F5F5F5 20%, #9F0 40%, #C0C0C0 100%);
	background: -webkit-gradient(radial, 50% 50%, 2, 50% 50%, 13, from(#F5F5F5), color-stop(40%, #D3D3D3), to(#708090));
}
article h2 {
	margin: 30px 0px 10px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	border-left: 10px solid #5E7713;
	height: 18px;
	line-height: 18px;
	text-indent: 0.2em;
	color: #3a4c01;
}
netimg {
	width: 780px;
	margin: 0px;
	padding: 5px;
}
/*footer*/
footer {
	clear:both;
	text-align: center;
	padding: 5px;
	color: #FFF;
	background: #003333;
	font-size: 80%;
}
/* link */
a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #66CC99;
	text-decoration: underline;
}
/* clear both */
.c-both {
	clear: both;
	padding: 0px;
	margin: 0px;
}
