body {
	font-family: times new roman, Arial, Verdana;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #333;
	background-color: #fff;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
form {
	display: inline;
}
input.input, textarea, select {
	border: 1px solid #bbb;
	margin: 3px;
	background-color: #f5f5f5;
}
input.button {
	border: 1px solid #fff;
	color: #fff;
	background: #0280d0 url(images/form01.gif) repeat-x left top;
	text-align: center;
	margin: 3px;
}


.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}


#container {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}


#header {
	height: 70px;
	overflow: hidden;
	margin-bottom: 30px;
	color: #000;
}
#header .logo {
	float: left;
	width: 150px;
	margin-right: 40px;
	height: 70px;
	text-align: center;
}
#header .logo .name {
	font-size: 45px;
}
#header .logo .name a {
	text-decoration: none;
	color: #000;
}
#header .logo .slogan {
	font-size: 16px;
	margin-top: -5px;
	text-transform: lowercase;
}
#header .menu {
	float: left;
	width: 450px;
	height: 30px;
	padding-top: 21px;
}
#header .menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#header .menu li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#header .menu li a {
	color: #000;
	text-decoration: none;
}
#header .menu li a:hover {
	text-decoration: underline;
}


#body {
	padding-left: 5px;
	padding-right: 5px;
}
#body h1 {
	font-weight: normal;
	font-size: 1.3em;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}


.info_wwwlist .item {
	height: 200px;
	overflow: hidden;
}
.info_wwwlist .item img {
	padding: 1px;
	border: 1px solid #666;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.info_wwwlist .item .name {
	padding-bottom: 10px;
	font-size: 1.9em;
}
.info_wwwlist .item .name a {
	color: #333;
	text-decoration: none;
}
.info_wwwlist .item .name a:hover {
	text-decoration: underline;
}

p.invisible {
	color: #fff;
}


.info_bloglist .item {
	padding-bottom: 30px;
}
.info_bloglist .item h2 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.3em;
}
.info_bloglist .item h2 a {
	color: #333;
	text-decoration: none;
}
.info_bloglist .item .author {
	padding-bottom: 7px;
	color: #999;
}
.info_bloglist .item .author span {
	font-size: 0.9em;
}
.info_bloglist .item ul {
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
}
.info_bloglist .item li {
	margin: 0px;
	padding: 0px;
}


.paging {
	height: 35px;
	margin-top: 25px;
	overflow: hidden;
	text-align: center;
}

