/*******
******** STYLES FOR COMMON LAYOUT 1 */

#body {
	background: transparent url(../images/body-left-common2-bg.gif) left top repeat-y;
}

#main-header {
	width: 149px; height: 215px; border-right: 1px solid white;
}


/* MAIN CONTENT */
#main-content {
	float: left; width: 440px; padding: 14px 15px 18px 15px;
}


/* RIGHT CONTENT */
#right-content {
	float: left; width: 150px;
}
#right-content h3 {
	height: 25px; line-height: 25px; color: white; text-transform: uppercase; font-size: 100%; font-weight: normal; background-color: #c6c8b8;
	border-bottom: 1px solid white; border-right: 1px solid white; padding: 0px 8px;
}
#right-content .right-content {
	border-right: 1px solid white; border-bottom: 1px solid white; padding: 8px;
}