/* basic settings  */

body {
	background-color: #CCCCCC;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

/* font styles  */

.white_font {
	color: #FFFFFF;
	}

.white_bold {
	color: #FFFFFF; 
	font-weight: bold; 
}
.text_14px {
	font-size: 14px;
	font-weight: bold;
}

/* containers  */


#root_container {
	position:absolute;
	width:749px;
	z-index:1;
	left:50%;
	margin-left:-375px;
	background-color: #FFFFFF;
	background-image: url(images/right_shadow.gif);
}
#top_shadow {
	position:relative;
	width:749px;
	height:7px;
	z-index:1;
	background-color: #FFFFFF;
	background-image: url(images/top_shadow.gif);
}
#main_banner {
	position:absolute;
	width:741px;
	height:187px;
	z-index:2;
	left: 0px;
	top: 107px;
	background-image: url(images/main_banner.jpg);
	background-repeat:no-repeat;
}
#main_banner_art {
	position:absolute;
	width:700px;
	height:144px;
	z-index:2;
	left: 20px;
	top: 107px;
	background-image: url(images/bunner-fine-art.jpg);
	background-repeat:no-repeat;
}
#top_part {
	position:relative;
	width:749px;
	height:298px;
	z-index:1;
}
#top_part_art {
	position:relative;
	width:749px;
	height:255px;
	z-index:1;
}

#middle_part {
	position:relative;
	width:719px;
	z-index:2;
	padding:12px;

}
#bottom_part {
	position:relative;
	width:749px;
	height:151px;
	z-index:3;

}
#bottom_shadow {
	position:relative;
	width:749px;
	height:6px;
	z-index:5;
	background-image: url(images/bottom_shadow.gif);
}
#wtr_logo {
	position:absolute;
	width:153px;
	height:25px;
	z-index:3;
	left: 560px;
	top: 16px;
}
#bottom_red_background {
	position:absolute;
	width:741px;
	height:50px;
	z-index:6;
	left: 0px;
	top: 103px;
	background-color: #CC0001;
}
#removals {
	position:absolute;
	width:145px;
	height:63px;
	z-index:1;
	left: 9px;
	top: 28px;
}
#delivery {
	position:absolute;
	width:129px;
	height:53px;
	z-index:2;
	left: 185px;
	top: 28px;
}
#storage {
	position:absolute;
	width:146px;
	height:54px;
	z-index:3;
	left: 359px;
	top: 28px;
}
#packing {
	position:absolute;
	width:150px;
	height:78px;
	z-index:4;
	left: 536px;
	top: 28px;
}
#bottom_text {
	position:absolute;
	width:347px;
	height:21px;
	z-index:1;
	left: 23px;
	top: 21px;
}

#bottom_telephone {
	position:absolute;
	width:103px;
	height:20px;
	z-index:2;
	left: 382px;
	top: 21px;
}
#top_title {
	position:absolute;
	width:308px;
	height:100px;
	z-index:1;
	left: 222px;
	top: 3px;
	background: url(images/top_logo2.gif) no-repeat;
	background-image: url(images/top_logo2.gif);
}

#top_title_fineart {
	position:absolute;
	width:308px;
	height:100px;
	z-index:1;
	left: 222px;
	top: 3px;
	background: url(images/top_logo-fineart.gif) no-repeat;
	background-image: url(images/top_logo_fineart.gif);
}

#top_right_menu {
	position:absolute;
	width:154px;
	height:15px;
	z-index:5;
	left: 569px;
	top: 90px;
}

#services_container {
	position:absolute;
	width:699px;
	height:118px;
	z-index:7;
	left: 22px;
	top: 5px;
	background-image: url(images/services_menu.gif);
}

#main_text {
	position:relative;
	width:690px;
	z-index:8;
	left: 12px;
}
.justify {
	text-align: justify;
	text-justify: newspaper;
}

