.elgg-body-walledgarden {
	margin: 0px auto 0 auto;
	position: relative;
	width: 980px;
}
.elgg-module-walledgarden {
	position: absolute;
	top: 0;
	left: 0;
}
.elgg-module-walledgarden > .elgg-head {
	height: 17px;
}
.elgg-module-walledgarden > .elgg-body {
	padding: 0 10px;
}
.elgg-module-walledgarden > .elgg-foot {
	height: 17px;
}
.elgg-walledgarden-double > .elgg-head {
	ackground: url(http://bacholan.com/_graphics/walled_garden/two_column_top.png) no-repeat left top;
}
.elgg-walledgarden-double > .elgg-body {
	ackground: url(http://bacholan.com/_graphics/walled_garden/two_column_middle.png) repeat-y left top;
}
.elgg-walledgarden-double > .elgg-foot {
	ackground: url(http://bacholan.com/_graphics/walled_garden/two_column_bottom.png) no-repeat left top;
}
.elgg-walledgarden-single > .elgg-head {
	ackground: url(http://bacholan.com/_graphics/walled_garden/one_column_top.png) no-repeat left top;
}
.elgg-walledgarden-single > .elgg-body {
	ackground: url(http://bacholan.com/_graphics/walled_garden/one_column_middle.png) repeat-y left top;
}
.elgg-walledgarden-single > .elgg-foot {
	ackground: url(http://bacholan.com/_graphics/walled_garden/one_column_bottom.png) no-repeat left top;
}

.elgg-col > .elgg-inner {
	margin: 0 0 0 5px;
}
.elgg-col:first-child > .elgg-inner {
	margin: 0 5px 0 0;
}
.elgg-col > .elgg-inner {
	padding: 0 8px;
}

.elgg-walledgarden-single > .elgg-body {
	padding: 0 18px;
}

.elgg-module-walledgarden-login {
	margin: 0;
}
.elgg-body-walledgarden h3 {
	font-size: 1.5em;
	line-height: 1.1em;
	padding-bottom: 5px;
}

.elgg-heading-walledgarden {
	margin-top: 0px;
	line-height: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
	color: #DD4B39;
}

a {
	color: #000;
}
.footer_links{
	padding:10px;
}

.walled-input-text,  .walled-input-password{
	width: 150px !important;
}
.elgg-form-login, .elgg-form-account {
    max-width: 980px;
}

.walled-text
{
	color:#DD4B39;
	font-weight: bold;
}

h1{
	background-color: #DD4B39;
}
.walled-elgg-body{
	padding: 17px;
}

.elgg-page-header{
	padding-top: 0px;
}
