#main {
	background-image:url("img/bottom.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
	border:3px #000000 solid;

}

#main td.top {
	width:1007px;
	height:173px;
	background-image:url("img/top.jpg");
}

#main td.content {
	padding-bottom:70px;
}

#main td.content div.text {
	width:500px;

	margin-top:30px;
	margin-left:20px;
}

#main td.content div.text td.label {
	font-family:times new roman, sans-serif;
	font-weight:bold;

	width:140px;

	vertical-align:top;
}

#main td.content div.text p {
	text-align:justify;
}

#main td.content a:link, #main td.content a:active, #main td.content a:visited  {
	text-decoration:none;
}

#main td.content a:hover  {
	text-decoration:underline;
}

#main td.content img.thumb {
	margin-bottom:10px;
}