/* CSS Document */

#topcontent {
	margin-top: 0;
}
#topcontent h1 {
	font-size: 20px;
	height: 45px;
	background: #fff url(header.jpg) no-repeat top left;
	text-indent: -999em;
		}
#topcontent p {
	margin-left: 15px;
	margin-right: 15px;
	display: block;
	text-align: justify;
}
#logobox {
	background: url(box-filler.gif) repeat-y top left;
	margin-left: 6px;
	}
#logoboxcontent {
	background: url(box-filler.gif) repeat-y top left;
	margin-left: 5px;
	}
div.float {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  }
div.float p {
   text-align: center;
   }
#logoboxcontent #header {
	width: 549px;
	height: 33px;
	background: url(/softwarepavilion/box-top.gif) no-repeat;
	border: 0;
	}
#logoboxcontent img {
	float: left;
	margin: 0 10px 0 0;
	}
#logoboxcontent #footer {
	margin: 0;
	padding: 0;
	width: 549px;
	height: 33px;
	background: url(/softwarepavilion/box-bottom.gif) no-repeat;
	}
#leftcontent {
	float: left;
	width: 57%;
	background: #fff;
	border-right: 3px solid #ccc;
	padding-right: 15px;
	padding-left: 10px;
	margin-right: 15px;
	padding-bottom: 110px;
	}
#leftcontent h3 {
	font-size: 15px;
	color: #997744;
	text-transform: none;
	padding-bottom: 0px;
	}
#leftcontent p {
	margin-left: 0px;
	}
#rightcontent {
	float: left;
	width: 31%;
	background: #fff;
	padding-right: 10px;
	margin-left: 0px;
	}
#rightcontent h3 {
	font-size: 15px;
	color: #997744;
	text-transform: none;
	padding-bottom: 0px;
	}
#rightcontent p {
	margin-left: 0px;
	}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */