body {
  margin:0;
  text-align: center;
   }

#outer-wrapper {
	position:relative;
	width: 835px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
  	font: $bodyfont;
	color:inherit;
	background:url(images/wrapper.gif) repeat-y 0 0;
  }
  
.border {
	padding: 10px;
	border: 3px solid #573a24;
	background-color: #fcf7e7;
}

a:link {
  color:#9e005d;
  text-decoration:none;
  }

a:visited {
  color:#9e005d;
  text-decoration:none;
  }

a:hover {
  color:#9e005d;
  text-decoration:underline;
}

a img {
  border-width:0;
  }

#sidebar-wrapper {
	width: 150px;
	padding: 10px;
	word-wrap: break-word;
	font-family: "Century Gothic", "Trebuchet MS", Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #759044;
	text-align: center;
	margin-left: 20px;
	float: right;
}

#main-wrapper {
	width: 400px;
	font-family: "Century Gothic", "Trebuchet MS", Geneva, Arial, sans-serif;
	color: #606061;
	font-size: 14px;
	float: left;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	margin-top: 50px;
	margin-left: 30px;
	padding: 0px 0px 20px;
	line-height: 1.5em;
	text-align: justify;
	background:transparent;
  }

#newsidebar-wrapper {
	width: 198px;
	padding: 0px;
	color:inherit;
	background:transparent;
	float: left;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	margin-top: 0px;
}

.sidebatext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4ca58b;
	padding-right: 0px;
	padding-left: 0px;
}

.mainbodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #6f3c1b;
	font-size: 12px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
	text-align: center;
}

.titles {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #4ca58b;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

.bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#footer {
	height: 20px;
	width: 835px;
	clear: both;
	text-align:center;
	font-size: 8pt;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 3px;
	background-image: url(images/knotanymorecorners_17.gif);
	background-repeat: no-repeat;
}
.bullets {
	font-family: "Century Gothic", "Trebuchet MS", Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	padding-bottom: 5px;
}
