/* HOME PAGE SPECIFIC STYLES */
body {
	background-image: url(../images/bg_main.gif);
}

/* MISC */
#cellBody_center img {
	border: 1px #ccc solid;
}

/* TEXT & LINKS */
.tblGalleryHome_cell img {
	border: 1px #ccc solid;
}

/* LAYOUT */
#cellBanner {
	padding: 5px;
	height: 298px;
	text-align: left;
	background-image: url(../images/bg_banner_home.gif);
	background-position: right;
	background-color: #000;
}
.ie6 #cellBanner, .ie7 #cellBanner {
	height: 288px;
}
#cellBanner_textTop {
	margin: 0 100px 0 0;
}
#cellBanner_textBottom {
	margin: 30px 100px 0 0;
}
#cellContent {
	padding: 10px;
	text-align: left;
	background-image: url(../images/bg_content.gif);
}
#cellBody_left {
	padding-right: 20px;
	width: 66%;
}
#cellBody_center {
	width: 33%;
}
#cellBody_right {
	padding-left: 20px;
	width: 38%;
}
#tblGalleryHome {
	margin: 0 0 10px 0;
	width: 240px;
}
.tblGalleryHome_cell {
	padding-right: 5px;
	padding-bottom: 15px;
	width: 150px;
}