/*
Design in different colors
---
pink		background:#ff99cc;color:#e56ba8;
blue		background:#acdcfc;color:#077ac7;
orange		background:#ffdaa2;color:#fb9700;
green		background:#bbea00;color:#809f00;
gray		background:#e1e7ec;color:#708da5;
turquoise	background:#c0fafe;color:#0296a2;
*/

body{
	background: #ff99cc;
}
h1 {
	color:#e56ba8;
}
#bottomWrap {
	background: url("/img/layout/pink/bg_wave_bottom.gif") no-repeat center 95%;
}
#topWrap {
	background: url("/img/layout/pink/bg_top_grad.png") repeat-x center top;
}
#header 
{
	background:url("/img/layout/pink/waves_header.gif") bottom left no-repeat;
}
* html #header {
	background:url("/img/layout/pink/waves_header_full.png") bottom left no-repeat;
}
#colMiddle {
  background: url("/img/layout/pink/pg_edge_lt.png") no-repeat left top;
}
.bodies {
	background: url("/img/layout/pink/top_both.gif") no-repeat right bottom;
}
.rbox-mid {
	background: url("/img/layout/pink/box_middle.png") repeat-y left top;
}
.rbox-top {
	background: url("/img/layout/pink/box_top.png") no-repeat left top;
}
.rbox-top div {
	color:#e56ba8;
}
.rbox-bot {
	background: url("/img/layout/pink/box_bottom.png") no-repeat left bottom;
}
.rbox-grad{
	background: url("/img/layout/pink/box_bg.gif") repeat left top;
}
.rbox-grad-min {
	background: url("/img/layout/pink/box_bg.gif") repeat left top;
}
.rbox-top .body-marta {
	background: url("/img/layout/pink/box_bg_body_01.gif") no-repeat bottom center;
}
.rbox-top .body-alena {
	background: url("/img/layout/pink/box_bg_body_02.gif") no-repeat bottom center;
}
div.label-marta {
	background: url("/img/layout/pink/label_marta.gif") no-repeat center top;
}
div.label-alena {
	background: url("/img/layout/pink/label_alena.gif") no-repeat center top;
}
.mapContainer {
	background:#fff5fa;
	padding:15px;
}
