
body
{
	margin: 0px;
	font-family: Arial;
	font-size: 100%;
}

div#logo
{
	position: absolute;
	top: 52px;
	left: 0px;
	width: 100%;
	height: 57px;
	background-image: url(../pic/line_tile.gif);
	background-repeat: repeat-x;
	text-align: right;
	z-index: 1;
}

div#logo div
{
	width: 687px;
	height: 57px;
	background-image: url(../pic/logo.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px auto;
	position: relative;
	top: -2px;
}

table#main
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

td#spacer
{
	height: 99px;
}

td#top
{
	height: 106px;
	font-weight: bold;
	text-align: right;
	padding: 0px 70px 0px 0px;
	border-bottom: 5px solid #54AEBD;
}

span#title_start
{
	color: #642C14;
	font-size: 60px;
	position: relative;
	top: 15px;
}

span#title_end
{
	color: #54AEBD;
	font-size: 50px;
	padding-left: 10px;
	position: relative;
	top: 15px;
}

td#content
{
	width: 80%;
	padding: 61px 40px 10px 40px;
}

h1#title
{
	color: #54AEBD;
	font-size: 24px;
	position: relative;
	left: -85px;
}