body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  padding: 0;
  margin: 10px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#main {
	width: 100%;
}
#rowT hr {
	height: 1px;
	color:#CC6600;
	margin-top: 10px;
}
#rowB {
	position: absolute;
	margin-top: 370px;
}
#rowB hr {
	height: 1px;
	color:#CC6600;
	margin-top: 10px;
}
#left {
	text-align: justify;
	position: absolute;
	margin-left: 0;
	margin-right: 0;
	top: 70px;
	width: 35%;
}
#left hr {
	height: 1px;
	color:#CC6600;
	margin-top: 10px;
}
#right {
	position: absolute;
	margin-left: 35%;
	margin-right: 0;
	top: 70px;
	padding-left: 10px;
}
#right img {
	border: 1px solid #CC6600;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}