@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bg_head_d.gif) repeat-x;
}

div#header h1 p a {
	width:310px;	
}


div#left {
	background-color:#dbeeff;
	border:#CCCCCC 1px solid;
}

div#left .top-left{ background:url(../images/corner_dbeeff_top_left.gif) no-repeat;}
div#left .top-right{ background:url(../images/corner_dbeeff_top_right.gif) no-repeat;}
div#left .bottom-left{ background:url(../images/corner_dbeeff_bottom_left.gif) no-repeat;}
div#left .bottom-right{ background:url(../images/corner_dbeeff_bottom_right.gif) no-repeat;}

div#left h2{
	background:url(../images/indent_h2_d.gif) no-repeat 5px 7px;
	color:#6699cc;
	border-bottom:1px #6699cc solid;
	
}


div#center {
	border:#CCCCCC 1px  solid;
}
div#center h2{
	color:#6699cc;
}
div#center h3{
	background:url(../images/indent_h3_d.gif) no-repeat 5px 2px;
	border-bottom:1px #6699cc solid;
}

div#crumbs-list {
	background:#6699cc;
}
div#center #crumbs-list .bottom-left{
	width:10px;
	height:10px;
	background:url(../images/corner_6699cc_bottom_left.gif) no-repeat;
	position:absolute;
	left:0;
	bottom:0;
}
div#center #crumbs-list .bottom-right{
	width:10px;
	height:10px;
	background:url(../images/corner_6699cc_bottom_right.gif) no-repeat;
	position:absolute;
	right:0;
	bottom:0;	
}



div#right h2{
	background:url(../images/indent_h2_d.gif) no-repeat 5px 7px;
	border-bottom:1px #6699cc solid;
}


div#center .top-left{ background:url(../images/corner_ffffff_top_left.gif) no-repeat;}
div#center .top-right{ background:url(../images/corner_ffffff_top_right.gif) no-repeat;}
div#center .bottom-left{ background:url(../images/corner_ffffff_bottom_left.gif) no-repeat;}
div#center .bottom-right{ background:url(../images/corner_ffffff_bottom_right.gif) no-repeat;}

div#right {
	background-color:#F7F7F7;
	border:1px #CCCCCC solid;
}

div#right .top-left{ background:url(../images/corner_f7f7f7_top_left.gif) no-repeat;}
div#right .top-right{ background:url(../images/corner_f7f7f7_top_right.gif) no-repeat;}
div#right .bottom-left{ background:url(../images/corner_f7f7f7_bottom_left.gif) no-repeat;}
div#right .bottom-right{ background:url(../images/corner_f7f7f7_bottom_right.gif) no-repeat;}


div#footer {
	background:#6699cc;
}
