div#left-container {
	float: left;
	width: 500px;
	margin: 40px 0 0 7px;
}

div#left-container h2 {
	margin: 35px 0 -3px 1px;
	padding: 0 0 0 28px;
	font-size: 140%;
	background-repeat: no-repeat;
	background-position: 0 1px;
	min-height: 20px;
	_height: 20px;
}

h2#home-welcome-header {
	background-image: url(/_images/icons/welcome-home.gif);
}	

h2#home-nals-header {
	background-image: url(/_images/icons/nals-home.gif);
}

h2#home-property-list-header {
	background-image: url(/_images/icons/property-list-home.gif);
}

div#left-container p {
	margin: 5px 0 0 2px;
}

div#right-container {
	width: 200px;
	float: right;
}

img#nals-logo {
	margin: 10px 0 0 2px;
}

div#right-container h2, p#full-list a {
	display: block;
	background-color: #6E6A5E;
	color: #bababa;
}

div#right-container h2 {
	position: relative;
	min-height: 22px;
	_height: 22px;
	width: 182px;
	padding: 4px 0 0 10px;
	margin: 0;
	font-size: 130%;
}

div#right-container h2 span {
	display: block;
	position: absolute;
	right: 0;
	top: -10px;
	_top: -10px;
}

p#full-list a {
	min-height: 20px;
	_height: 20px;
	width: 174px;
	padding: 3px 18px 2px 0;
	margin: 0 0 15px 0;
	text-align: right;
	background: #6E6A5E url(/_images/icons/grey-arrow-right.gif) no-repeat 178px 7px;
}

ul#twitter {
	width: 170px;
	list-style: none;
	padding: 0 10px 0 10px;
	margin: 0;
	border: 1px solid #6E6A5E;
}

ul#twitter li {
	margin: 5px 0 5px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #6E6A5E;
}

ul#twitter li.last {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}