/*******
******** COMMON 1 STYLES FOR LAYOUT */

#header {
	display: none;
}

#clear-space {
	height: 78px; clear: both;
}

#menu {
	background: transparent url(../images/menu-bg-common.gif) left top no-repeat;
}

/* LEFT CONTENT */
#left {
	clear: left; float: left; width: 169px; padding: 16px 18px 20px 18px;
	font-size: .9em;
}

/* MAIN CONTENT */
#main {
	float: left; width: 410px; height: 447px; padding: 20px 0px 20px 0px; margin-right: 92px; border-top: 2px solid #e85596;
	font-size: .9em;
}
/* CONTENT */
#main ul {
	list-style-type: none;
}
#main ul li {
	background: transparent url(../images/ul.gif) left .48em no-repeat; padding-left: 10px; padding-bottom: 10px;
}
/* SCROLL BAR CONTENT */
#scrl {
	height: 447px; overflow: auto;
}

/* RIGHT CONTENT */
#right {
	float: left; width: 182px; padding: 0px 10px 20px 16px; color: white;
	font-size: .8em;
}
#right p, #right address {
	margin-bottom: 14px;
}
#right address {
	font-style: normal;
}
#right a {
	color: white;
}
#right a:hover {
	color: #540f6d;
}


#footer {
	padding-left: 725px; background: #e89cbf url(../images/footer-common.gif) center no-repeat;
}