@import url("common.css");

#title {
	width:780px;
	height:380px;
}

#title h1 {
	position:relative;
	top:-9999px;
}

#greeting {
	width:220px;
	margin-right:10px;
	float:left;
}

#greeting p {
	margin-left:5px;
	color:#666600;
	line-height:180%;
}

#news {
	width:300px;
	float:right;
	text-align:left;
}

#news p {
	margin-left:20px;
}

.list li {
	margin-left:22px;
	list-style-type:none;
}

#footer p {
	font-size: 10px;
	color: #666666;
}

#title {
	background-image:url(../img/title-top.jpg);
	background-repeat: no-repeat;
}


