* {
	margin: 0;
	padding: 0;
}
body {
	margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
	background-color:#fff;
}
html,body {
	height: 100%;
}
body,td,th {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #DC451C;
}
h1 {
	font-size: 15pt;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}
h2 {
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #222;
}
h3 {
	font-size: 11pt;
	margin-bottom: 10px;
	margin-top: 10px;
}
small {
  font-size: 10px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	top: 0px;
	width: 950px;
}
#content {
  margin-left: auto;
	margin-right: auto;
	position: absolute;
	text-align: left;
	top: 310px;
	width: 550px;
	left: 200px;
  min-height: 500px;
  background-color: #fff;
  border-top: 2px solid #4B4653;
  border-bottom: 2px solid #4B4653;
  border-left: 1px solid #4B4653;
  border-right: 1px solid #4B4653;
}
#content-inn {
  padding:20px;
  color: #000;
}
#block1 {
  margin-left: auto;
	margin-right: auto;
	position: absolute;
	text-align: left;
	top: 310px;
	width: 190px;
	left: 0px;
  background-color: #eee;
  border-top: 2px solid #4B4653;
  border-bottom: 2px solid #4B4653;
  border-left: 1px solid #4B4653;
  border-right: 1px solid #4B4653;
}
#block1-inn {
  padding:3px;
  color: #000;
}
#block2 {
  margin-left: auto;
	margin-right: auto;
	position: absolute;
	text-align: left;
	top: 310px;
	width: 190px;
	left: 760px;
	background-color: #eee;
  border-top: 2px solid #4B4653;
  border-bottom: 2px solid #4B4653;
  border-left: 1px solid #4B4653;
  border-right: 1px solid #4B4653;
}
#block2-inn {
  padding:3px;
  color: #000;
}
#blankimage {
 position: absolute;
 display: none;
 left: 0px;
 top:0px;
}
#topbg {
 left: 0px;
 top: 0px;
 position: absolute;
 width: 950px;
 height: 300px;
 background-repeat:no-repeat;
 background-position: top left;
 background-image: url(/images/design_flowers.jpg);
}
#logo {
 top: 1px;
 left: 1px;
 width: 1px;
 height: 1px;
 display:none;
 position: absolute;
}
#footer {
 width:950px;
 position:relative;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
 color:#666;
 height: 70px;
 display: none;
 font-size:8pt;
}
.rblockhead {
 background-color: #47767E;
 color: #eee;
 font-weight: bold;
 padding: 5px;
}
.rblockdata {
 padding: 5px;
}
#content-inn-footer {
  padding:20px;
  padding-left: 200px;
}
strong{
 font-weight:bold
}
#topmenu {
 font-size: 10pt;
 color: #000;
 position: absolute;
 left: 26px;
 top: 30px;
 background-color: #fff;
 padding: 20px;
}
