
/** THE PAGE **/

#page #content {
	background-image: url(../images/page-background-home.jpg);
	background-repeat: no-repeat;
	min-height: 754px;
	border-bottom: solid 1px #666;
	width: 1050px;
	margin: 0px;
	margin-bottom: 20px;
	display: block;
	float: left;
}

/** CENTER COLUMN **/

#page #content #leftcenter-column {
	width: 600px;
	height: 550px;
	margin-bottom: 20px;
	padding: 10px;
	float: left;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	margin-top: 0px !important;
}


/** RIGHT COLUMN **/

#right-column {
	width: 0px;
	display: none;
}


/** TITLES **/

#page #content #center-column h2 {
	color: #389589;
	font-size: 18px;
}

#page #content #center-column p {
	color: #666;
	font-size: 13px;
}



#upper-bar-bgd {
	width: 200px;
}
