@charset "utf-8";

body
{
	margin: 0 0 0 0;
}
.main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	position: static;
}
.left{
	width: 470px;
	float:left;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
}
.right{
	width: 470px;
	float:right;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
}
.desc{
	margin: 10px 0 10px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #a1a1a1;
	text-align:right
}
.desc a{
	color: #a1a1a1;
	text-decoration:none;
}
.desc a:hover{
	text-decoration:underline;
}
.ourshout
{
	margin: 20px 0 10px;
}
.shout
{
	background-image:url(images/table_side.jpg);
	background-repeat:repeat-y;
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
}
.ourmembers
{
}
.members
{
	background-image:url(images/table_side.jpg);
	background-repeat:repeat-y;
	padding: 0 10px 0 10px;
}
.line
{
	text-align:center;
}
.person
{
	height: 60px;
	padding: 10px 20px 10px 20px;
}
.avatar
{
	float:left
}
.detail
{
	height:60px;
	float:left;
	margin: 0 0 0 30px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	line-height: 25px;
}
.detail a
{
	color:#666;
	text-decoration:none;
}
.detail a:hover
{
	text-decoration:underline;
}
.eachshout
{
	font-family:Verdana;
	color:#a1a1a1;
	font-size:18px;
	padding: 5px 10px 5px 10px;
}
.sendbox
{
	padding: 10px;
	color:#999;
}
.textbox
{
	color:#999;
	border:1px;
	border-style:dashed;
	width:100%;
	margin: 5px 0 5px 0;
}
.submitbutton
{
	color:#FFF;
	background-color:#CCC;
	border-color:#999;
	border-style:dashed;
	border-width:1px;
	width:430px;
}