body {  
    scrollbar-base-color: white;
    scrollbar-arrow-color: #FF1493;
    scrollbar-face-color: #008B8B;
	scrollbar-darkshadow-color: #716F64;
	scrollbar-shadow-color: #ACA899;
	scrollbar-3dlight-color: #F1EFE2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}
/* body */

.main_width {
	width: 703px;
}

.column_main {
}

.logo {
	vertical-align: top;
}

/* menu */
.main_left_container {
}

.menu_width {
	width: 195px;
}

#menu_container,
#block_container {
	width: 195px;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

#menu_container .item_outer{
	background: url( images/menu_border_1.jpg ) repeat-x;
	padding: 0px 7px 0px 5px;
}

#menu_container .item_inner{
	background: url( images/menu_border_2.jpg ) repeat-x;
	text-align: right;
	padding: 8px 0px 5px 0px;
}

#menu_container a {
	text-decoration:none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight:bold;
	color: #b72f70;
}

#menu_container a:hover {
	color: #fd54a5;
}

#block_container .block_title_outer {
	background: url( images/block_border1.jpg ) repeat-x bottom;
	padding: 0px 7px 0px 5px;
}

#block_container .block_title_inner {
	background: url( images/block_border2.jpg ) repeat-x bottom;
	padding: 0px 0px 0px 0px;
}

#block_container .text {
	font-size: 10px;
	padding: 0px 12px 0px 10px;
	text-align: justify;
	color: #654c58;
	line-height: 18px;
}

.block_bg {
	background: url( images/leftbar.gif) bottom left no-repeat;
	padding-bottom: 0px;
}

.main_text {
	font-size: 10px;
	padding: 10px 32px 0px 14px;
	text-align: justify;
	color: #654c58;
	line-height: 18px;
}

.header2 {
	padding: 15px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #3ab1c5;
	float: left;
}

.date {
	padding: 15px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #636457;
	float: right;
	font-style: italic;
}

.img_title {
	margin: 0px 0px 10px 0px;
	background: red;
}

/* column left */
.column_left {
	width: 50%;
	background: url( images/column_left_bg.jpg ) top right repeat;
	height: 100%;
}

table.column_left_shadow {
	width: 100%;
	height: 100%;
	background: url( images/column_left_shadow.jpg ) top right repeat-y;
}

.column_left_foto {
	width: 100%;
	height: 100%;
	background: url( images/column_left_foto.jpg ) top right no-repeat;
}

.block_flower {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	text-align: right;
}


/* column right */

.column_right {
	width: 50%;
	background: url( images/column_left_bg.jpg ) top left repeat;
	height: 100%;
}

.column_right_shadow {
	width: 100%;
	height: 100%;
	background: url( images/column_right_shadow.jpg ) top left repeat-y;
	text-align: left;
	vertical-align: top;
	font: 0px;
}

/*footer */
.footer_line {
	background: url( images/footer_line.gif ) repeat-x;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}

.footer {
	font-size: 10px;
	color: #248396;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	height: 70px;
	vertical-align: middle
}

.footer a {
	color: #248396;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .copy {
	color: #bbcfd8;
}