 /******************** Tweaks ********************/
h1 {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}

h3 {

	margin-bottom: 5px;
}

#content-header {
	background: url(/images/content_header_home.jpg) no-repeat top left;
}

#content {
	background-image: url(/images/content_bg_home.jpg);
	padding-right: 0px;
	padding-left: 60px;
}

#content-body {
	float:inherit;
	padding:0;
	width:100%;
}

#content-footer {
	background: url(/images/content_footer_home.jpg) no-repeat top left;
}

 /******************** General ********************/
#left {
	float: left;
	width: 405px;
}

/******************** Welcome ********************/
#welcome, #sign-up {
	padding-left: 10px;
}

#welcome {
	padding-bottom: 20px;	
}

#welcome p {
	margin-top: 0px;	
}

 /******************** News ********************/
#news {
	float: left;
	width: 237px;
	height: 100%;/*325px;*/
	overflow: auto;
	margin-left: 41px;
	padding-left: 10px;
	padding-right: 10px;
}

.news-item {
	padding-bottom: 15px;
}

.news-item p {
	margin: 0px;
}

.news-title {
	font-weight: bold;
	margin-bottom: 2px;
}

.news-date {
	color: #1a1411;
}

.news-name, .news-body {
	color: #555555;
}
