/* -- White columns -- */
#home_column_picture, #home_column_right {
	top:0px;
	background-color:#FFFFFF;
	height:260px;
}
#home_column_picture {
	width:453px;
	left:10px;
}
#home_column_right {
	width:275px;
	left:474px;
}
#home_column_bottom {
	width:740px;
	height:115px;
	left:10px;
	top:270px;
	background-color:#FFFFFF;
}
/* -- Inside columns contour -- */
#home_column_picture-contour, #home_column_right-contour, #home_column_bottom-contour {
	margin:10px;
	background-color:#F1EEEB;
}
#home_column_picture-contour {
	width:433px;
	height:240px;
	background-color:#D6CDC5;
}
#home_column_right-contour {
	width:255px;
	height:240px;
	overflow:hidden;
}
#home_column_bottom-contour {
	width:720px;
	height:95px;
}
		/* -- gutter images -- */
		#home_horiz_img {
			top:260px;
			left:10px;
			height:10px;
			width:740px;
			background-image:url(images/home_horiz.jpg);
		}
		#home_mid-vertical_img {
			top:0px;
			left:464px;
			width:10px;
			height:260px;
			background-image:url(images/home_mid-vertical.jpg);
		}
		/* ------------------- */

/* --- RIGHT COLUMN CONTENT --- */
#home_column_right img {
	position:relative;
	padding:0;
	margin:0;
}
#home_column_right p {
	font-size:11px;
	margin:5px 5px 8px 5px;
	line-height:1.3em;
}
#home_column_right a {
	color:#393939;
}
/* --- BOTTOM COLUMN CONTENT --- */
#home_column_bottom ul {
	position:absolute;
	display:block;
	left:91px;
	top:0px;
	height:95px;
	width:629px;
	background-color:#F1EEEB; /* old is #009999*/
}
#home_column_bottom ul li {
	float:left;
	list-style-type:none;
	/*background-color: #FF6633;*/
}
#home_column_bottom ul li a {
	display:block;
	background-color:#F1EEEB;
	background-image:none;
	height:95px;
	width:65px;
	padding:0 11px; /*old is 0 18.2px; oldest is 0 11px*/
	margin:0;
}
#home_column_bottom ul li a:hover {
	background-image:url(images/home_bottom_bkg-over.gif);
	background-position:top center;
}

h1.homepage_title {
	font-size:12px;
	padding:5px 5px 5px 7px;
	margin:0px;
	background-image:url(images/title_bkg_lightbeige.jpg);
	background-repeat:repeat-y;
	color:#30322D;
}