/* GUI Styles */

/* Borders */

#border_TopSumi {
	background-image:url(../images/top_sumi.gif);
	background-repeat:repeat-x;
	position:absolute;
	z-index:2; 
	left: 0px; 
	top: 0px;
	width: 100%;
	height: 54px;
}
#border_BottomSumi {
	background-image:url(../images/bottom_sumi.gif);
	background-repeat:repeat-x;
	position:absolute;
	z-index:5; 
	left: 0px;
	top: 1000px; 
	width: 100%;
	height: 49px;
}
#border_RightSumi {
	background-image:url(../images/right_sumi.gif);
	background-repeat:repeat-y;
	position:absolute;
	z-index:4; 
	right: 0px;
	width: 84px;
	height: 100%;
}
#border_LeftSumi {
	background-image:url(../images/left_sumi.gif);
	background-repeat:repeat-y;
	position:absolute;
	z-index:3; 
	left: 0px;
	width: 95px;
	height: 100%;
}

/* Corner Graphics */

#TopLeft_Corner {
	background-color:transparent;
	position:absolute;
	z-index:8;
	left: 0px; 
	top: 0px;
	width: 339px;
	height: 243px;
}

#BottomLeft_Corner {
	background-color:transparent;
	position:absolute;
	z-index:7; 
	left: 0px; 
	top: 0px;
	width: 525px;
	height: 419px;
}

#BottomRight_Corner {
	background-color:transparent;
	position:absolute;
	z-index:6; 
	right: 0px; 
	top: 0px;
	width: 624px;
	height: 618px;
}

#Deco_Header {
	background-color:transparent;
	position:absolute;
	z-index:8;
	left: 0px; 
	top: 0px;
	width: 1074px;
	height: 224px;
}

#Deco_Footer {
	background-color:transparent;
	position:absolute;
	z-index:8;
	left: 0px; 
	top: 0px;
	width: 1074px;
	height: 584px;
}
#Space_Underfooter {
	background-color:#FFFFFF;
	position:absolute;
	z-index:8;
	left: 0px; 
	top: 0px;
	width: 1074px;
	height: 1px;
}

/* Global Decorations */

#Cat_Balloon {
	background-color:transparent;
	position:absolute;
	z-index:53; 
	left: -200px; 
	top: 80px;
	width: 151px;
	height: 398px;
}
#Dragonfly {
	background-color:transparent;
	position:absolute;
	z-index:53; 
	left: -200px; 
	top: 80px;
	width: 149px;
	height: 146px;
}
#Frog {
	background-color:transparent;
	position:absolute;
	z-index:53; 
	left: -200px; 
	top: 80px;
	width: 66px;
	height: 61px;
}

#Pewter_Desc {
	background-color:transparent;
	background-position:center;
	position:absolute;
	z-index:25;
	left: -200px; 
	top: 1080px;
	width: 425px;
	height: 179px;
}

/* Index Decorations */

#Hp_AllPics {
	background-color:transparent;
	position:absolute;
	z-index:52; 
	left: -200px; 
	top: 160px;
	width: 427px;
	height: 438px;
}

#Hp_Welcome {
	background-color:transparent;
	position:relative;
	z-index:53; 
	width: 215px;
	height: 54px;
}

#Contact_Title {
	background-color:transparent;
	position:relative;
	z-index:53; 
	width: 215px;
	height: 54px;
}

#Hp_Pic1 {
	background-color:transparent;
	position:absolute;
	z-index:52; 
	left: -200px; 
	top: 428px;
	width: 200px;
	height: 175px;
}
#Hp_Pic2 {
	background-color:transparent;
	position:absolute;
	z-index:52; 
	left: -200px; 
	top: 168px;
	width: 198px;
	height: 157px;
}
#Hp_Pic3 {
	background-color:transparent;
	position:absolute;
	z-index:52; 
	left: -200px; 
	top: 402px;
	width: 182px;
	height: 143px;
}
#Hp_Pic4 {
	background-color:transparent;
	position:absolute;
	z-index:52; 
	left: -200px; 
	top: 318px;
	width: 182px;
	height: 143px;
}
#Hp_Pic5 {
	background-color:transparent;
	position:absolute;
	z-index:52; 
	left: -200px; 
	top: 226px;
	width: 191px;
	height: 148px;
}

/* GUI Tables */

#ContentBox_Table {
	margin-top: 0px;
	padding-top: 98px;
	width: 100%;
	position:absolute;
	z-index:30;
}
.ContentBox_Top {
	background-image:url(../images/contentbox_top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:97px; 
}
.ContentBox_Centre {
	background-image:url(../images/contentbox_centre.gif);
	background-repeat:repeat-y;
	background-position:top;
}
.ContentBox_Centre_Login {
	background-image:url(../images/contentbox_centre_login.gif);
	background-repeat: no-repeat;
	background-position:top;
}
.ContentBox_Centre_Contact {
	background-image:url(../images/contentbox_centre_contactus.gif);
	background-repeat: no-repeat;
	background-position:top;
	height:400px;
}
.ContentBox_Centre_Thankyou {
	background-image:url(../images/contentbox_centre_thankyou.gif);
	background-repeat: no-repeat;
	background-position:top;
}
.ContentBox_Bottom {
	background-image:url(../images/contentbox_bottom.gif);
	background-repeat:no-repeat;
	height:33px;
}

.ContentBox_Centre_Subleft {
	background-image:url(../images/contentbox_centre_subleft.gif);
	background-repeat:repeat-y;
	background-position:left;
	left:0px;
	width:46px;
}

.ContentBox_Centre_Subright{
	background-image:url(../images/contentbox_centre_subright.gif);
	background-repeat:repeat-y;
	background-position:top;
	width:50px;
}
.ContentBox_Centre_Subcentre{
	background-color:#FFFFFF;
	width:605px;
	border: 1px solid #577024;
}

.ContentBox_Bottom_Sub {
	background-image:url(../images/contentbox_bottom_sub.gif);
	background-repeat:no-repeat;
	height:33px;
}

/* GUI Styles (Images and Outlines)

#bottombar {
	height:6px;
}

#T_topline {
	position:absolute;
	left: 100px;
	top: 22px;
	width:783px;
	height:1px;
	border-top:solid 1px #FFFFFF;
	z-index:9;
	display:block;
}  */


