/* Start of CMSMS style sheet 'Home' */
div#frame {
	width: 750px;
}
div#frame #background {
	position: absolute;
	z-index: 10;
	margin: 25px 10px 10px 208px;
}
div#frame #heading {
  margin-top: 5px;
  margin-left: 10px;
  height: 350px;
  width: 420px;
  background: url("uploads/images/heading.png") no-repeat;
  position: absolute;
  z-index: 20;
}
div#frame #heading #logo {
	margin: 10px;
}
div#frame #column-left {
	position: absolute;
	z-index: 10;
	top: 360px;
	margin-left:15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 277px;
	border-top: 1px solid #412922;
	border-left: 1px solid #412922;
	border-right: 1px solid #412922;
}
div#frame #column-left h2 {
	display: block;
	background: #d8b15e;
	margin: 0px;
	padding: 5px;
}
div#frame #column-left p {
	margin: 0px;
	padding: 5px;
}
div#frame #column-left img {
	margin: -5px;
	padding: 0px;
	border: 0px;
}
div#frame #column-right {
	position: absolute;
	z-index: 10;
	top: 370px;
	margin-left: 310px;
	margin-top: 0px;
	width: 435px;
	padding: 0px;
	text-align: justify;
}

/* End of 'Home' */

