/* CSS Document */
* 
{   
	font-family: arial, Helvetica, sans-serif;       /* Global parameters */
	COLOR: #000000;
	font-size: 12px;
    	
	scrollbar-arrow-color:#004470;
	scrollbar-track-color:#F5F5F5;
	scrollbar-shadow-color:WHITE;
	scrollbar-face-color:#F5F5F5;
	scrollbar-highlight-color:WHITE;
	scrollbar-darkshadow-color:#004470;
	scrollbar-3dlight-color:#004470;

}


body {
	background-image:url(../images/Pg_bg.gif);
}

.home_bg {
	background-image:url(../images/home_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.sub_bg {
	background-image:url(../images/sub_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.gallery_bg {
	background-image:url(../images/gallery_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.sub_bg2 {
	background-image:url(../images/sub_bg2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.dotted{ 
	background-image:url(../images/dotted.gif);
	background-repeat: repeat-x;
	background-position:center;

}
.txt_box_cl {
	background-color:#CF995C;
}	
.txt_box_t {
	background-image:url(../images/box_top.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:21px;
}	
.txt_box_b {
	background-image:url(../images/box_bottom.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:13px;
}	

.txt_bold{
	font-weight:bold;
}

.txt_box_r{
	background-image:url(../images/box_right.gif);
	background-repeat:repeat-y;
}
.txt_box_l{
	background-image:url(../images/box_left.gif);
	background-repeat:repeat-y;
}


A.link {
	font-size: 11px;
	font-weight:bold;
	color: #590100;
}
A.link:visited {color: #590100;}
A.link:hover {color: #2E1910;}