@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:15px 0;
}
#all {
	width: 1000px;
}
#logo {
	width:1000px;
	height:300px;
	text-align:left;
}
#logo img {
	text-align: left;
	float:left;
}
#logo table td img {
	text-align: center;
	align: center;
	float: none;
}
#writeUp {
	width: 300px;
	height:500px;
	float:left;
	text-align:center;
	line-height:1.5em;
	margin:0px;
	padding:0 0 0px 100px;
}
#group {
	width:480px;
	height:500px;
	float: right;
	background-image:url(../images/group.jpg);
	background-repeat:no-repeat;
	background-position:center;
/*	padding-top:100px; */
	text-align:left;
}
#group td {
	text-align: center;
}
#group a {
	color: #993300;
	text-decoration: none;
}
#group a:hover, #group a:visited {
	color: #009900;
	text-decoration: underline;
}
#bottom {
	width:1000px; 
	float:left;
	clear: both; 
	text-align:center; 
	border-top: 1px #ccc solid;
	padding:0 0 10px 0px;
}
#bottom img {
	border:0;
}