#Layout{
  background: #DAC9A3 url(../images/maintbg.jpg) repeat-x top left;
  min-height: 300px;
}

.typography{
  padding: 20px 20px 0 20px;
  font: 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #4A1817;
}
.typography#border0{
  padding: 0;
}
.typography h2{
  	margin: 0px 0;
}
.typography p{
	padding: 6px 0 8px 0;
}
.typography a, #maincontent a:visited{
   color: #A0352D;
}
.typography a:hover{

}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
}
.typography img.leftAlone {
	float:left;
	margin-right:100%;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

label.left{
	float: none;
	display: block;
	text-align: left;
	padding-left: 10px;
}
