table {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #CCCCCC;
}
td {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-style: none;
	border-color: #CCCCCC;
}

#mainArea h2 {
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	height: 1em;
}

#mainArea p.frame {
	border: 1px solid #CCCCCC;
	text-align: center;
	height: 410px;
	padding: 5px;
}

#container #mainArea h2.title #name {
	font-size: 100%;
	text-align: left;
	padding: 0px;
	margin-left: 10px;
	width: 250px;
	float: left;
}

#container #mainArea h2.title #link {
	font-size: 100%;
	text-align: right;
	padding: 0px;
	margin-right: 10px;
	width: 250px;
	float: right;
}

#mainArea h1.title {
	font-size: 150%;
	color: 7B9E8C;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 34px;
	border-bottom: 1px solid #7B9E8C;
	height: 1.2em;
}

#container #mainArea h1.title #name {
	font-size: 100%;
	text-align: left;
	padding: 0px;
	margin-left: 10px;
	width: 250px;
	float: left;
}

#container #mainArea h1.title #link {
	font-size: 80%;
	text-align: right;
	padding: 0px;
	margin-right: 10px;
	float: right;
	width: 250px;
}

#container #mainArea img{
	margin-left: auto;
	margin-right: auto;